Serialized Form


Package org.openejb

Class org.openejb.AbstractInterceptorBuilder extends Object implements Serializable

Serialized Fields

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

Class org.openejb.ApplicationException extends OpenEJBException implements Serializable

Class org.openejb.ContainerNotFoundException extends Exception 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.NotReentrantException extends RemoteException implements Serializable

Class org.openejb.NotReentrantLocalException extends javax.ejb.EJBException 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.EjbLocalReferenceInfo extends InfoObject implements Serializable

Serialized Fields

referenceName

String referenceName

homeType

String homeType

location

EjbReferenceLocationInfo location

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

Serialized Fields

remote

boolean remote

ejbDeploymentId

String ejbDeploymentId

remoteRefName

String remoteRefName

jndiContextId

String jndiContextId

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.client.naming

Class org.openejb.client.naming.RemoteEJBRefAddr extends RefAddr implements Serializable

Serialized Fields

containerId

org.apache.geronimo.gbean.AbstractNameQuery containerId


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
Field _id


_securityRoleList

Vector _securityRoleList
Field _securityRoleList


_methodPermissionList

Vector _methodPermissionList
Field _methodPermissionList


_containerTransactionList

Vector _containerTransactionList
Field _containerTransactionList

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

Serialized Fields

_id

String _id
Field _id


_description

String _description
Field _description


_fieldName

String _fieldName
Field _fieldName

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

Serialized Fields

_id

String _id
Field _id


_description

String _description
Field _description


_methodList

Vector _methodList
Field _methodList


_transAttribute

String _transAttribute
Field _transAttribute

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

Serialized Fields

_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

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

Serialized Fields

_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

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

Serialized Fields

_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

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

Serialized Fields

_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

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

Serialized Fields

_id

String _id
Field _id


_items

Vector _items
Field _items

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

Serialized Fields

_session

Session _session
Field _session


_entity

Entity _entity
Field _entity

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

Serialized Fields

_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

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

Serialized Fields

_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

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

Serialized Fields

_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

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

Serialized Fields

_id

String _id
Field _id


_methodParamList

Vector _methodParamList
Field _methodParamList

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

Serialized Fields

_id

String _id
Field _id


_description

String _description
Field _description


_roleNameList

Vector _roleNameList
Field _roleNameList


_methodList

Vector _methodList
Field _methodList

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

Serialized Fields

_ejbDeploymentList

Vector _ejbDeploymentList
Field _ejbDeploymentList

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

Serialized Fields

_description

String _description
Field _description


_queryMethod

QueryMethod _queryMethod
Field _queryMethod


_objectQl

String _objectQl
Field _objectQl

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

Serialized Fields

_methodName

String _methodName
Field _methodName


_methodParams

MethodParams _methodParams
Field _methodParams

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

Serialized Fields

_resRefName

String _resRefName
Field _resRefName


_resId

String _resId
Field _resId

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

Serialized Fields

_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

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

Serialized Fields

_id

String _id
Field _id


_description

String _description
Field _description


_roleName

String _roleName
Field _roleName

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

Serialized Fields

_id

String _id
Field _id


_description

String _description
Field _description


_roleName

String _roleName
Field _roleName


_roleLink

String _roleLink
Field _roleLink

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

Serialized Fields

_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

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
Field _id


_provider

String _provider
Field _provider


_jar

String _jar
Field _jar


_content

String _content
internal content storage

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

Serialized Fields

_id

String _id
Field _id


_provider

String _provider
Field _provider


_jar

String _jar
Field _jar


_content

String _content
internal content storage

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

Serialized Fields

_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

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
Field _jar


_dir

String _dir
Field _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
Field _id


_provider

String _provider
Field _provider


_jar

String _jar
Field _jar


_content

String _content
internal content storage

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

Serialized Fields

_jndiName

String _jndiName
Field _jndiName


_jndiProviderId

String _jndiProviderId
Field _jndiProviderId

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

Serialized Fields

_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

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

Serialized Fields

_file

String _file
Field _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
Field _id


_provider

String _provider
Field _provider


_jar

String _jar
Field _jar


_content

String _content
internal content storage

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

Serialized Fields

_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

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

Serialized Fields

_id

String _id
Field _id


_provider

String _provider
Field _provider


_jar

String _jar
Field _jar


