Serialized Form
|
Package org.huihoo.jfox.ejb.exception |
completed
int completed
errorCode
java.lang.String errorCode
- The specified error code
linkedException
java.lang.Exception linkedException
- A linked exception
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.
nested
java.lang.Throwable nested
- The nested throwable
nested
java.lang.Throwable nested
- The nested throwable
name
java.lang.String name
- The name of the argument that was null.
section
java.lang.String section
- The section violated.
errorCode
int errorCode
reason
java.lang.String reason
path
java.lang.String path
fieldName
java.lang.String fieldName
errorLine
int errorLine
errorColumn
int errorColumn
mTarget
java.lang.Throwable mTarget
|
Package org.huihoo.jfox.ejb.jdbc |
|
Package org.huihoo.jfox.ejb.naming.server |
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
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
context
java.util.Map context
- Context is a map
table
java.util.Hashtable table
prefix
javax.naming.Name prefix
parser
NamingParser parser
parent
NamingServer parent
|
Package org.huihoo.jfox.ejb.server.invoke |
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 |
marshalledValue
java.rmi.MarshalledObject marshalledValue
env
java.util.Hashtable env
naming
Naming naming
- Attributes ----------------------------------------------------
prefix
javax.naming.Name prefix
parser
javax.naming.NameParser parser
env
java.util.Hashtable env
naming
Naming naming
- Attributes ----------------------------------------------------
prefix
javax.naming.Name prefix
parser
javax.naming.NameParser parser
env
java.util.Hashtable env
naming
Naming naming
- Attributes ----------------------------------------------------
prefix
javax.naming.Name prefix
parser
javax.naming.NameParser parser
|
Package org.huihoo.jfox.ejb.server.logging |