Serialized Form
containerId
Object containerId
ejbName
String ejbName
vtable
VirtualOperation[] vtable
componentContext
Context componentContext
transactionPolicyManager
TransactionPolicyManager transactionPolicyManager
permissionManager
PermissionManager permissionManager
runAs
Subject runAs
doAsCurrentCaller
boolean doAsCurrentCaller
securityEnabled
boolean securityEnabled
useContextHandler
boolean useContextHandler
policyContextId
String policyContextId
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
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.client.naming |
containerId
org.apache.geronimo.gbean.AbstractNameQuery containerId
Package org.openejb.config |
bean
Bean bean
details
Object[] details
message
String message
prefix
String prefix
Package org.openejb.config.ejb11 |
_id
String _id
- Field _id
_securityRoleList
Vector _securityRoleList
- Field _securityRoleList
_methodPermissionList
Vector _methodPermissionList
- Field _methodPermissionList
_containerTransactionList
Vector _containerTransactionList
- Field _containerTransactionList
_id
String _id
- Field _id
_description
String _description
- Field _description
_fieldName
String _fieldName
- Field _fieldName
_id
String _id
- Field _id
_description
String _description
- Field _description
_methodList
Vector _methodList
- Field _methodList
_transAttribute
String _transAttribute
- Field _transAttribute
_ejbName
String _ejbName
- Field _ejbName
_deploymentId
String _deploymentId
- Field _deploymentId
_containerId
String _containerId
- Field _containerId
_resourceLinkList
Vector _resourceLinkList
- Field _resourceLinkList
_queryList
Vector _queryList
- Field _queryList
_id
String _id
- Field _id
_description
String _description
- Field _description
_displayName
String _displayName
- Field _displayName
_smallIcon
String _smallIcon
- Field _smallIcon
_largeIcon
String _largeIcon
- Field _largeIcon
_enterpriseBeans
EnterpriseBeans _enterpriseBeans
- Field _enterpriseBeans
_assemblyDescriptor
AssemblyDescriptor _assemblyDescriptor
- Field _assemblyDescriptor
_ejbClientJar
String _ejbClientJar
- Field _ejbClientJar
_id
String _id
- Field _id
_description
String _description
- Field _description
_ejbRefName
String _ejbRefName
- Field _ejbRefName
_ejbRefType
String _ejbRefType
- Field _ejbRefType
_localHome
String _localHome
- Field _localHome
_local
String _local
- Field _local
_ejbLink
String _ejbLink
- Field _ejbLink
_id
String _id
- Field _id
_description
String _description
- Field _description
_ejbRefName
String _ejbRefName
- Field _ejbRefName
_ejbRefType
String _ejbRefType
- Field _ejbRefType
_home
String _home
- Field _home
_remote
String _remote
- Field _remote
_ejbLink
String _ejbLink
- Field _ejbLink
_id
String _id
- Field _id
_items
Vector _items
- Field _items
_session
Session _session
- Field _session
_entity
Entity _entity
- Field _entity
_id
String _id
- Field _id
_description
String _description
- Field _description
_displayName
String _displayName
- Field _displayName
_smallIcon
String _smallIcon
- Field _smallIcon
_largeIcon
String _largeIcon
- Field _largeIcon
_ejbName
String _ejbName
- Field _ejbName
_home
String _home
- Field _home
_remote
String _remote
- Field _remote
_localHome
String _localHome
- Field _localHome
_local
String _local
- Field _local
_ejbClass
String _ejbClass
- Field _ejbClass
_persistenceType
String _persistenceType
- Field _persistenceType
_primKeyClass
String _primKeyClass
- Field _primKeyClass
_reentrant
boolean _reentrant
- Field _reentrant
_has_reentrant
boolean _has_reentrant
- keeps track of state for field: _reentrant
_cmpFieldList
Vector _cmpFieldList
- Field _cmpFieldList
_primkeyField
String _primkeyField
- Field _primkeyField
_envEntryList
Vector _envEntryList
- Field _envEntryList
_ejbRefList
Vector _ejbRefList
- Field _ejbRefList
_ejbLocalRefList
Vector _ejbLocalRefList
- Field _ejbLocalRefList
_securityRoleRefList
Vector _securityRoleRefList
- Field _securityRoleRefList
_resourceRefList
Vector _resourceRefList
- Field _resourceRefList
_id
String _id
- Field _id
_description
String _description
- Field _description
_envEntryName
String _envEntryName
- Field _envEntryName
_envEntryType
String _envEntryType
- Field _envEntryType
_envEntryValue
String _envEntryValue
- Field _envEntryValue
_id
String _id
- Field _id
_description
String _description
- Field _description
_ejbName
String _ejbName
- Field _ejbName
_methodIntf
String _methodIntf
- Field _methodIntf
_methodName
String _methodName
- Field _methodName
_methodParams
MethodParams _methodParams
- Field _methodParams
_id
String _id
- Field _id
_methodParamList
Vector _methodParamList
- Field _methodParamList
_id
String _id
- Field _id
_description
String _description
- Field _description
_roleNameList
Vector _roleNameList
- Field _roleNameList
_methodList
Vector _methodList
- Field _methodList
_ejbDeploymentList
Vector _ejbDeploymentList
- Field _ejbDeploymentList
_description
String _description
- Field _description
_queryMethod
QueryMethod _queryMethod
- Field _queryMethod
_objectQl
String _objectQl
- Field _objectQl
_methodName
String _methodName
- Field _methodName
_methodParams
MethodParams _methodParams
- Field _methodParams
_resRefName
String _resRefName
- Field _resRefName
_resId
String _resId
- Field _resId
_id
String _id
- Field _id
_description
String _description
- Field _description
_resRefName
String _resRefName
- Field _resRefName
_resType
String _resType
- Field _resType
_resAuth
String _resAuth
- Field _resAuth
_id
String _id
- Field _id
_description
String _description
- Field _description
_roleName
String _roleName
- Field _roleName
_id
String _id
- Field _id
_description
String _description
- Field _description
_roleName
String _roleName
- Field _roleName
_roleLink
String _roleLink
- Field _roleLink
_id
String _id
- Field _id
_description
String _description
- Field _description
_displayName
String _displayName
- Field _displayName
_smallIcon
String _smallIcon
- Field _smallIcon
_largeIcon
String _largeIcon
- Field _largeIcon
_ejbName
String _ejbName
- Field _ejbName
_home
String _home
- Field _home
_remote
String _remote
- Field _remote
_localHome
String _localHome
- Field _localHome
_local
String _local
- Field _local
_ejbClass
String _ejbClass
- Field _ejbClass
_sessionType
String _sessionType
- Field _sessionType
_transactionType
String _transactionType
- Field _transactionType
_envEntryList
Vector _envEntryList
- Field _envEntryList
_ejbRefList
Vector _ejbRefList
- Field _ejbRefList
_ejbLocalRefList
Vector _ejbLocalRefList
- Field _ejbLocalRefList
_securityRoleRefList
Vector _securityRoleRefList
- Field _securityRoleRefList
_resourceRefList
Vector _resourceRefList
- Field _resourceRefList
Package org.openejb.config.sys |
_id
String _id
- Field _id
_provider
String _provider
- Field _provider
_jar
String _jar
- Field _jar
_content
String _content
- internal content storage
_id
String _id
- Field _id
_provider
String _provider
- Field _provider
_jar
String _jar
- Field _jar
_content
String _content
- internal content storage
_id
String _id
- Field _id
_provider
String _provider
- Field _provider
_ctype
String _ctype
- Field _ctype
_jar
String _jar
- Field _jar
_content
String _content
- internal content storage
_jar
String _jar
- Field _jar
_dir
String _dir
- Field _dir
_id
String _id
- Field _id
_provider
String _provider
- Field _provider
_jar
String _jar
- Field _jar
_content
String _content
- internal content storage
_jndiName
String _jndiName
- Field _jndiName
_jndiProviderId
String _jndiProviderId
- Field _jndiProviderId
_content
String _content
- internal content storage
_containerList
Vector _containerList
- Field _containerList
_jndiProviderList
Vector _jndiProviderList
- Field _jndiProviderList
_securityService
SecurityService _securityService
- Field _securityService
_transactionService
TransactionService _transactionService
- Field _transactionService
_connectionManager
ConnectionManager _connectionManager
- Field _connectionManager
_proxyFactory
ProxyFactory _proxyFactory
- Field _proxyFactory
_connectorList
Vector _connectorList
- Field _connectorList
_resourceList
Vector _resourceList
- Field _resourceList
_deploymentsList
Vector _deploymentsList
- Field _deploymentsList
_file
String _file
- Field _file
_id
String _id
- Field _id
_provider
String _provider
- Field _provider
_jar
String _jar
- Field _jar
_content
String _content
- internal content storage
_id
String _id
- Field _id
_provider
String _provider
- Field _provider
_jar
String _jar
- Field _jar
_jndi
String _jndi
- Field _jndi
_content
String _content
- internal content storage
_id
String _id
- Field _id
_provider
String _provider
- Field _provider
_jar
String _jar
- Field _jar
_content
String _content
- internal content storage
_id
String _id
- Field _id
_providerType
String _providerType
- Field _providerType
_displayName
String _displayName
- Field _displayName
_description
String _description
- Field _description
_className
String _className
- Field _className
_content
String _content
- internal content storage
_propertiesFile
PropertiesFile _propertiesFile
- Field _propertiesFile
_lookup
Lookup _lookup
- Field _lookup
_serviceProviderList
Vector _serviceProviderList
- Field _serviceProviderList
_id
String _id
- Field _id
_provider
String _provider
- Field _provider
_jar
String _jar
- Field _jar
_content
String _content
- internal content storage
Package org.openejb.corba |
readResolve
private Object readResolve()
throws ObjectStreamException
ior
String ior
home
boolean home
serialVersionUID: 8085488135161906381l
homeInterface
Class homeInterface
- The Class of the bean's home interface.
remoteInterface
Class remoteInterface
- The Class of the bean's remote interface.
primaryKeyClass
Class primaryKeyClass
- The Class of the bean's primary key or null if the
bean is of a type that does not require a primary key.
ejbHome
javax.ejb.EJBHome ejbHome
- The EJBHome stub/proxy for this bean deployment.
ejbType
byte ejbType
- The type of bean that this MetaData implementation represents.
- See Also:
CORBAEJBMetaData.ENTITY
,
CORBAEJBMetaData.STATEFUL
,
CORBAEJBMetaData.STATELESS
serialVersionUID: -3390719015323727224l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
ior
String ior
primaryKey
Object primaryKey
serialVersionUID: -5537884768260058215l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
ior
String ior
Package org.openejb.corba.proxy |
nsCorbaloc
URI nsCorbaloc
objectName
String objectName
home
String home
Package org.openejb.corba.security |
config
CSSConfig config
major
int major
log
org.apache.commons.logging.Log log
classLoader
ClassLoader classLoader
TSSConfig
TSSConfig TSSConfig
classloader
ClassLoader classloader
TSSConfig
TSSConfig TSSConfig
Package org.openejb.corba.security.config |
Package org.openejb.corba.security.config.css |
supports
short supports
requires
short requires
transport_mech
CSSTransportMechConfig transport_mech
as_mech
CSSASMechConfig as_mech
sas_mech
CSSSASMechConfig sas_mech
stateful
boolean stateful
mechs
ArrayList mechs
mechList
CSSCompoundSecMechListConfig mechList
domain
String domain
username
String username
password
String password
domain
String domain
supports
short supports
requires
short requires
oid
String oid
principalClass
Class principalClass
domain
String domain
realm
String realm
oid
String oid
name
String name
supports
short supports
requires
short requires
required
boolean required
identityToken
CSSSASIdentityToken identityToken
supports
short supports
requires
short requires
Package org.openejb.corba.security.config.tss |
transport_mech
TSSTransportMechConfig transport_mech
as_mech
TSSASMechConfig as_mech
sas_mech
TSSSASMechConfig sas_mech
stateful
boolean stateful
mechs
ArrayList mechs
inherit
boolean inherit
defaultPrincipal
org.apache.geronimo.security.deploy.DefaultPrincipal defaultPrincipal
transport_mech
TSSTransportMechConfig transport_mech
mechListConfig
TSSCompoundSecMechListConfig mechListConfig
hostname
String hostname
distinguishedName
X500Principal distinguishedName
name
String name
name
String name
oid
String oid
targetName
String targetName
required
boolean required
realmName
String realmName
domainName
String domainName
principalClass
Class principalClass
realmName
String realmName
domainName
String domainName
realmName
String realmName
domainName
String domainName
supports
short supports
requires
short requires
required
boolean required
privilegeAuthorities
ArrayList privilegeAuthorities
idTokens
Map idTokens
supports
short supports
requires
short requires
mechOID
String mechOID
targetName
String targetName
addresses
List addresses
port
short port
hostname
String hostname
handshakeTimeout
short handshakeTimeout
supports
short supports
requires
short requires
port
short port
hostname
String hostname
trustEveryone
boolean trustEveryone
trustNoone
boolean trustNoone
entities
List entities
Package org.openejb.corba.security.jgss |
Package org.openejb.corba.sunorb |
log
org.apache.commons.logging.Log log
log
org.apache.commons.logging.Log log
Package org.openejb.corba.transaction |
clientTransactionPolicyConfig
ClientTransactionPolicyConfig clientTransactionPolicyConfig
operationToPolicyMap
Map operationToPolicyMap
serverTransactionPolicyConfig
ServerTransactionPolicyConfig serverTransactionPolicyConfig
log
org.apache.commons.logging.Log log
Package org.openejb.corba.transaction.nodistributedtransactions |
transactionContextManager
org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager
Package org.openejb.corba.util |
writeReplace
public final Object writeReplace()
clientContext
ClientContext clientContext
_kind
TCKind _kind
_name
String _name
_type
String _type
_id
String _id
_label
String _label
_ref
TypeCode _ref
_member_name
String[] _member_name
_member_type
TypeCode[] _member_type
_member_label
Any[] _member_label
_member_visibility
short[] _member_visibility
_default
int _default
_length
int _length
_digits
short _digits
_scale
short _scale
_type_modifier
short _type_modifier
_indirection
boolean _indirection
log
org.apache.commons.logging.Log log
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
reentrant
boolean reentrant
readResolve
private Object readResolve()
beanClass
Class beanClass
finderSignature
MethodSignature finderSignature
containerId
Object containerId
factory
EJBInstanceFactory factory
unshareableResources
Set unshareableResources
applicationManagedSecurityResources
Set applicationManagedSecurityResources
Package org.openejb.entity.cmp |
readResolve
private Object readResolve()
beanClass
Class beanClass
cmpFieldAccessors
LinkedHashMap cmpFieldAccessors
fieldTransforms
org.tranql.ejb.CMPFieldTransform[] fieldTransforms
readResolve
private Object readResolve()
beanClass
Class beanClass
cmp1Bridge
CMP1Bridge cmp1Bridge
createSignature
MethodSignature createSignature
postCreateSignature
MethodSignature postCreateSignature
cacheTable
org.tranql.cache.CacheTable cacheTable
identityDefiner
org.tranql.identity.IdentityDefiner identityDefiner
keyGenerator
org.tranql.pkgenerator.PrimaryKeyGenerator keyGenerator
primaryKeyTransform
org.tranql.identity.IdentityTransform primaryKeyTransform
localProxyTransform
org.tranql.identity.IdentityTransform localProxyTransform
remoteProxyTransform
org.tranql.identity.IdentityTransform remoteProxyTransform
connectionFactoryDelegate
org.tranql.query.ConnectionFactoryDelegate connectionFactoryDelegate
tranqlEJBProxyFactory
TranqlEJBProxyFactory tranqlEJBProxyFactory
strategyFactory
org.tranql.cache.CacheFlushStrategyFactory strategyFactory
cache
org.tranql.intertxcache.FrontEndCache cache
reentrant
boolean reentrant
localCommand
org.tranql.query.QueryCommand localCommand
remoteCommand
org.tranql.query.QueryCommand remoteCommand
flushCache
boolean flushCache
idDefiner
org.tranql.identity.IdentityDefiner idDefiner
idInjector
org.tranql.identity.IdentityDefiner idInjector
fieldName
String fieldName
field
org.tranql.ejb.CMPFieldTransform field
readResolve
private Object readResolve()
containerId
Object containerId
cmp1Bridge
CMP1Bridge cmp1Bridge
primaryKeyTransform
org.tranql.identity.IdentityTransform primaryKeyTransform
loadFault
org.tranql.cache.FaultHandler loadFault
beanClass
Class beanClass
imap
Map imap
unshareableResources
Set unshareableResources
applicationManagedSecurityResources
Set applicationManagedSecurityResources
cascadeOneDeleteFields
org.tranql.ejb.CMPFieldTransform[] cascadeOneDeleteFields
cascadeManyDeleteFields
org.tranql.ejb.CMPFieldTransform[] cascadeManyDeleteFields
cmrOneFields
org.tranql.ejb.CMPFieldTransform[] cmrOneFields
cmrManyFields
org.tranql.ejb.CMPFieldTransform[] cmrManyFields
command
org.tranql.query.QueryCommand command
resultAccessor
org.tranql.field.FieldTransform resultAccessor
flushCache
boolean flushCache
idDefiner
org.tranql.identity.IdentityDefiner idDefiner
idInjector
org.tranql.identity.IdentityDefiner idInjector
fieldName
String fieldName
field
org.tranql.ejb.CMPFieldTransform field
Package org.openejb.entity.cmp.pkgenerator |
connectionFactoryWrapper
org.apache.geronimo.connector.outbound.ConnectionFactorySource connectionFactoryWrapper
sql
String sql
returnType
Class returnType
delegate
org.tranql.pkgenerator.PrimaryKeyGenerator delegate
transactionContextManager
org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager
connectionFactoryWrapper
org.apache.geronimo.connector.outbound.ConnectionFactorySource connectionFactoryWrapper
tableName
String tableName
sequenceName
String sequenceName
batchSize
int batchSize
delegate
org.tranql.pkgenerator.SequenceTablePrimaryKeyGenerator delegate
connectionFactoryWrapper
org.apache.geronimo.connector.outbound.ConnectionFactorySource connectionFactoryWrapper
initSql
String initSql
sql
String sql
returnType
Class returnType
delegate
org.tranql.pkgenerator.PrimaryKeyGenerator delegate
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.context.UserTransactionImpl userTransaction
unshareableResources
Set unshareableResources
applicationManagedSecurityResources
Set applicationManagedSecurityResources
readResolve
private Object readResolve()
factory
MDBInstanceContextFactory factory
ejbName
String ejbName
vtable
VirtualOperation[] vtable
runAs
Subject runAs
componentContext
Context 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
serialVersionUID: -5271735029122675779l
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
serialVersionUID: -3095014837800918826l
readResolve
protected Object readResolve()
containerId
String containerId
isSessionBean
boolean isSessionBean
remoteInterface
Class remoteInterface
homeInterface
Class homeInterface
localInterface
Class localInterface
localHomeInterface
Class localHomeInterface
isSessionBean
boolean isSessionBean
remoteInterfaceName
String remoteInterfaceName
homeInterfaceName
String homeInterfaceName
localInterfaceName
String localInterfaceName
localHomeInterfaceName
String localHomeInterfaceName
isLocal
boolean isLocal
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
serviceEndpointInterface
Class serviceEndpointInterface
primaryKeyClass
Class primaryKeyClass
readResolve
private Object readResolve()
throws ObjectStreamException
containerId
String containerId
isSessionBean
boolean isSessionBean
remoteInterfaceName
String remoteInterfaceName
homeInterfaceName
String homeInterfaceName
primayKey
Object primayKey
type
int type
Package org.openejb.resource |
connSet
Set connSet
threadLocal
SharedLocalConnectionManager.SpecialHashThreadLocal threadLocal
factoryMap
HashMap factoryMap
Package org.openejb.security |
permissions
Permission[][] permissions
Package org.openejb.server.axis |
ejbContainer
EJBContainer ejbContainer
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
Package org.openejb.server.httpd |
line
String line
- 5.1 Request-Line
method
int method
- 5.1.1 Method
uri
URI uri
- 5.1.2 Request-URI
headers
HashMap headers
- the headers for this page
formParams
HashMap formParams
- the form parameters for this page
queryParams
HashMap queryParams
- the URL (or query) parameters for this page
body
byte[] body
- the content of the body of this page
in
InputStream in
length
int length
contentType
String contentType
socketURI
URI socketURI
- the address the request came in on
attributes
HashMap attributes
cookies
HashMap cookies
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Reads in a serilized HttpResponseImpl object from a file
- Throws:
IOException
- if an exception is thrown
ClassNotFoundException
- if an exception is thrown
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- writes this object out to a file
- Throws:
IOException
- if an exception is thrown
responseString
String responseString
- Response string
code
int code
- Code
headers
HashMap headers
- Response headers
body
byte[] body
- Response body
request
HttpRequestImpl request
content
URLConnection content
readResolve
private Object readResolve()
beanClass
Class beanClass
createSignature
MethodSignature createSignature
containerId
Object containerId
factory
EJBInstanceFactory factory
userTransaction
org.apache.geronimo.transaction.context.UserTransactionImpl userTransaction
unshareableResources
Set unshareableResources
applicationManagedSecurityResources
Set applicationManagedSecurityResources
factory
InstanceContextFactory factory
readResolve
private Object readResolve()
beanClass
Class beanClass
handlerInfoList
List handlerInfoList
roles
String[] roles
containerId
Object containerId
factory
EJBInstanceFactory factory
userTransaction
org.apache.geronimo.transaction.context.UserTransactionImpl userTransaction
unshareableResources
Set unshareableResources
applicationManagedSecurityResources
Set applicationManagedSecurityResources
readResolve
private Object readResolve()
factory
StatelessInstanceContextFactory factory
handlerChainConfiguration
HandlerChainConfiguration handlerChainConfiguration
Package org.openejb.slsb.dispatch |
Package org.openejb.timer |
id
long id
kernelName
String kernelName
timerSourceName
javax.management.ObjectName timerSourceName
Package org.openejb.transaction |
readResolve
private Object readResolve()
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-2006 OpenEJB. All Rights Reserved.