_content

String _content
internal content storage

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

Serialized Fields

_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

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

Serialized Fields

_serviceProviderList

Vector _serviceProviderList
Field _serviceProviderList

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

Serialized Fields

_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

Class org.openejb.corba.AdapterEntity.ObjectActivator extends LocalObject implements Serializable

Class org.openejb.corba.AdapterStateful.ObjectActivator extends LocalObject implements Serializable

Class org.openejb.corba.CORBAEJBMemento extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Serialized Fields

ior

String ior

home

boolean home

Class org.openejb.corba.CORBAEJBMetaData extends Object implements Serializable

serialVersionUID: 8085488135161906381l

Serialized Fields

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

Class org.openejb.corba.CORBAException extends Exception implements Serializable

Class org.openejb.corba.CORBAHandle extends Object implements Serializable

serialVersionUID: -3390719015323727224l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

ior

String ior

primaryKey

Object primaryKey

Class org.openejb.corba.CORBAHomeHandle extends Object implements Serializable

serialVersionUID: -5537884768260058215l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

ior

String ior


Package org.openejb.corba.proxy

Class org.openejb.corba.proxy.CORBAProxyReference extends org.apache.geronimo.naming.reference.ConfigurationAwareReference implements Serializable

Serialized Fields

nsCorbaloc

URI nsCorbaloc

objectName

String objectName

home

String home


Package org.openejb.corba.security

Class org.openejb.corba.security.ClientPolicy extends LocalObject implements Serializable

Serialized Fields

config

CSSConfig config

Class org.openejb.corba.security.ClientPolicyFactory extends LocalObject implements Serializable

Class org.openejb.corba.security.SASConflictingEvidenceException extends SASException implements Serializable

Class org.openejb.corba.security.SASException extends Exception implements Serializable

Serialized Fields

major

int major

Class org.openejb.corba.security.SASInvalidEvidenceException extends SASException implements Serializable

Class org.openejb.corba.security.SASInvalidMechanismException extends SASException implements Serializable

Class org.openejb.corba.security.SASNoContextException extends SASException implements Serializable

Class org.openejb.corba.security.SecurityInitializer extends LocalObject implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

classLoader

ClassLoader classLoader

Class org.openejb.corba.security.ServerPolicy extends LocalObject implements Serializable

Serialized Fields

TSSConfig

TSSConfig TSSConfig

classloader

ClassLoader classloader

Class org.openejb.corba.security.ServerPolicy.Config extends Object implements Serializable

Serialized Fields

TSSConfig

TSSConfig TSSConfig

Class org.openejb.corba.security.ServerPolicyFactory extends LocalObject implements Serializable


Package org.openejb.corba.security.config

Class org.openejb.corba.security.config.ConfigException extends Exception implements Serializable


Package org.openejb.corba.security.config.css

Class org.openejb.corba.security.config.css.CSSCompoundSecMechConfig extends Object implements Serializable

Serialized Fields

supports

short supports

requires

short requires

transport_mech

CSSTransportMechConfig transport_mech

as_mech

CSSASMechConfig as_mech

sas_mech

CSSSASMechConfig sas_mech

Class org.openejb.corba.security.config.css.CSSCompoundSecMechListConfig extends Object implements Serializable

Serialized Fields

stateful

boolean stateful

mechs

ArrayList mechs

Class org.openejb.corba.security.config.css.CSSConfig extends Object implements Serializable

Serialized Fields

mechList

CSSCompoundSecMechListConfig mechList

Class org.openejb.corba.security.config.css.CSSGSSUPMechConfigDynamic extends Object implements Serializable

Serialized Fields

domain

String domain

Class org.openejb.corba.security.config.css.CSSGSSUPMechConfigStatic extends Object implements Serializable

Serialized Fields

username

String username

password

String password

domain

String domain

Class org.openejb.corba.security.config.css.CSSNULLASMechConfig extends Object implements Serializable

Class org.openejb.corba.security.config.css.CSSNULLTransportConfig extends Object implements Serializable

Serialized Fields

supports

short supports

requires

short requires

Class org.openejb.corba.security.config.css.CSSSASITTAbsent extends Object implements Serializable

Class org.openejb.corba.security.config.css.CSSSASITTAnonymous extends Object implements Serializable

