Serialized Form


Package org.openejb

Class org.openejb.AbstractInterceptorBuilder extends Object implements Serializable

Serialized Fields

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

Class org.openejb.ApplicationException extends OpenEJBException implements Serializable

Class org.openejb.EJBInstanceFactoryImpl extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

beanClass

Class beanClass

Class org.openejb.EJBInterfaceType extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Serialized Fields

ordinal

int ordinal

Class org.openejb.EJBInvocationImpl extends org.apache.geronimo.core.service.SimpleInvocation implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.openejb.EJBInvocationImplRemote extends EJBInvocationImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.openejb.InvalidateReferenceException extends ApplicationException implements Serializable

Class org.openejb.OpenEJBException extends Exception implements Serializable

Class org.openejb.SystemException extends OpenEJBException implements Serializable


Package org.openejb.assembler

Class org.openejb.assembler.ConnectionManagerInfo extends InfoObject implements Serializable

Serialized Fields

className

String className

codebase

String codebase

connectionManagerId

String connectionManagerId

properties

Properties properties

Class org.openejb.assembler.ConnectorInfo extends InfoObject implements Serializable

Serialized Fields

connectorId

String connectorId

connectionManagerId

String connectionManagerId

managedConnectionFactory

ManagedConnectionFactoryInfo managedConnectionFactory

Class org.openejb.assembler.ContainerInfo extends InfoObject implements Serializable

Serialized Fields

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.

Class org.openejb.assembler.ContainerManagerInfo extends InfoObject implements Serializable

Serialized Fields

name

String name

containers

ContainerInfo[] containers

entityContainers

EntityContainerInfo[] entityContainers

statelessContainers

StatelessSessionContainerInfo[] statelessContainers

statefulContainers

StatefulSessionContainerInfo[] statefulContainers

Class org.openejb.assembler.ContainerSystemInfo extends InfoObject implements Serializable

Serialized Fields

containers

ContainerInfo[] containers

entityContainers

EntityContainerInfo[] entityContainers

statelessContainers

StatelessSessionContainerInfo[] statelessContainers

statefulContainers

StatefulSessionContainerInfo[] statefulContainers

securityRoles

SecurityRoleInfo[] securityRoles

methodPermissions

MethodPermissionInfo[] methodPermissions

methodTransactions

MethodTransactionInfo[] methodTransactions

Class org.openejb.assembler.EjbReferenceInfo extends InfoObject implements Serializable

Serialized Fields

referenceName

String referenceName

homeType

String homeType

location

EjbReferenceLocationInfo location

Class org.openejb.assembler.EjbReferenceLocationInfo extends InfoObject implements Serializable

Serialized Fields

remote

boolean remote

ejbDeploymentId

String ejbDeploymentId

remoteRefName

String remoteRefName

jndiContextId

String jndiContextId

Class org.openejb.assembler.EnterpriseBeanInfo extends InfoObject implements Serializable

Serialized Fields

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

Class org.openejb.assembler.EntityBeanInfo extends EnterpriseBeanInfo implements Serializable

Serialized Fields

primKeyClass

String primKeyClass

primKeyField

String primKeyField

persistenceType

String persistenceType

reentrant

String reentrant

cmpFieldNames

String[] cmpFieldNames

queries

QueryInfo[] queries

Class org.openejb.assembler.EntityContainerInfo extends ContainerInfo implements Serializable

Serialized Fields

beans

EntityBeanInfo[] beans

Class org.openejb.assembler.EnvEntryInfo extends InfoObject implements Serializable

Serialized Fields

name

String name

type

String type

value

String value

Class org.openejb.assembler.FacilitiesInfo extends InfoObject implements Serializable

Serialized Fields

intraVmServer

IntraVmServerInfo intraVmServer

remoteJndiContexts

JndiContextInfo[] remoteJndiContexts

connectors

ConnectorInfo[] connectors

connectionManagers

ConnectionManagerInfo[] connectionManagers

transactionService

TransactionServiceInfo transactionService

securityService

