Serialized Form


Package org.huihoo.jfox.ejb.exception

Class org.huihoo.jfox.ejb.exception.ApplicationDeadlockException implements Serializable

Class org.huihoo.jfox.ejb.exception.CoercionException implements Serializable

Class org.huihoo.jfox.ejb.exception.ConfigurationException implements Serializable

Class org.huihoo.jfox.ejb.exception.DeploymentException implements Serializable

Class org.huihoo.jfox.ejb.exception.EmptyStringException implements Serializable

Class org.huihoo.jfox.ejb.exception.GenericClusteringException implements Serializable

Serialized Fields

completed

int completed

Class org.huihoo.jfox.ejb.exception.InvalidParentException implements Serializable

Class org.huihoo.jfox.ejb.exception.IRConstructionException implements Serializable

Class org.huihoo.jfox.ejb.exception.JasperException implements Serializable

Class org.huihoo.jfox.ejb.exception.JMSException implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
The specified error code


linkedException

java.lang.Exception linkedException
A linked exception

Class org.huihoo.jfox.ejb.exception.MQParseException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.huihoo.jfox.ejb.exception.NestedException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested
The nested throwable

Class org.huihoo.jfox.ejb.exception.NestedRuntimeException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested
The nested throwable

Class org.huihoo.jfox.ejb.exception.NotCoercibleException implements Serializable

Class org.huihoo.jfox.ejb.exception.NotImplementedException implements Serializable

Class org.huihoo.jfox.ejb.exception.NullArgumentException implements Serializable

Serialized Fields

name

java.lang.String name
The name of the argument that was null.

Class org.huihoo.jfox.ejb.exception.ParseException implements Serializable

Class org.huihoo.jfox.ejb.exception.PropertyException implements Serializable

Class org.huihoo.jfox.ejb.exception.RMIIIOPNotImplementedException implements Serializable

Class org.huihoo.jfox.ejb.exception.RMIIIOPValueNotSerializableException implements Serializable

Class org.huihoo.jfox.ejb.exception.RMIIIOPViolationException implements Serializable

Serialized Fields

section

java.lang.String section
The section violated.

Class org.huihoo.jfox.ejb.exception.SpyJMSException implements Serializable

Class org.huihoo.jfox.ejb.exception.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode

Class org.huihoo.jfox.ejb.exception.UnknownPathException implements Serializable

Serialized Fields

reason

java.lang.String reason

path

java.lang.String path

fieldName

java.lang.String fieldName

errorLine

int errorLine

errorColumn

int errorColumn

Class org.huihoo.jfox.ejb.exception.UnreachableStatementException implements Serializable

Class org.huihoo.jfox.ejb.exception.WrapperException implements Serializable

Serialized Fields

mTarget

java.lang.Throwable mTarget

Class org.huihoo.jfox.ejb.exception.XElementException implements Serializable


Package org.huihoo.jfox.ejb.jdbc

Class org.huihoo.jfox.ejb.jdbc.DataSourceAction implements Serializable


Package org.huihoo.jfox.ejb.naming.server

Class org.huihoo.jfox.ejb.naming.server.ClientContainerMBean implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.huihoo.jfox.ejb.naming.server.Interceptor implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Externalization support.

Throws:
java.io.IOException
ClassNotFoundException@throws - java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Externalization support.

Throws:
IOException@throws - java.io.IOException
java.io.IOException

Class org.huihoo.jfox.ejb.naming.server.InvocationContext implements Serializable

Serialized Fields

context

java.util.Map context
Context is a map

Class org.huihoo.jfox.ejb.naming.server.NamingServer implements Serializable

Serialized Fields

table

java.util.Hashtable table

prefix

javax.naming.Name prefix

parser

NamingParser parser

parent

NamingServer parent


Package org.huihoo.jfox.ejb.server.invoke

Class org.huihoo.jfox.ejb.server.invoke.DefaultSocketFactory implements Serializable

Class org.huihoo.jfox.ejb.server.invoke.JRMPInvokerProxy implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Un-externalize this instance. We check timestamps of the interfaces to see if the instance is in the original VM of creation

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Externalize this instance. If this instance lives in a different VM than its container invoker, the remote interface of the container invoker is not externalized.

Throws:
java.io.IOException


Package org.huihoo.jfox.ejb.naming.interfaces

Class org.huihoo.jfox.ejb.naming.interfaces.MarshalledValuePair implements Serializable

Serialized Fields

marshalledValue

java.rmi.MarshalledObject marshalledValue

Class org.huihoo.jfox.ejb.naming.interfaces.NamingContext implements Serializable

Serialized Fields

env

java.util.Hashtable env

naming

Naming naming
Attributes ----------------------------------------------------


prefix

javax.naming.Name prefix

parser

javax.naming.NameParser parser

Class org.huihoo.jfox.ejb.naming.interfaces.NamingContextClient implements Serializable

Class org.huihoo.jfox.ejb.naming.interfaces.NamingContextHA implements Serializable

Serialized Fields

env

java.util.Hashtable env

naming

Naming naming
Attributes ----------------------------------------------------


prefix

javax.naming.Name prefix

parser

javax.naming.NameParser parser

Class org.huihoo.jfox.ejb.naming.interfaces.NamingContextTestJms implements Serializable

Serialized Fields

env

java.util.Hashtable env

naming

Naming naming
Attributes ----------------------------------------------------


prefix

javax.naming.Name prefix

parser

javax.naming.NameParser parser

Class org.huihoo.jfox.ejb.naming.interfaces.NamingParser implements Serializable


Package org.huihoo.jfox.ejb.server.logging

Class org.huihoo.jfox.ejb.server.logging.DailyRollingFileAppender implements Serializable

Class org.huihoo.jfox.ejb.server.logging.FileAppender implements Serializable

Class org.huihoo.jfox.ejb.server.logging.logger implements Serializable

Class org.huihoo.jfox.ejb.server.logging.XPriority implements Serializable