Class org.openejb.corba.security.config.css.CSSSASITTPrincipalNameDynamic extends Object implements Serializable

Serialized Fields

oid

String oid

principalClass

Class principalClass

domain

String domain

realm

String realm

Class org.openejb.corba.security.config.css.CSSSASITTPrincipalNameStatic extends Object implements Serializable

Serialized Fields

oid

String oid

name

String name

Class org.openejb.corba.security.config.css.CSSSASMechConfig extends Object implements Serializable

Serialized Fields

supports

short supports

requires

short requires

required

boolean required

identityToken

CSSSASIdentityToken identityToken

Class org.openejb.corba.security.config.css.CSSSSLTransportConfig extends Object implements Serializable

Serialized Fields

supports

short supports

requires

short requires


Package org.openejb.corba.security.config.tss

Class org.openejb.corba.security.config.tss.TSSASMechConfig extends Object implements Serializable

Class org.openejb.corba.security.config.tss.TSSCompoundSecMechConfig extends Object implements Serializable

Serialized Fields

transport_mech

TSSTransportMechConfig transport_mech

as_mech

TSSASMechConfig as_mech

sas_mech

TSSSASMechConfig sas_mech

Class org.openejb.corba.security.config.tss.TSSCompoundSecMechListConfig extends Object implements Serializable

Serialized Fields

stateful

boolean stateful

mechs

ArrayList mechs

Class org.openejb.corba.security.config.tss.TSSConfig extends Object implements Serializable

Serialized Fields

inherit

boolean inherit

defaultPrincipal

org.apache.geronimo.security.deploy.DefaultPrincipal defaultPrincipal

transport_mech

TSSTransportMechConfig transport_mech

mechListConfig

TSSCompoundSecMechListConfig mechListConfig

Class org.openejb.corba.security.config.tss.TSSEntity extends Object implements Serializable

Serialized Fields

hostname

String hostname

distinguishedName

X500Principal distinguishedName

Class org.openejb.corba.security.config.tss.TSSGeneralNameConfig extends TSSServiceConfigurationConfig implements Serializable

Serialized Fields

name

String name

Class org.openejb.corba.security.config.tss.TSSGSSExportedNameConfig extends TSSServiceConfigurationConfig implements Serializable

Serialized Fields

name

String name

oid

String oid

Class org.openejb.corba.security.config.tss.TSSGSSUPMechConfig extends TSSASMechConfig implements Serializable

Serialized Fields

targetName

String targetName

required

boolean required

Class org.openejb.corba.security.config.tss.TSSITTAbsent extends TSSSASIdentityToken implements Serializable

Class org.openejb.corba.security.config.tss.TSSITTAnonymous extends TSSSASIdentityToken implements Serializable

Class org.openejb.corba.security.config.tss.TSSITTDistinguishedName extends TSSSASIdentityToken implements Serializable

Serialized Fields

realmName

String realmName

domainName

String domainName

Class org.openejb.corba.security.config.tss.TSSITTPrincipalNameGSSUP extends TSSSASIdentityToken implements Serializable

Serialized Fields

principalClass

Class principalClass

realmName

String realmName

domainName

String domainName

Class org.openejb.corba.security.config.tss.TSSITTX509CertChain extends TSSSASIdentityToken implements Serializable

Serialized Fields

realmName

String realmName

domainName

String domainName

Class org.openejb.corba.security.config.tss.TSSNULLASMechConfig extends TSSASMechConfig implements Serializable

Class org.openejb.corba.security.config.tss.TSSNULLTransportConfig extends TSSTransportMechConfig implements Serializable

Class org.openejb.corba.security.config.tss.TSSSASIdentityToken extends Object implements Serializable

Class org.openejb.corba.security.config.tss.TSSSASMechConfig extends Object implements Serializable

Serialized Fields

supports

short supports

requires

short requires

required

boolean required

privilegeAuthorities

ArrayList privilegeAuthorities

idTokens

Map idTokens

Class org.openejb.corba.security.config.tss.TSSSECIOPTransportConfig extends TSSTransportMechConfig implements Serializable

Serialized Fields

supports

short supports

requires

short requires

mechOID

String mechOID

targetName

String targetName

addresses

List addresses

Class org.openejb.corba.security.config.tss.TSSServiceConfigurationConfig extends Object implements Serializable