SecurityServiceInfo securityService

Class org.openejb.assembler.InfoObject extends Object implements Serializable

Class org.openejb.assembler.IntraVmServerInfo extends InfoObject implements Serializable

Serialized Fields

proxyFactoryClassName

String proxyFactoryClassName

codebase

String codebase

factoryName

String factoryName

proxyFactoryClass

Class proxyFactoryClass

properties

Properties properties

Class org.openejb.assembler.JndiContextInfo extends InfoObject implements Serializable

Serialized Fields

jndiContextId

String jndiContextId

properties

Properties properties

Class org.openejb.assembler.JndiEncInfo extends InfoObject implements Serializable

Serialized Fields

envEntries

EnvEntryInfo[] envEntries

ejbReferences

EjbReferenceInfo[] ejbReferences

resourceRefs

ResourceReferenceInfo[] resourceRefs

Class org.openejb.assembler.ManagedConnectionFactoryInfo extends InfoObject implements Serializable

Serialized Fields

className

String className

codebase

String codebase

id

String id

properties

Properties properties

Class org.openejb.assembler.MethodInfo extends InfoObject implements Serializable

Serialized Fields

description

String description

ejbDeploymentId

Object ejbDeploymentId

methodIntf

String methodIntf

methodName

String methodName

methodParams

String[] methodParams

Class org.openejb.assembler.MethodPermissionInfo extends InfoObject implements Serializable

Serialized Fields

description

String description

roleNames

String[] roleNames

methods

MethodInfo[] methods

Class org.openejb.assembler.MethodTransactionInfo extends InfoObject implements Serializable

Serialized Fields

description

String description

transAttribute

String transAttribute

methods

MethodInfo[] methods

Class org.openejb.assembler.OpenEjbConfiguration extends InfoObject implements Serializable

Serialized Fields

containerSystem

ContainerSystemInfo containerSystem

facilities

FacilitiesInfo facilities

Class org.openejb.assembler.QueryInfo extends InfoObject implements Serializable

Serialized Fields

description

String description

method

MethodInfo method

queryStatement

String queryStatement

Class org.openejb.assembler.RemoteJndiContextsInfo extends InfoObject implements Serializable

Class org.openejb.assembler.ResourceInfo extends InfoObject implements Serializable

Serialized Fields

resourceID

String resourceID

properties

Properties properties

Class org.openejb.assembler.ResourceReferenceInfo extends InfoObject implements Serializable

Serialized Fields

referenceName

String referenceName

referenceType

String referenceType

referenceAuth

String referenceAuth

resourceID

String resourceID

properties

Properties properties

location

ResourceReferenceLocationInfo location

Class org.openejb.assembler.ResourceReferenceLocationInfo extends InfoObject implements Serializable

Serialized Fields

remote

boolean remote

remoteRefName

String remoteRefName

jndiContextId

String jndiContextId

Class org.openejb.assembler.RoleMappingInfo extends InfoObject implements Serializable

Serialized Fields

logicalRoleNames

String[] logicalRoleNames

physicalRoleNames

String[] physicalRoleNames

Class org.openejb.assembler.SecurityRoleInfo extends InfoObject implements Serializable

Serialized Fields

description

String description

roleName

String roleName

Class org.openejb.assembler.SecurityRoleReferenceInfo extends InfoObject implements Serializable

Serialized Fields

description

String description

roleName

String roleName

roleLink

String roleLink

Class org.openejb.assembler.SecurityServiceInfo extends ServiceInfo implements Serializable

Serialized Fields

roleMappings

RoleMappingInfo[] roleMappings

Class org.openejb.assembler.ServiceInfo extends InfoObject implements Serializable

Serialized Fields

serviceType

int serviceType

description

String description

serviceName

String serviceName

displayName

String displayName

factoryClassName

String factoryClassName

codebase

String codebase

factoryClass

Class factoryClass

properties

Properties properties

Class org.openejb.assembler.StatefulBeanInfo extends EnterpriseBeanInfo implements Serializable

