Serialized Form
containerId
Object containerId
ejbName
String ejbName
vtable
VirtualOperation[] vtable
runAs
Subject runAs
componentContext
org.apache.geronimo.naming.java.ReadOnlyContext componentContext
transactionPolicyManager
TransactionPolicyManager transactionPolicyManager
permissionManager
PermissionManager permissionManager
doAsCurrentCaller
boolean doAsCurrentCaller
securityEnabled
boolean securityEnabled
useContextHandler
boolean useContextHandler
instanceCache
InstanceCache instanceCache
instanceFactory
InstanceFactory instanceFactory
readResolve
private Object readResolve()
beanClass
Class beanClass
readResolve
Object readResolve()
throws ObjectStreamException
ordinal
int ordinal
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
Package org.openejb.assembler |
className
String className
codebase
String codebase
connectionManagerId
String connectionManagerId
properties
Properties properties
connectorId
String connectorId
connectionManagerId
String connectionManagerId
managedConnectionFactory
ManagedConnectionFactoryInfo managedConnectionFactory
description
String description
displayName
String displayName
containerName
String containerName
codebase
String codebase
className
String className
ejbeans
EnterpriseBeanInfo[] ejbeans
properties
Properties properties
containerType
int containerType
- The container type as specified by subclasses of ContainerInfo.
Must be one of ENTITY_CONTAINER,
STATEFUL_SESSION_CONTAINER, or STATELESS_SESSION_CONTAINER.
name
String name
containers
ContainerInfo[] containers
entityContainers
EntityContainerInfo[] entityContainers
statelessContainers
StatelessSessionContainerInfo[] statelessContainers
statefulContainers
StatefulSessionContainerInfo[] statefulContainers
containers
ContainerInfo[] containers
entityContainers
EntityContainerInfo[] entityContainers
statelessContainers
StatelessSessionContainerInfo[] statelessContainers
statefulContainers
StatefulSessionContainerInfo[] statefulContainers
securityRoles
SecurityRoleInfo[] securityRoles
methodPermissions
MethodPermissionInfo[] methodPermissions
methodTransactions
MethodTransactionInfo[] methodTransactions
referenceName
String referenceName
homeType
String homeType
location
EjbReferenceLocationInfo location
remote
boolean remote
ejbDeploymentId
String ejbDeploymentId
remoteRefName
String remoteRefName
jndiContextId
String jndiContextId
type
int type
codebase
String codebase
description
String description
displayName
String displayName
smallIcon
String smallIcon
largeIcon
String largeIcon
ejbDeploymentId
String ejbDeploymentId
home
String home
remote
String remote
ejbClass
String ejbClass
ejbName
String ejbName
transactionType
String transactionType
jndiEnc
JndiEncInfo jndiEnc
securityRoleReferences
SecurityRoleReferenceInfo[] securityRoleReferences
primKeyClass
String primKeyClass
primKeyField
String primKeyField
persistenceType
String persistenceType
reentrant
String reentrant
cmpFieldNames
String[] cmpFieldNames
queries
QueryInfo[] queries
beans
EntityBeanInfo[] beans
name
String name
type
String type
value
String value
intraVmServer
IntraVmServerInfo intraVmServer
remoteJndiContexts
JndiContextInfo[] remoteJndiContexts
connectors
ConnectorInfo[] connectors
connectionManagers
ConnectionManagerInfo[] connectionManagers
transactionService
TransactionServiceInfo transactionService
securityService
SecurityServiceInfo securityService
proxyFactoryClassName
String proxyFactoryClassName
codebase
String codebase
factoryName
String factoryName
proxyFactoryClass
Class proxyFactoryClass
properties
Properties properties
jndiContextId
String jndiContextId
properties
Properties properties
envEntries
EnvEntryInfo[] envEntries
ejbReferences
EjbReferenceInfo[] ejbReferences
resourceRefs
ResourceReferenceInfo[] resourceRefs
className
String className
codebase
String codebase
id
String id
properties
Properties properties
description
String description
ejbDeploymentId
Object ejbDeploymentId
methodIntf
String methodIntf
methodName
String methodName
methodParams
String[] methodParams
description
String description
roleNames
String[] roleNames
methods
MethodInfo[] methods
description
String description
transAttribute
String transAttribute
methods
MethodInfo[] methods
containerSystem
ContainerSystemInfo containerSystem
facilities
FacilitiesInfo facilities
description
String description
method
MethodInfo method
queryStatement
String queryStatement
resourceID
String resourceID
properties
Properties properties
referenceName
String referenceName
referenceType
String referenceType
referenceAuth
String referenceAuth
resourceID
String resourceID
properties
Properties properties
location
ResourceReferenceLocationInfo location
remote
boolean remote
remoteRefName
String remoteRefName
jndiContextId
String jndiContextId
logicalRoleNames
String[] logicalRoleNames
physicalRoleNames
String[] physicalRoleNames
description
String description
roleName
String roleName
description
String description
roleName
String roleName
roleLink
String roleLink
roleMappings
RoleMappingInfo[] roleMappings
serviceType
int serviceType
description
String description
serviceName
String serviceName
displayName
String displayName
factoryClassName
String factoryClassName
codebase
String codebase
factoryClass
Class factoryClass
properties
Properties properties
beans
StatefulBeanInfo[] beans
beans
StatelessBeanInfo[] beans
Package org.openejb.cache |
readResolve
private Object readResolve()
Package org.openejb.client |
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
IOException
- if I/O errors occur
ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Throws:
IOException
- Includes any I/O exceptions that may occur
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
IOException
- if I/O errors occur
ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
IOException
- Includes any I/O exceptions that may occur
NO_ARGS
Object[] NO_ARGS
delegate
InvocationHandler delegate
handler
CgLibInvocationHandler handler
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
IOException
- if I/O errors occur
ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
IOException
- Includes any I/O exceptions that may occur
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Reads the instanceHandle from the stream
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
IOException
- if I/O errors occur
ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
IOException
- Includes any I/O exceptions that may occur
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Reads the instanceHandle from the stream
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Writes the instanceHandle to the stream.
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Reads the instanceHandle from the stream
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
registryId
Object registryId
ejbHome
EJBHomeProxy ejbHome
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Reads the instanceHandle from the stream
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Writes the instanceHandle to the stream.
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
IOException
- if I/O errors occur
ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
IOException
- Includes any I/O exceptions that may occur
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
IOException
- if I/O errors occur
ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
IOException
- Includes any I/O exceptions that may occur
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
IOException
- if I/O errors occur
ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
IOException
- Includes any I/O exceptions that may occur
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
IOException
- if I/O errors occur
ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
IOException
- Includes any I/O exceptions that may occur
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
IOException
- if I/O errors occur
ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
IOException
- Includes any I/O exceptions that may occur
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
IOException
- if I/O errors occur
ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
IOException
- Includes any I/O exceptions that may occur
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
IOException
- if I/O errors occur
ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
IOException
- Includes any I/O exceptions that may occur
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
IOException
- if I/O errors occur
ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
IOException
- Includes any I/O exceptions that may occur
registryId
Object registryId
Package org.openejb.config |
bean
Bean bean
details
Object[] details
message
String message
prefix
String prefix
Package org.openejb.config.ejb11 |
_id
String _id
_securityRoleList
Vector _securityRoleList
_methodPermissionList
Vector _methodPermissionList
_containerTransactionList
Vector _containerTransactionList
_id
String _id
_description
String _description
_fieldName
String _fieldName
_id
String _id
_description
String _description
_methodList
Vector _methodList
_transAttribute
String _transAttribute
_ejbName
String _ejbName
_deploymentId
String _deploymentId
_containerId
String _containerId
_resourceLinkList
Vector _resourceLinkList
_queryList
Vector _queryList
_id
String _id
_description
String _description
_displayName
String _displayName
_smallIcon
String _smallIcon
_largeIcon
String _largeIcon
_enterpriseBeans
EnterpriseBeans _enterpriseBeans
_assemblyDescriptor
AssemblyDescriptor _assemblyDescriptor
_ejbClientJar
String _ejbClientJar
_id
String _id
_description
String _description
_ejbRefName
String _ejbRefName
_ejbRefType
String _ejbRefType
_home
String _home
_remote
String _remote
_ejbLink
String _ejbLink
_items
Vector _items
_id
String _id
_session
Session _session
_entity
Entity _entity
_id
String _id
_description
String _description
_displayName
String _displayName
_smallIcon
String _smallIcon
_largeIcon
String _largeIcon
_ejbName
String _ejbName
_home
String _home
_remote
String _remote
_ejbClass
String _ejbClass
_persistenceType
String _persistenceType
_primKeyClass
String _primKeyClass
_reentrant
boolean _reentrant
_has_reentrant
boolean _has_reentrant
- keeps track of state for field: _reentrant
_cmpFieldList
Vector _cmpFieldList
_primkeyField
String _primkeyField
_envEntryList
Vector _envEntryList
_ejbRefList
Vector _ejbRefList
_securityRoleRefList
Vector _securityRoleRefList
_resourceRefList
Vector _resourceRefList
_id
String _id
_description
String _description
_envEntryName
String _envEntryName
_envEntryType
String _envEntryType
_envEntryValue
String _envEntryValue
_id
String _id
_description
String _description
_ejbName
String _ejbName
_methodIntf
String _methodIntf
_methodName
String _methodName
_methodParams
MethodParams _methodParams
_id
String _id
_methodParamList
Vector _methodParamList
_id
String _id
_description
String _description
_roleNameList
Vector _roleNameList
_methodList
Vector _methodList
_ejbDeploymentList
Vector _ejbDeploymentList
_description
String _description
_queryMethod
QueryMethod _queryMethod
_objectQl
String _objectQl
_methodName
String _methodName
_methodParams
MethodParams _methodParams
_resRefName
String _resRefName
_resId
String _resId
_id
String _id
_description
String _description
_resRefName
String _resRefName
_resType
String _resType
_resAuth
String _resAuth
_id
String _id
_description
String _description
_roleName
String _roleName
_id
String _id
_description
String _description
_roleName
String _roleName
_roleLink
String _roleLink
_id
String _id
_description
String _description
_displayName
String _displayName
_smallIcon
String _smallIcon
_largeIcon
String _largeIcon
_ejbName
String _ejbName
_home
String _home
_remote
String _remote
_ejbClass
String _ejbClass
_sessionType
String _sessionType
_transactionType
String _transactionType
_envEntryList
Vector _envEntryList
_ejbRefList
Vector _ejbRefList
_securityRoleRefList
Vector _securityRoleRefList
_resourceRefList
Vector _resourceRefList
Package org.openejb.config.sys |
_id
String _id
_provider
String _provider
_jar
String _jar
_content
String _content
- internal content storage
_id
String _id
_provider
String _provider
_jar
String _jar
_content
String _content
- internal content storage
_id
String _id
_provider
String _provider
_ctype
String _ctype
_jar
String _jar
_content
String _content
- internal content storage
_jar
String _jar
_dir
String _dir
_id
String _id
_provider
String _provider
_jar
String _jar
_content
String _content
- internal content storage
_jndiName
String _jndiName
_jndiProviderId
String _jndiProviderId
_content
String _content
- internal content storage
_containerList
Vector _containerList
_jndiProviderList
Vector _jndiProviderList
_securityService
SecurityService _securityService
_transactionService
TransactionService _transactionService
_connectionManager
ConnectionManager _connectionManager
_proxyFactory
ProxyFactory _proxyFactory
_connectorList
Vector _connectorList
_resourceList
Vector _resourceList
_deploymentsList
Vector _deploymentsList
_file
String _file
_id
String _id
_provider
String _provider
_jar
String _jar
_content
String _content
- internal content storage
_id
String _id
_provider
String _provider
_jar
String _jar
_jndi
String _jndi
_content
String _content
- internal content storage
_id
String _id
_provider
String _provider
_jar
String _jar
_content
String _content
- internal content storage
_id
String _id
_providerType
String _providerType
_displayName
String _displayName
_description
String _description
_className
String _className
_content
String _content
- internal content storage
_propertiesFile
PropertiesFile _propertiesFile
_lookup
Lookup _lookup
_serviceProviderList
Vector _serviceProviderList
_id
String _id
_provider
String _provider
_jar
String _jar
_content
String _content
- internal content storage
Package org.openejb.dispatch |
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
beanClass
Class beanClass
signature
MethodSignature signature
methodName
String methodName
parameterTypes
String[] parameterTypes
isHomeMethod
boolean isHomeMethod
hashCode
int hashCode
methodName
String methodName
parameterTypes
String[] parameterTypes
Package org.openejb.entity |
factory
InstanceContextFactory factory
Package org.openejb.entity.bmp |
readResolve
private Object readResolve()
beanClass
Class beanClass
createSignature
MethodSignature createSignature
postCreateSignature
MethodSignature postCreateSignature
readResolve
private Object readResolve()
beanClass
Class beanClass
finderSignature
MethodSignature finderSignature
containerId
Object containerId
factory
EJBInstanceFactory factory
unshareableResources
Set unshareableResources
applicationManagedSecurityResources
Set applicationManagedSecurityResources
timerService
BasicTimerService timerService
Package org.openejb.entity.cmp |
readResolve
private Object readResolve()
beanClass
Class beanClass
createSignature
MethodSignature createSignature
postCreateSignature
MethodSignature postCreateSignature
cacheTable
org.tranql.cache.CacheTable cacheTable
identityDefiner
org.tranql.identity.IdentityDefiner identityDefiner
localProxyTransform
org.tranql.identity.IdentityTransform localProxyTransform
remoteProxyTransform
org.tranql.identity.IdentityTransform remoteProxyTransform
connectionFactoryDelegate
org.tranql.query.ConnectionFactoryDelegate connectionFactoryDelegate
tranqlEJBProxyFactory
TranqlEJBProxyFactory tranqlEJBProxyFactory
localQuery
org.tranql.query.QueryCommand localQuery
remoteQuery
org.tranql.query.QueryCommand remoteQuery
fieldName
String fieldName
field
org.tranql.ejb.CMPFieldTransform field
readResolve
private Object readResolve()
throws ObjectStreamException
containerId
Object containerId
primaryKeyTransform
org.tranql.identity.IdentityTransform primaryKeyTransform
loadFault
org.tranql.cache.FaultHandler loadFault
beanClass
Class beanClass
imap
Map imap
unshareableResources
Set unshareableResources
applicationManagedSecurityResources
Set applicationManagedSecurityResources
query
org.tranql.query.QueryCommand query
fieldName
String fieldName
field
org.tranql.ejb.CMPFieldTransform field
handler
org.tranql.query.CollectionResultHandler handler
handler
org.tranql.query.CollectionResultHandler handler
accessor
org.tranql.field.FieldAccessor accessor
Package org.openejb.entity.dispatch |
Package org.openejb.loader |
NO_HOME
String NO_HOME
BAD_HOME
String BAD_HOME
NOT_THERE
String NOT_THERE
NOT_DIRECTORY
String NOT_DIRECTORY
NO_DIST
String NO_DIST
NO_LIBS
String NO_LIBS
INSTRUCTIONS
String INSTRUCTIONS
containerId
Object containerId
factory
EJBInstanceFactory factory
userTransaction
org.apache.geronimo.transaction.UserTransactionImpl userTransaction
unshareableResources
Set unshareableResources
applicationManagedSecurityResources
Set applicationManagedSecurityResources
systemMethodIndices
SystemMethodIndices systemMethodIndices
systemChain
org.apache.geronimo.core.service.Interceptor systemChain
readResolve
private Object readResolve()
componentContext
org.apache.geronimo.naming.java.ReadOnlyContext componentContext
factory
MDBInstanceContextFactory factory
beanClass
Class beanClass
ejbName
String ejbName
vtable
VirtualOperation[] vtable
runAs
Subject runAs
componentContext
org.apache.geronimo.naming.java.ReadOnlyContext componentContext
doAsCurrentCaller
boolean doAsCurrentCaller
Package org.openejb.mdb.dispatch |
Package org.openejb.naming |
myEnv
Hashtable myEnv
readOnly
boolean readOnly
fastCache
HashMap fastCache
mynode
IvmContext.NameNode mynode
Package org.openejb.proxy |
writeReplace
protected Object writeReplace()
throws ObjectStreamException
ejbHandler
EJBMethodInterceptor ejbHandler
ejbMetaData
javax.ejb.EJBMetaData ejbMetaData
writeReplace
public Object writeReplace()
throws ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
ejbHome
EJBHomeImpl ejbHome
homeInterfaceClass
Class homeInterfaceClass
remoteInterfaceClass
Class remoteInterfaceClass
primaryKeyClass
Class primaryKeyClass
session
boolean session
statelessSession
boolean statelessSession
next
EJBInterceptor next
- Either the container or a serialization handler (and then the container)
proxyFactory
EJBProxyFactory proxyFactory
- Proxy factory for this proxy
interfaceType
EJBInterfaceType interfaceType
- The type of the ejb interface. This is used during construction of the EJBInvocation object.
primaryKey
Object primaryKey
- Primary key of this proxy, or null if this is a home proxy.
writeReplace
public Object writeReplace()
throws ObjectStreamException
readResolve
private Object readResolve()
containerId
String containerId
isSessionBean
boolean isSessionBean
remoteInterface
Class remoteInterface
homeInterface
Class homeInterface
localInterface
Class localInterface
localHomeInterface
Class localHomeInterface
writeReplace
protected Object writeReplace()
throws ObjectStreamException
type
int type
proxy
Object proxy
readExternal
public void readExternal(ObjectInput in)
throws IOException
- Reads the instanceHandle from the stream
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Writes the instanceHandle to the stream.
- Throws:
IOException
componentType
int componentType
containerId
String containerId
primaryKey
Object primaryKey
remoteInterface
Class remoteInterface
homeInterface
Class homeInterface
localObjectInterface
Class localObjectInterface
localHomeInterface
Class localHomeInterface
primaryKeyClass
Class primaryKeyClass
containerId
String containerId
isSessionBean
boolean isSessionBean
remoteInterfaceName
String remoteInterfaceName
homeInterfaceName
String homeInterfaceName
localInterfaceName
String localInterfaceName
localHomeInterfaceName
String localHomeInterfaceName
isLocal
boolean isLocal
Package org.openejb.resource |
connSet
Set connSet
threadLocal
SharedLocalConnectionManager.SpecialHashThreadLocal threadLocal
factoryMap
HashMap factoryMap
Package org.openejb.security |
permissions
Permission[][] permissions
policyContextId
String policyContextId
excludedPolicy
Permissions excludedPolicy
uncheckedPolicy
Permissions uncheckedPolicy
rolePolicies
Map rolePolicies
roleReferences
Map roleReferences
Package org.openejb.server |
Package org.openejb.server.ejbd |
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Description copied from class:
EJBRequest
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
IOException
- Includes any I/O exceptions that may occur
isBMT
boolean isBMT
readResolve
private Object readResolve()
beanClass
Class beanClass
createSignature
MethodSignature createSignature
isBMT
boolean isBMT
containerId
Object containerId
factory
EJBInstanceFactory factory
userTransaction
org.apache.geronimo.transaction.UserTransactionImpl userTransaction
unshareableResources
Set unshareableResources
applicationManagedSecurityResources
Set applicationManagedSecurityResources
proxyFactory
EJBProxyFactory proxyFactory
systemChain
org.apache.geronimo.core.service.Interceptor systemChain
systemMethodIndices
SystemMethodIndices systemMethodIndices
factory
InstanceContextFactory factory
containerId
Object containerId
factory
EJBInstanceFactory factory
userTransaction
org.apache.geronimo.transaction.UserTransactionImpl userTransaction
unshareableResources
Set unshareableResources
applicationManagedSecurityResources
Set applicationManagedSecurityResources
proxyFactory
EJBProxyFactory proxyFactory
systemChain
org.apache.geronimo.core.service.Interceptor systemChain
readResolve
private Object readResolve()
componentContext
org.apache.geronimo.naming.java.ReadOnlyContext componentContext
factory
StatelessInstanceContextFactory factory
beanClass
Class beanClass
Package org.openejb.slsb.dispatch |
Package org.openejb.timer |
id
long id
kernelName
String kernelName
timerSourceName
javax.management.ObjectName timerSourceName
Package org.openejb.transaction |
transactionPolicy
TransactionPolicy[][] transactionPolicy
serialVersionUID: -1194966576855523042l
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
ClassNotFoundException
- If the class for an object being
restored cannot be found.
IOException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
IOException
- Includes any I/O exceptions that may occur
values
Object[] values
readResolve
private Object readResolve()
factory
InstanceFactory factory
maxSize
int maxSize
Copyright © 1999-2005 OpenEJB. All Rights Reserved.