Class org.openejb.corba.security.config.tss.TSSSSLTransportConfig extends TSSTransportMechConfig implements Serializable

Serialized Fields

port

short port

hostname

String hostname

handshakeTimeout

short handshakeTimeout

supports

short supports

requires

short requires

Class org.openejb.corba.security.config.tss.TSSTransportAddressConfig extends Object implements Serializable

Serialized Fields

port

short port

hostname

String hostname

Class org.openejb.corba.security.config.tss.TSSTransportMechConfig extends Object implements Serializable

Serialized Fields

trustEveryone

boolean trustEveryone

trustNoone

boolean trustNoone

entities

List entities

Class org.openejb.corba.security.config.tss.TSSX509AttributeCertChain extends TSSSASMechConfig implements Serializable


Package org.openejb.corba.security.jgss

Class org.openejb.corba.security.jgss.GSSUPProvider extends Provider implements Serializable


Package org.openejb.corba.sunorb

Class org.openejb.corba.sunorb.OpenEJBPOA extends com.sun.corba.se.internal.POA.POAImpl implements Serializable

Class org.openejb.corba.sunorb.SunORBInitializer extends LocalObject implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

Class org.openejb.corba.sunorb.SunORBInitializerNoSSL extends LocalObject implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log


Package org.openejb.corba.transaction

Class org.openejb.corba.transaction.AbstractServerTransactionPolicyConfig extends Object implements Serializable

Class org.openejb.corba.transaction.ClientTransactionPolicy extends LocalObject implements Serializable

Serialized Fields

clientTransactionPolicyConfig

ClientTransactionPolicyConfig clientTransactionPolicyConfig

Class org.openejb.corba.transaction.ClientTransactionPolicyFactory extends LocalObject implements Serializable

Class org.openejb.corba.transaction.MappedServerTransactionPolicyConfig extends AbstractServerTransactionPolicyConfig implements Serializable

Serialized Fields

operationToPolicyMap

Map operationToPolicyMap

Class org.openejb.corba.transaction.ServerTransactionPolicy extends LocalObject implements Serializable

Serialized Fields

serverTransactionPolicyConfig

ServerTransactionPolicyConfig serverTransactionPolicyConfig

Class org.openejb.corba.transaction.ServerTransactionPolicyFactory extends LocalObject implements Serializable

Class org.openejb.corba.transaction.TransactionInitializer extends LocalObject implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log


Package org.openejb.corba.transaction.nodistributedtransactions

Class org.openejb.corba.transaction.nodistributedtransactions.Ignore extends Object implements Serializable

Class org.openejb.corba.transaction.nodistributedtransactions.NoDTxClientTransactionPolicyConfig extends Object implements Serializable

Serialized Fields

transactionContextManager

org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager

Class org.openejb.corba.transaction.nodistributedtransactions.NotRequired extends Object implements Serializable

Class org.openejb.corba.transaction.nodistributedtransactions.Required extends Object implements Serializable


Package org.openejb.corba.util

Class org.openejb.corba.util.ClientContextHolderStub extends Stub implements Serializable

Serialization Methods

writeReplace

public final Object writeReplace()
Serialized Fields

clientContext

ClientContext clientContext

Class org.openejb.corba.util.TypeCode extends TypeCode implements Serializable

Serialized Fields

_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

Class org.openejb.corba.util.UtilInitializer extends LocalObject implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log


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.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.BMPEntityInterceptorBuilder extends AbstractInterceptorBuilder implements Serializable

Serialized Fields

reentrant

boolean reentrant

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

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


Package org.openejb.entity.cmp

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

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

beanClass

Class beanClass

cmpFieldAccessors

LinkedHashMap cmpFieldAccessors

fieldTransforms

org.tranql.ejb.CMPFieldTransform[] fieldTransforms

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

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

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

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.CMPEntityInterceptorBuilder extends AbstractInterceptorBuilder implements Serializable

Serialized Fields

strategyFactory

org.tranql.cache.CacheFlushStrategyFactory strategyFactory

cache

org.tranql.intertxcache.FrontEndCache cache

reentrant

boolean reentrant

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

Serialized Fields

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

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()
Serialized Fields

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

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

Serialized Fields

cascadeOneDeleteFields