Class org.openejb.assembler.StatefulSessionContainerInfo extends ContainerInfo implements Serializable

Serialized Fields

beans

StatefulBeanInfo[] beans

Class org.openejb.assembler.StatelessBeanInfo extends EnterpriseBeanInfo implements Serializable

Class org.openejb.assembler.StatelessSessionContainerInfo extends ContainerInfo implements Serializable

Serialized Fields

beans

StatelessBeanInfo[] beans

Class org.openejb.assembler.TransactionServiceInfo extends ServiceInfo implements Serializable


Package org.openejb.cache

Class org.openejb.cache.SimpleInstanceCache extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()


Package org.openejb.client

Class org.openejb.client.AuthenticationRequest extends Object implements Serializable

Serialization Methods

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

Class org.openejb.client.AuthenticationResponse extends Object implements Serializable

Serialization Methods

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

Class org.openejb.client.CgLibInvocationHandler extends Object implements Serializable

Serialized Fields

NO_ARGS

Object[] NO_ARGS

delegate

InvocationHandler delegate

Class org.openejb.client.CgLibProxy extends Object implements Serializable

Serialized Fields

handler

CgLibInvocationHandler handler

Class org.openejb.client.ClientMetaData extends Object implements Serializable

Serialization Methods

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

Class org.openejb.client.EJBHomeHandle extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the instanceHandle from the stream


writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.openejb.client.EJBHomeHandler extends EJBInvocationHandler implements Serializable

Serialization Methods

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

Class org.openejb.client.EJBHomeProxyHandle extends Object implements Serializable

Serialization Methods

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.

Class org.openejb.client.EJBInvocationHandler extends Object implements Serializable

Class org.openejb.client.EJBMetaDataImpl extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.openejb.client.EJBObjectHandle extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the instanceHandle from the stream


writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.openejb.client.EJBObjectHandler extends EJBInvocationHandler implements Serializable

Serialized Fields

registryId

Object registryId

ejbHome

EJBHomeProxy ejbHome

Class org.openejb.client.EJBObjectProxyHandle extends Object implements Serializable

Serialization Methods

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.

Class org.openejb.client.EJBRequest extends Object implements Serializable

Serialization Methods

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

Class org.openejb.client.EJBResponse extends Object implements Serializable

Serialization Methods

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

Class org.openejb.client.EntityEJBHomeHandler extends EJBHomeHandler implements Serializable

Serialization Methods

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

Class org.openejb.client.EntityEJBObjectHandler extends EJBObjectHandler implements Serializable

Class org.openejb.client.JNDIContext extends Object implements Serializable

Class org.openejb.client.JNDIRequest extends Object implements Serializable

Serialization Methods

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

Class org.openejb.client.JNDIResponse extends Object implements Serializable

Serialization Methods

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

Class org.openejb.client.RemoteInitialContextFactory extends JNDIContext implements Serializable

Class org.openejb.client.ServerMetaData extends Object implements Serializable

Serialization Methods

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

Class org.openejb.client.StatefulEJBHomeHandler extends EJBHomeHandler implements Serializable

Serialization Methods

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

Class org.openejb.client.StatefulEJBObjectHandler extends EJBObjectHandler implements Serializable

Class org.openejb.client.StatelessEJBHomeHandler extends EJBHomeHandler implements Serializable

Serialization Methods

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

Class org.openejb.client.StatelessEJBObjectHandler extends EJBObjectHandler implements Serializable

Serialized Fields

registryId

Object registryId


Package org.openejb.config

Class org.openejb.config.ValidationError extends ValidationException implements Serializable

Class org.openejb.config.ValidationException extends Exception implements Serializable

Serialized Fields

bean

Bean bean

details

Object[] details

message

String message

prefix

String prefix

Class org.openejb.config.ValidationFailure extends ValidationException implements Serializable

Class org.openejb.config.ValidationWarning extends ValidationException implements Serializable


Package org.openejb.config.ejb11

Class org.openejb.config.ejb11.AssemblyDescriptor extends Object implements Serializable

Serialized Fields

_id

String _id

_securityRoleList

Vector _securityRoleList

_methodPermissionList

Vector _methodPermissionList

_containerTransactionList

Vector _containerTransactionList

Class org.openejb.config.ejb11.CmpField extends Object implements Serializable

Serialized Fields

_id

String _id

_description

String _description

_fieldName

String _fieldName

Class org.openejb.config.ejb11.ContainerTransaction extends Object implements Serializable

Serialized Fields

_id

String _id

_description

String _description

_methodList

Vector _methodList

_transAttribute

String _transAttribute

Class org.openejb.config.ejb11.EjbDeployment extends Object implements Serializable

Serialized Fields

_ejbName

String _ejbName

_deploymentId

String _deploymentId

_containerId

String _containerId

_resourceLinkList

Vector _resourceLinkList

_queryList

Vector _queryList

Class org.openejb.config.ejb11.EjbJar extends Object implements Serializable

Serialized Fields

_id

String _id

_description

String _description

_displayName

String _displayName

_smallIcon

String _smallIcon

_largeIcon

String _largeIcon

_enterpriseBeans

EnterpriseBeans _enterpriseBeans

_assemblyDescriptor

AssemblyDescriptor _assemblyDescriptor

_ejbClientJar

String _ejbClientJar

Class org.openejb.config.ejb11.EjbRef extends Object implements Serializable

Serialized Fields

_id

String _id

_description

String _description

_ejbRefName

String _ejbRefName

_ejbRefType

String _ejbRefType

_home

String _home

_remote

String _remote

_ejbLink

String _ejbLink

Class org.openejb.config.ejb11.EnterpriseBeans extends Object implements Serializable

Serialized Fields

_items

Vector _items

Class org.openejb.config.ejb11.EnterpriseBeansItem extends Object implements Serializable

Serialized Fields

_id

String _id

_session

Session _session

_entity

Entity _entity

Class org.openejb.config.ejb11.Entity extends Object implements Serializable

Serialized Fields

_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

Class org.openejb.config.ejb11.EnvEntry extends Object implements Serializable

Serialized Fields

_id

String _id

_description

String _description

_envEntryName

String _envEntryName

_envEntryType

String _envEntryType

_envEntryValue

String _envEntryValue

Class org.openejb.config.ejb11.Method extends Object implements Serializable

Serialized Fields

_id

String _id

_description

String _description

_ejbName

String _ejbName

_methodIntf

String _methodIntf

_methodName

String _methodName

_methodParams

MethodParams _methodParams

Class org.openejb.config.ejb11.MethodParams extends Object implements Serializable

Serialized Fields

_id

String _id

_methodParamList

Vector _methodParamList

Class org.openejb.config.ejb11.MethodPermission extends Object implements Serializable

Serialized Fields

_id

String _id

_description

String _description

_roleNameList

Vector _roleNameList

_methodList

Vector _methodList

Class org.openejb.config.ejb11.OpenejbJar extends Object implements Serializable

Serialized Fields

_ejbDeploymentList

Vector _ejbDeploymentList

Class org.openejb.config.ejb11.Query extends Object implements Serializable

Serialized Fields

_description

String _description

_queryMethod

QueryMethod _queryMethod

_objectQl

String _objectQl

Class org.openejb.config.ejb11.QueryMethod extends Object implements Serializable

Serialized Fields

_methodName

String _methodName

_methodParams

MethodParams _methodParams

Class org.openejb.config.ejb11.ResourceLink extends Object implements Serializable

Serialized Fields

_resRefName

String _resRefName

_resId

String _resId

Class org.openejb.config.ejb11.ResourceRef extends Object implements Serializable

Serialized Fields

_id

String _id

_description

String _description

_resRefName

String _resRefName

_resType

String _resType

_resAuth

String _resAuth

Class org.openejb.config.ejb11.SecurityRole extends Object implements Serializable

Serialized Fields

_id

String _id

_description

String _description

_roleName

String _roleName