org.tranql.ejb.CMPFieldTransform[] cascadeOneDeleteFields

cascadeManyDeleteFields

org.tranql.ejb.CMPFieldTransform[] cascadeManyDeleteFields

cmrOneFields

org.tranql.ejb.CMPFieldTransform[] cmrOneFields

cmrManyFields

org.tranql.ejb.CMPFieldTransform[] cmrManyFields

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

Serialized Fields

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

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

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

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

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

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

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

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


Package org.openejb.entity.cmp.pkgenerator

Class org.openejb.entity.cmp.pkgenerator.AutoIncrementTablePrimaryKeyGeneratorWrapper extends Object implements Serializable

Serialized Fields

connectionFactoryWrapper

org.apache.geronimo.connector.outbound.ConnectionFactorySource connectionFactoryWrapper

sql

String sql

returnType

Class returnType

delegate

org.tranql.pkgenerator.PrimaryKeyGenerator delegate

Class org.openejb.entity.cmp.pkgenerator.SequenceTablePrimaryKeyGeneratorWrapper extends Object implements Serializable

Serialized Fields

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

Class org.openejb.entity.cmp.pkgenerator.SQLPrimaryKeyGeneratorWrapper extends Object implements Serializable

Serialized Fields

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

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.context.UserTransactionImpl userTransaction

unshareableResources

Set unshareableResources

applicationManagedSecurityResources

Set applicationManagedSecurityResources

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

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

factory

MDBInstanceContextFactory factory

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

Serialized Fields

ejbName

String ejbName

vtable

VirtualOperation[] vtable

runAs

Subject runAs

componentContext

Context 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

serialVersionUID: -5271735029122675779l

Serialized Fields

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

serialVersionUID: -3095014837800918826l

Serialization Methods

readResolve

protected 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.EJBProxyReference extends org.apache.geronimo.naming.reference.ConfigurationAwareReference implements Serializable

Serialized Fields

isSessionBean

boolean isSessionBean

remoteInterfaceName

String remoteInterfaceName

homeInterfaceName

String homeInterfaceName

localInterfaceName

String localInterfaceName

localHomeInterfaceName

String localHomeInterfaceName

isLocal

boolean isLocal

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

serviceEndpointInterface

Class serviceEndpointInterface

primaryKeyClass

Class primaryKeyClass

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

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Serialized Fields

containerId

String containerId

isSessionBean

boolean isSessionBean

remoteInterfaceName

String remoteInterfaceName

homeInterfaceName

String homeInterfaceName

primayKey

Object primayKey

type

int type

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


Package org.openejb.server.axis

Class org.openejb.server.axis.EJBContainerProvider extends org.apache.axis.providers.java.RPCProvider implements Serializable

Serialized Fields

ejbContainer

EJBContainer ejbContainer


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.server.httpd

Class org.openejb.server.httpd.HttpRequestImpl extends Object implements Serializable

Serialized Fields

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

Class org.openejb.server.httpd.HttpResponseImpl extends Object implements Serializable

Serialization Methods

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
Serialized Fields

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


Package org.openejb.sfsb

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

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

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

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

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

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

beanClass

Class beanClass

createSignature

MethodSignature createSignature

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

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

Serialized Fields

containerId

Object containerId

factory

EJBInstanceFactory factory

userTransaction

org.apache.geronimo.transaction.context.UserTransactionImpl userTransaction

unshareableResources

Set unshareableResources

applicationManagedSecurityResources

Set applicationManagedSecurityResources

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.EJBCreateMethod extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

beanClass

Class beanClass

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

Serialized Fields

handlerInfoList

List handlerInfoList

roles

String[] roles

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

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

Serialized Fields

containerId

Object containerId

factory

EJBInstanceFactory factory

userTransaction

org.apache.geronimo.transaction.context.UserTransactionImpl userTransaction

unshareableResources

Set unshareableResources

applicationManagedSecurityResources

Set applicationManagedSecurityResources

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

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

factory

StatelessInstanceContextFactory factory

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

Serialized Fields

handlerChainConfiguration

HandlerChainConfiguration handlerChainConfiguration


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.BeanPolicy extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()

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

Class org.openejb.transaction.TransactionNotSupportedLocalException extends javax.ejb.EJBException 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-2006 OpenEJB. All Rights Reserved.