Class org.openejb.config.ejb11.SecurityRoleRef extends Object implements Serializable

Serialized Fields

_id

String _id

_description

String _description

_roleName

String _roleName

_roleLink

String _roleLink

Class org.openejb.config.ejb11.Session extends Object implements Serializable

Serialized Fields

_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

Class org.openejb.config.sys.ClassName extends Object implements Serializable

Class org.openejb.config.sys.ConnectionManager extends Object implements Serializable

Serialized Fields

_id

String _id

_provider

String _provider

_jar

String _jar

_content

String _content
internal content storage

Class org.openejb.config.sys.Connector extends Object implements Serializable

Serialized Fields

_id

String _id

_provider

String _provider

_jar

String _jar

_content

String _content
internal content storage

Class org.openejb.config.sys.Container extends Object implements Serializable

Serialized Fields

_id

String _id

_provider

String _provider

_ctype

String _ctype

_jar

String _jar

_content

String _content
internal content storage

Class org.openejb.config.sys.ContainerTypes extends Object implements Serializable

Class org.openejb.config.sys.Deployments extends Object implements Serializable

Serialized Fields

_jar

String _jar

_dir

String _dir

Class org.openejb.config.sys.JarFileLocation extends Object implements Serializable

Class org.openejb.config.sys.JndiProvider extends Object implements Serializable

Serialized Fields

_id

String _id

_provider

String _provider

_jar

String _jar

_content

String _content
internal content storage

Class org.openejb.config.sys.Lookup extends Object implements Serializable

Serialized Fields

_jndiName

String _jndiName

_jndiProviderId

String _jndiProviderId

Class org.openejb.config.sys.Openejb extends Object implements Serializable

Serialized Fields

_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

Class org.openejb.config.sys.PropertiesFile extends Object implements Serializable

Serialized Fields

_file

String _file

Class org.openejb.config.sys.ProviderTypes extends Object implements Serializable

Class org.openejb.config.sys.ProxyFactory extends Object implements Serializable

Serialized Fields

_id

String _id

_provider

String _provider

_jar

String _jar

_content

String _content
internal content storage

Class org.openejb.config.sys.Resource extends Object implements Serializable

Serialized Fields

_id

String _id

_provider

String _provider

_jar

String _jar

_jndi

String _jndi

_content

String _content
internal content storage

Class org.openejb.config.sys.SecurityService extends Object implements Serializable

Serialized Fields

_id

String _id

_provider

String _provider

_jar

String _jar

_content

String _content
internal content storage

Class org.openejb.config.sys.ServiceProvider extends Object implements Serializable

Serialized Fields

_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

Class org.openejb.config.sys.ServicesJar extends Object implements Serializable

Serialized Fields

_serviceProviderList

Vector _serviceProviderList

Class org.openejb.config.sys.TransactionService extends Object implements Serializable

Serialized Fields

_id

String _id

_provider

String _provider

_jar

String _jar

_content

String _content
internal content storage


Package org.openejb.dispatch

Class org.openejb.dispatch.AbstractMethodOperation extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

beanClass

Class beanClass

signature

MethodSignature signature

Class org.openejb.dispatch.AbstractSpecificMethodOperation extends Object implements Serializable

Class org.openejb.dispatch.EJBTimeoutOperation extends AbstractSpecificMethodOperation implements Serializable

Class org.openejb.dispatch.InterfaceMethodSignature extends Object implements Serializable

Serialized Fields

methodName

String methodName

parameterTypes

String[] parameterTypes

isHomeMethod

boolean isHomeMethod

hashCode

int hashCode

Class org.openejb.dispatch.MethodSignature extends Object implements Serializable

Serialized Fields

methodName

String methodName

parameterTypes

String[] parameterTypes


Package org.openejb.entity

Class org.openejb.entity.BusinessMethod extends AbstractMethodOperation implements Serializable

Class org.openejb.entity.EntityInstanceFactory extends Object implements Serializable

Serialized Fields

factory

InstanceContextFactory factory

Class org.openejb.entity.EntityInterceptorBuilder extends AbstractInterceptorBuilder implements Serializable

Class org.openejb.entity.HomeMethod extends AbstractMethodOperation implements Serializable


Package org.openejb.entity.bmp

Class org.openejb.entity.bmp.BMPCreateMethod extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

beanClass

Class beanClass

createSignature

MethodSignature createSignature

postCreateSignature

MethodSignature postCreateSignature

Class org.openejb.entity.bmp.BMPFinderMethod extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

beanClass

Class beanClass

finderSignature

MethodSignature finderSignature

Class org.openejb.entity.bmp.BMPInstanceContextFactory extends Object implements Serializable

Serialized Fields

containerId

Object containerId

factory

EJBInstanceFactory factory

unshareableResources

Set unshareableResources

applicationManagedSecurityResources

Set applicationManagedSecurityResources

timerService

BasicTimerService timerService

Class org.openejb.entity.bmp.BMPRemoveMethod extends AbstractMethodOperation implements Serializable


Package org.openejb.entity.cmp

Class org.openejb.entity.cmp.CMPCreateMethod extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

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

Class org.openejb.entity.cmp.CMPEngine extends Object implements Serializable

Serialized Fields

connectionFactoryDelegate

org.tranql.query.ConnectionFactoryDelegate connectionFactoryDelegate

tranqlEJBProxyFactory

TranqlEJBProxyFactory tranqlEJBProxyFactory

Class org.openejb.entity.cmp.CMPFinder extends Object implements Serializable

Serialized Fields

localQuery

org.tranql.query.QueryCommand localQuery

remoteQuery

org.tranql.query.QueryCommand remoteQuery

Class org.openejb.entity.cmp.CMPGetter extends Object implements Serializable

Serialized Fields

fieldName

String fieldName

field

org.tranql.ejb.CMPFieldTransform field

Class org.openejb.entity.cmp.CMPInstanceContextFactory extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Serialized Fields

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

Class org.openejb.entity.cmp.CMPRemoveMethod extends AbstractMethodOperation implements Serializable

Class org.openejb.entity.cmp.CMPSelectMethod extends Object implements Serializable

Serialized Fields

query

org.tranql.query.QueryCommand query

Class org.openejb.entity.cmp.CMPSetter extends Object implements Serializable

Serialized Fields

fieldName

String fieldName

field

org.tranql.ejb.CMPFieldTransform field

Class org.openejb.entity.cmp.CollectionValuedFinder extends CMPFinder implements Serializable

Serialized Fields

handler

org.tranql.query.CollectionResultHandler handler

Class org.openejb.entity.cmp.EnumerationValuedFinder extends CMPFinder implements Serializable

Serialized Fields

handler

org.tranql.query.CollectionResultHandler handler

Class org.openejb.entity.cmp.SingleValuedFinder extends CMPFinder implements Serializable

Serialized Fields

accessor

org.tranql.field.FieldAccessor accessor


Package org.openejb.entity.dispatch

Class org.openejb.entity.dispatch.EJBActivateOperation extends AbstractSpecificMethodOperation implements Serializable

Class org.openejb.entity.dispatch.EJBLoadOperation extends AbstractSpecificMethodOperation implements Serializable

Class org.openejb.entity.dispatch.EJBPassivateOperation extends AbstractSpecificMethodOperation implements Serializable

Class org.openejb.entity.dispatch.EJBStoreOperation extends AbstractSpecificMethodOperation implements Serializable

Class org.openejb.entity.dispatch.SetEntityContextOperation extends AbstractSpecificMethodOperation implements Serializable

Class org.openejb.entity.dispatch.UnsetEntityContextOperation extends AbstractSpecificMethodOperation implements Serializable


Package org.openejb.loader

Class org.openejb.loader.LoaderServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

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


Package org.openejb.mdb

Class org.openejb.mdb.BusinessMethod extends AbstractMethodOperation implements Serializable

Class org.openejb.mdb.MDBInstanceContextFactory extends Object implements Serializable

Serialized Fields

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

Class org.openejb.mdb.MDBInstanceFactory extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

componentContext

org.apache.geronimo.naming.java.ReadOnlyContext componentContext

factory

MDBInstanceContextFactory factory

beanClass

Class beanClass

Class org.openejb.mdb.MDBInterceptorBuilder extends Object implements Serializable

Serialized Fields

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

Class org.openejb.mdb.dispatch.SetMessageDrivenContextOperation extends AbstractSpecificMethodOperation implements Serializable


Package org.openejb.naming

Class org.openejb.naming.IvmContext extends Object implements Serializable

Serialized Fields

myEnv

Hashtable myEnv

readOnly

boolean readOnly

fastCache

HashMap fastCache

mynode

IvmContext.NameNode mynode


Package org.openejb.proxy

Class org.openejb.proxy.BaseEJB extends Object implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Serialized Fields

ejbHandler

EJBMethodInterceptor ejbHandler

Class org.openejb.proxy.EJBHomeImpl extends BaseEJB implements Serializable

Serialized Fields

ejbMetaData

javax.ejb.EJBMetaData ejbMetaData

Class org.openejb.proxy.EJBLocalHomeImpl extends BaseEJB implements Serializable

Class org.openejb.proxy.EJBLocalObjectImpl extends BaseEJB implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException

Class org.openejb.proxy.EJBMetaDataImpl extends Object implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Serialized Fields

ejbHome

EJBHomeImpl ejbHome

homeInterfaceClass

Class homeInterfaceClass

remoteInterfaceClass

Class remoteInterfaceClass

primaryKeyClass

Class primaryKeyClass

session

boolean session

statelessSession

boolean statelessSession

Class org.openejb.proxy.EJBMethodInterceptor extends Object implements Serializable

Serialized Fields

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.

Class org.openejb.proxy.EJBObjectImpl extends BaseEJB implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException

Class org.openejb.proxy.EJBProxyFactory extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

containerId

String containerId

isSessionBean

boolean isSessionBean

remoteInterface

Class remoteInterface

homeInterface

Class homeInterface

localInterface

Class localInterface

localHomeInterface

Class localHomeInterface

Class org.openejb.proxy.EntityEJBHome extends EJBHomeImpl implements Serializable

Class org.openejb.proxy.EntityEJBLocalHome extends EJBLocalHomeImpl implements Serializable

Class org.openejb.proxy.EntityEJBLocalObject extends EJBLocalObjectImpl implements Serializable

Class org.openejb.proxy.EntityEJBObject extends EJBObjectImpl implements Serializable

Class org.openejb.proxy.HandleImpl extends Object implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Serialized Fields

type

int type

proxy

Object proxy

Class org.openejb.proxy.ImmutableArtifact extends Object implements Serializable

Serialization Methods

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

Class org.openejb.proxy.ProxyInfo extends Object implements Serializable

Serialized Fields

componentType

int componentType

containerId

String containerId

primaryKey

Object primaryKey

remoteInterface

Class remoteInterface

homeInterface

Class homeInterface

localObjectInterface

Class localObjectInterface

localHomeInterface

Class localHomeInterface

primaryKeyClass

Class primaryKeyClass

Class org.openejb.proxy.ProxyRefAddr extends RefAddr implements Serializable

Serialized Fields

containerId

String containerId

isSessionBean

boolean isSessionBean

remoteInterfaceName

String remoteInterfaceName

homeInterfaceName

String homeInterfaceName

localInterfaceName

String localInterfaceName

localHomeInterfaceName

String localHomeInterfaceName

isLocal

boolean isLocal

Class org.openejb.proxy.SessionEJBHome extends EJBHomeImpl implements Serializable

Class org.openejb.proxy.SessionEJBLocalHome extends EJBLocalHomeImpl implements Serializable

Class org.openejb.proxy.SessionEJBLocalObject extends EJBLocalObjectImpl implements Serializable

Class org.openejb.proxy.SessionEJBObject extends EJBObjectImpl implements Serializable


Package org.openejb.resource

Class org.openejb.resource.SharedLocalConnectionManager extends Object implements Serializable

Serialized Fields

connSet

Set connSet

threadLocal

SharedLocalConnectionManager.SpecialHashThreadLocal threadLocal

factoryMap

HashMap factoryMap


Package org.openejb.security

Class org.openejb.security.PermissionManager extends Object implements Serializable

Serialized Fields

permissions

Permission[][] permissions

Class org.openejb.security.SecurityConfiguration extends Object implements Serializable

Serialized Fields

policyContextId

String policyContextId

excludedPolicy

Permissions excludedPolicy

uncheckedPolicy

Permissions uncheckedPolicy

rolePolicies

Map rolePolicies

roleReferences

Map roleReferences


Package org.openejb.server

Class org.openejb.server.ServiceException extends OpenEJBException implements Serializable


Package org.openejb.server.ejbd

Class org.openejb.server.ejbd.EJBInvocationStream extends EJBRequest implements Serializable

Serialization Methods

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.sfsb

Class org.openejb.sfsb.BusinessMethod extends AbstractMethodOperation implements Serializable

Serialized Fields

isBMT

boolean isBMT

Class org.openejb.sfsb.CreateMethod extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

beanClass

Class beanClass

createSignature

MethodSignature createSignature

isBMT

boolean isBMT

Class org.openejb.sfsb.RemoveMethod extends BusinessMethod implements Serializable

Class org.openejb.sfsb.StatefulInstanceContextFactory extends Object implements Serializable

Serialized Fields

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

Class org.openejb.sfsb.StatefulInstanceFactory extends Object implements Serializable

Serialized Fields

factory

InstanceContextFactory factory

Class org.openejb.sfsb.StatefulInterceptorBuilder extends AbstractInterceptorBuilder implements Serializable


Package org.openejb.slsb

Class org.openejb.slsb.BusinessMethod extends AbstractMethodOperation implements Serializable

Class org.openejb.slsb.CreateMethod extends Object implements Serializable

Class org.openejb.slsb.StatelessInstanceContextFactory extends Object implements Serializable

Serialized Fields

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

Class org.openejb.slsb.StatelessInstanceFactory extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

componentContext

org.apache.geronimo.naming.java.ReadOnlyContext componentContext

factory

StatelessInstanceContextFactory factory

beanClass

Class beanClass

Class org.openejb.slsb.StatelessInterceptorBuilder extends AbstractInterceptorBuilder implements Serializable


Package org.openejb.slsb.dispatch

Class org.openejb.slsb.dispatch.EJBActivateOperation extends AbstractSpecificMethodOperation implements Serializable

Class org.openejb.slsb.dispatch.EJBPassivateOperation extends AbstractSpecificMethodOperation implements Serializable

Class org.openejb.slsb.dispatch.SetSessionContextOperation extends AbstractSpecificMethodOperation implements Serializable


Package org.openejb.timer

Class org.openejb.timer.TimerHandleImpl extends Object implements Serializable

Serialized Fields

id

long id

kernelName

String kernelName

timerSourceName

javax.management.ObjectName timerSourceName


Package org.openejb.transaction

Class org.openejb.transaction.TransactionNotSupportedException extends Exception implements Serializable

Class org.openejb.transaction.TransactionPolicyManager extends Object implements Serializable

Serialized Fields

transactionPolicy

TransactionPolicy[][] transactionPolicy

Class org.openejb.transaction.UncommittedTransactionException extends Exception implements Serializable


Package org.openejb.util

Class org.openejb.util.ArrayEnumeration extends Object implements Serializable

serialVersionUID: -1194966576855523042l

Serialization Methods

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

Class org.openejb.util.SerializableEnumeration extends Object implements Serializable

Serialized Fields

values

Object[] values

Class org.openejb.util.SoftLimitedInstancePool extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

factory

InstanceFactory factory

maxSize

int maxSize



Copyright © 1999-2005 OpenEJB. All Rights Reserved.