Serialized Form


Package org.openejb

Class org.openejb.ApplicationException extends OpenEJBException implements Serializable

Class org.openejb.InvalidateReferenceException extends ApplicationException implements Serializable

Class org.openejb.OpenEJBException extends java.lang.Exception implements Serializable

Serialized Fields

message

java.lang.String message
Error code for unknown errors


rootCause

java.lang.Throwable rootCause
Stored Exception for root cause

Class org.openejb.SystemException extends OpenEJBException implements Serializable


Package org.openejb.alt.assembler.classic

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

Serialized Fields

className

java.lang.String className

codebase

java.lang.String codebase

connectionManagerId

java.lang.String connectionManagerId

properties

java.util.Properties properties

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

Serialized Fields

connectorId

java.lang.String connectorId

connectionManagerId

java.lang.String connectionManagerId

managedConnectionFactory

ManagedConnectionFactoryInfo managedConnectionFactory

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

Serialized Fields

description

java.lang.String description

displayName

java.lang.String displayName

containerName

java.lang.String containerName

codebase

java.lang.String codebase

className

java.lang.String className

ejbeans

EnterpriseBeanInfo[] ejbeans

properties

java.util.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.alt.assembler.classic.ContainerManagerInfo extends InfoObject implements Serializable

Serialized Fields

name

java.lang.String name

containers

ContainerInfo[] containers

entityContainers

EntityContainerInfo[] entityContainers

statelessContainers

StatelessSessionContainerInfo[] statelessContainers

statefulContainers

StatefulSessionContainerInfo[] statefulContainers

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

Serialized Fields

containers

ContainerInfo[] containers

enterpriseBeans

EnterpriseBeanInfo[] enterpriseBeans

ejbJars

EjbJarInfo[] ejbJars

entityContainers

EntityContainerInfo[] entityContainers

statelessContainers

StatelessSessionContainerInfo[] statelessContainers

statefulContainers

StatefulSessionContainerInfo[] statefulContainers

securityRoles

SecurityRoleInfo[] securityRoles

methodPermissions

MethodPermissionInfo[] methodPermissions

methodTransactions

MethodTransactionInfo[] methodTransactions

Class org.openejb.alt.assembler.classic.EjbJarInfo extends InfoObject implements Serializable

Serialized Fields

jarPath

java.lang.String jarPath

enterpriseBeans

EnterpriseBeanInfo[] enterpriseBeans

Class org.openejb.alt.assembler.classic.EjbLocalReferenceInfo extends InfoObject implements Serializable

Serialized Fields

referenceName

java.lang.String referenceName

homeType

java.lang.String homeType

location

EjbReferenceLocationInfo location

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

Serialized Fields

remote

boolean remote

ejbDeploymentId

java.lang.String ejbDeploymentId

remoteRefName

java.lang.String remoteRefName

jndiContextId

java.lang.String jndiContextId

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

Serialized Fields

referenceName

java.lang.String referenceName

homeType

java.lang.String homeType

location

EjbReferenceLocationInfo location

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

Serialized Fields

remote

boolean remote

ejbDeploymentId

java.lang.String ejbDeploymentId

remoteRefName

java.lang.String remoteRefName

jndiContextId

java.lang.String jndiContextId

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

Serialized Fields

type

int type

codebase

java.lang.String codebase

description

java.lang.String description

displayName

java.lang.String displayName

smallIcon

java.lang.String smallIcon

largeIcon

java.lang.String largeIcon

ejbDeploymentId

java.lang.String ejbDeploymentId

home

java.lang.String home

remote

java.lang.String remote

localHome

java.lang.String localHome

local

java.lang.String local

ejbClass

java.lang.String ejbClass

ejbName

java.lang.String ejbName

transactionType

java.lang.String transactionType

jndiEnc

JndiEncInfo jndiEnc

securityRoleReferences

SecurityRoleReferenceInfo[] securityRoleReferences

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

Serialized Fields

primKeyClass

java.lang.String primKeyClass

primKeyField

java.lang.String primKeyField

persistenceType

java.lang.String persistenceType

reentrant

java.lang.String reentrant

cmpFieldNames

java.lang.String[] cmpFieldNames

queries

QueryInfo[] queries

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

Serialized Fields

beans

EntityBeanInfo[] beans

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

Serialized Fields

name

java.lang.String name

type

java.lang.String type

value

java.lang.String value

Class org.openejb.alt.assembler.classic.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.alt.assembler.classic.InfoObject extends java.lang.Object implements Serializable

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

Serialized Fields

proxyFactoryClassName

java.lang.String proxyFactoryClassName

codebase

java.lang.String codebase

factoryName

java.lang.String factoryName

proxyFactoryClass

java.lang.Class proxyFactoryClass

properties

java.util.Properties properties

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

Serialized Fields

jndiContextId

java.lang.String jndiContextId

properties

java.util.Properties properties

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

Serialized Fields

envEntries

EnvEntryInfo[] envEntries

ejbReferences

EjbReferenceInfo[] ejbReferences

ejbLocalReferences

EjbLocalReferenceInfo[] ejbLocalReferences

resourceRefs

ResourceReferenceInfo[] resourceRefs

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

Serialized Fields

className

java.lang.String className

codebase

java.lang.String codebase

id

java.lang.String id

properties

java.util.Properties properties

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

Serialized Fields

description

java.lang.String description

ejbDeploymentId

java.lang.Object ejbDeploymentId

methodIntf

java.lang.String methodIntf

methodName

java.lang.String methodName

methodParams

java.lang.String[] methodParams

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

Serialized Fields

description

java.lang.String description

roleNames

java.lang.String[] roleNames

methods

MethodInfo[] methods

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

Serialized Fields

description

java.lang.String description

transAttribute

java.lang.String transAttribute

methods

MethodInfo[] methods

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

Serialized Fields

containerSystem

ContainerSystemInfo containerSystem

facilities

FacilitiesInfo facilities

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

Serialized Fields

description

java.lang.String description

method

MethodInfo method

queryStatement

java.lang.String queryStatement

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

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

Serialized Fields

resourceID

java.lang.String resourceID

properties

java.util.Properties properties

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

Serialized Fields

referenceName

java.lang.String referenceName

referenceType

java.lang.String referenceType

referenceAuth

java.lang.String referenceAuth

resourceID

java.lang.String resourceID

properties

java.util.Properties properties

location

ResourceReferenceLocationInfo location

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

Serialized Fields

remote

boolean remote

remoteRefName

java.lang.String remoteRefName

jndiContextId

java.lang.String jndiContextId

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

Serialized Fields

logicalRoleNames

java.lang.String[] logicalRoleNames

physicalRoleNames

java.lang.String[] physicalRoleNames

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

Serialized Fields

description

java.lang.String description

roleName

java.lang.String roleName

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

Serialized Fields

description

java.lang.String description

roleName

java.lang.String roleName

roleLink

java.lang.String roleLink

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

Serialized Fields

roleMappings

RoleMappingInfo[] roleMappings

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

Serialized Fields

serviceType

int serviceType

description

java.lang.String description

serviceName

java.lang.String serviceName

displayName

java.lang.String displayName

factoryClassName

java.lang.String factoryClassName

codebase

java.lang.String codebase

factoryClass

java.lang.Class factoryClass

properties

java.util.Properties properties

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

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

Serialized Fields

beans

StatefulBeanInfo[] beans

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

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

Serialized Fields

beans

StatelessBeanInfo[] beans

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


Package org.openejb.alt.assembler.classic.xml

Class org.openejb.alt.assembler.classic.xml.ConnectionManager extends ConnectionManagerInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.Connector extends ConnectorInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.Container extends ContainerInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.ContainerSystem extends ContainerSystemInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.EjbReference extends EjbReferenceInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.EjbReferenceLocation extends EjbReferenceLocationInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.EnterpriseBean extends EnterpriseBeanInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.EntityBean extends EntityBeanInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.EntityContainer extends EntityContainerInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.EnvEntry extends EnvEntryInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.Facilities extends FacilitiesInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.IntraVmServer extends IntraVmServerInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.JndiContext extends JndiContextInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.JndiEnc extends JndiEncInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.ManagedConnectionFactory extends ManagedConnectionFactoryInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.Method extends MethodInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.MethodPermission extends MethodPermissionInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.MethodTransaction extends MethodTransactionInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.Query extends QueryInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.Resource extends ResourceInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.ResourceReference extends ResourceReferenceInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.ResourceReferenceLocation extends ResourceReferenceLocationInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.RoleMapping extends RoleMappingInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.SecurityRole extends SecurityRoleInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.SecurityRoleReference extends SecurityRoleReferenceInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.SecurityService extends SecurityServiceInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.Service extends ServiceInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.StatefulBean extends StatefulBeanInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.StatefulSessionContainer extends StatefulSessionContainerInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.StatelessBean extends StatelessBeanInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.StatelessSessionContainer extends StatelessSessionContainerInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.TransactionService extends TransactionServiceInfo implements Serializable

Class org.openejb.alt.assembler.classic.xml.XmlOpenEJBConfiguration extends OpenEjbConfiguration implements Serializable


Package org.openejb.alt.config

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

Class org.openejb.alt.config.ValidationException extends java.lang.Exception implements Serializable

Serialized Fields

bean

Bean bean

details

java.lang.Object[] details

message

java.lang.String message

prefix

java.lang.String prefix

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

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


Package org.openejb.alt.config.ejb11

Class org.openejb.alt.config.ejb11.AssemblyDescriptor extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_securityRoleList

java.util.Vector _securityRoleList
Field _securityRoleList


_methodPermissionList

java.util.Vector _methodPermissionList
Field _methodPermissionList


_containerTransactionList

java.util.Vector _containerTransactionList
Field _containerTransactionList

Class org.openejb.alt.config.ejb11.CmpField extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_description

java.lang.String _description
Field _description


_fieldName

java.lang.String _fieldName
Field _fieldName

Class org.openejb.alt.config.ejb11.ContainerTransaction extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_description

java.lang.String _description
Field _description


_methodList

java.util.Vector _methodList
Field _methodList


_transAttribute

java.lang.String _transAttribute
Field _transAttribute

Class org.openejb.alt.config.ejb11.EjbDeployment extends java.lang.Object implements Serializable

Serialized Fields

_ejbName

java.lang.String _ejbName
Field _ejbName


_deploymentId

java.lang.String _deploymentId
Field _deploymentId


_containerId

java.lang.String _containerId
Field _containerId


_resourceLinkList

java.util.Vector _resourceLinkList
Field _resourceLinkList


_queryList

java.util.Vector _queryList
Field _queryList

Class org.openejb.alt.config.ejb11.EjbJar extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_description

java.lang.String _description
Field _description


_displayName

java.lang.String _displayName
Field _displayName


_smallIcon

java.lang.String _smallIcon
Field _smallIcon


_largeIcon

java.lang.String _largeIcon
Field _largeIcon


_enterpriseBeans

EnterpriseBeans _enterpriseBeans
Field _enterpriseBeans


_assemblyDescriptor

AssemblyDescriptor _assemblyDescriptor
Field _assemblyDescriptor


_ejbClientJar

java.lang.String _ejbClientJar
Field _ejbClientJar

Class org.openejb.alt.config.ejb11.EjbLocalRef extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_description

java.lang.String _description
Field _description


_ejbRefName

java.lang.String _ejbRefName
Field _ejbRefName


_ejbRefType

java.lang.String _ejbRefType
Field _ejbRefType


_localHome

java.lang.String _localHome
Field _localHome


_local

java.lang.String _local
Field _local


_ejbLink

java.lang.String _ejbLink
Field _ejbLink

Class org.openejb.alt.config.ejb11.EjbRef extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_description

java.lang.String _description
Field _description


_ejbRefName

java.lang.String _ejbRefName
Field _ejbRefName


_ejbRefType

java.lang.String _ejbRefType
Field _ejbRefType


_home

java.lang.String _home
Field _home


_remote

java.lang.String _remote
Field _remote


_ejbLink

java.lang.String _ejbLink
Field _ejbLink

Class org.openejb.alt.config.ejb11.EnterpriseBeans extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_items

java.util.Vector _items
Field _items

Class org.openejb.alt.config.ejb11.EnterpriseBeansItem extends java.lang.Object implements Serializable

Serialized Fields

_session

Session _session
Field _session


_entity

Entity _entity
Field _entity

Class org.openejb.alt.config.ejb11.Entity extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_description

java.lang.String _description
Field _description


_displayName

java.lang.String _displayName
Field _displayName


_smallIcon

java.lang.String _smallIcon
Field _smallIcon


_largeIcon

java.lang.String _largeIcon
Field _largeIcon


_ejbName

java.lang.String _ejbName
Field _ejbName


_home

java.lang.String _home
Field _home


_remote

java.lang.String _remote
Field _remote


_localHome

java.lang.String _localHome
Field _localHome


_local

java.lang.String _local
Field _local


_ejbClass

java.lang.String _ejbClass
Field _ejbClass


_persistenceType

java.lang.String _persistenceType
Field _persistenceType


_primKeyClass

java.lang.String _primKeyClass
Field _primKeyClass


_reentrant

boolean _reentrant
Field _reentrant


_has_reentrant

boolean _has_reentrant
keeps track of state for field: _reentrant


_cmpFieldList

java.util.Vector _cmpFieldList
Field _cmpFieldList


_primkeyField

java.lang.String _primkeyField
Field _primkeyField


_envEntryList

java.util.Vector _envEntryList
Field _envEntryList


_ejbRefList

java.util.Vector _ejbRefList
Field _ejbRefList


_ejbLocalRefList

java.util.Vector _ejbLocalRefList
Field _ejbLocalRefList


_securityRoleRefList

java.util.Vector _securityRoleRefList
Field _securityRoleRefList


_resourceRefList

java.util.Vector _resourceRefList
Field _resourceRefList

Class org.openejb.alt.config.ejb11.EnvEntry extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_description

java.lang.String _description
Field _description


_envEntryName

java.lang.String _envEntryName
Field _envEntryName


_envEntryType

java.lang.String _envEntryType
Field _envEntryType


_envEntryValue

java.lang.String _envEntryValue
Field _envEntryValue

Class org.openejb.alt.config.ejb11.Method extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_description

java.lang.String _description
Field _description


_ejbName

java.lang.String _ejbName
Field _ejbName


_methodIntf

java.lang.String _methodIntf
Field _methodIntf


_methodName

java.lang.String _methodName
Field _methodName


_methodParams

MethodParams _methodParams
Field _methodParams

Class org.openejb.alt.config.ejb11.MethodParams extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_methodParamList

java.util.Vector _methodParamList
Field _methodParamList

Class org.openejb.alt.config.ejb11.MethodPermission extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_description

java.lang.String _description
Field _description


_roleNameList

java.util.Vector _roleNameList
Field _roleNameList


_methodList

java.util.Vector _methodList
Field _methodList

Class org.openejb.alt.config.ejb11.OpenejbJar extends java.lang.Object implements Serializable

Serialized Fields

_ejbDeploymentList

java.util.Vector _ejbDeploymentList
Field _ejbDeploymentList

Class org.openejb.alt.config.ejb11.Query extends java.lang.Object implements Serializable

Serialized Fields

_description

java.lang.String _description
Field _description


_queryMethod

QueryMethod _queryMethod
Field _queryMethod


_objectQl

java.lang.String _objectQl
Field _objectQl

Class org.openejb.alt.config.ejb11.QueryMethod extends java.lang.Object implements Serializable

Serialized Fields

_methodName

java.lang.String _methodName
Field _methodName


_methodParams

MethodParams _methodParams
Field _methodParams

Class org.openejb.alt.config.ejb11.ResourceLink extends java.lang.Object implements Serializable

Serialized Fields

_resRefName

java.lang.String _resRefName
Field _resRefName


_resId

java.lang.String _resId
Field _resId

Class org.openejb.alt.config.ejb11.ResourceRef extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_description

java.lang.String _description
Field _description


_resRefName

java.lang.String _resRefName
Field _resRefName


_resType

java.lang.String _resType
Field _resType


_resAuth

java.lang.String _resAuth
Field _resAuth

Class org.openejb.alt.config.ejb11.SecurityRole extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_description

java.lang.String _description
Field _description


_roleName

java.lang.String _roleName
Field _roleName

Class org.openejb.alt.config.ejb11.SecurityRoleRef extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_description

java.lang.String _description
Field _description


_roleName

java.lang.String _roleName
Field _roleName


_roleLink

java.lang.String _roleLink
Field _roleLink

Class org.openejb.alt.config.ejb11.Session extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_description

java.lang.String _description
Field _description


_displayName

java.lang.String _displayName
Field _displayName


_smallIcon

java.lang.String _smallIcon
Field _smallIcon


_largeIcon

java.lang.String _largeIcon
Field _largeIcon


_ejbName

java.lang.String _ejbName
Field _ejbName


_home

java.lang.String _home
Field _home


_remote

java.lang.String _remote
Field _remote


_localHome

java.lang.String _localHome
Field _localHome


_local

java.lang.String _local
Field _local


_ejbClass

java.lang.String _ejbClass
Field _ejbClass


_sessionType

java.lang.String _sessionType
Field _sessionType


_transactionType

java.lang.String _transactionType
Field _transactionType


_envEntryList

java.util.Vector _envEntryList
Field _envEntryList


_ejbRefList

java.util.Vector _ejbRefList
Field _ejbRefList


_ejbLocalRefList

java.util.Vector _ejbLocalRefList
Field _ejbLocalRefList


_securityRoleRefList

java.util.Vector _securityRoleRefList
Field _securityRoleRefList


_resourceRefList

java.util.Vector _resourceRefList
Field _resourceRefList


Package org.openejb.alt.config.sys

Class org.openejb.alt.config.sys.ClassName extends java.lang.Object implements Serializable

Class org.openejb.alt.config.sys.ConnectionManager extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_provider

java.lang.String _provider
Field _provider


_jar

java.lang.String _jar
Field _jar


_content

java.lang.String _content
internal content storage

Class org.openejb.alt.config.sys.Connector extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_provider

java.lang.String _provider
Field _provider


_jar

java.lang.String _jar
Field _jar


_content

java.lang.String _content
internal content storage

Class org.openejb.alt.config.sys.Container extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_provider

java.lang.String _provider
Field _provider


_ctype

java.lang.String _ctype
Field _ctype


_jar

java.lang.String _jar
Field _jar


_content

java.lang.String _content
internal content storage

Class org.openejb.alt.config.sys.ContainerTypes extends java.lang.Object implements Serializable

Class org.openejb.alt.config.sys.Deployments extends java.lang.Object implements Serializable

Serialized Fields

_jar

java.lang.String _jar
Field _jar


_dir

java.lang.String _dir
Field _dir

Class org.openejb.alt.config.sys.JarFileLocation extends java.lang.Object implements Serializable

Class org.openejb.alt.config.sys.JndiProvider extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_provider

java.lang.String _provider
Field _provider


_jar

java.lang.String _jar
Field _jar


_content

java.lang.String _content
internal content storage

Class org.openejb.alt.config.sys.Lookup extends java.lang.Object implements Serializable

Serialized Fields

_jndiName

java.lang.String _jndiName
Field _jndiName


_jndiProviderId

java.lang.String _jndiProviderId
Field _jndiProviderId

Class org.openejb.alt.config.sys.Openejb extends java.lang.Object implements Serializable

Serialized Fields

_content

java.lang.String _content
internal content storage


_containerList

java.util.Vector _containerList
Field _containerList


_jndiProviderList

java.util.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

java.util.Vector _connectorList
Field _connectorList


_resourceList

java.util.Vector _resourceList
Field _resourceList


_deploymentsList

java.util.Vector _deploymentsList
Field _deploymentsList

Class org.openejb.alt.config.sys.PropertiesFile extends java.lang.Object implements Serializable

Serialized Fields

_file

java.lang.String _file
Field _file

Class org.openejb.alt.config.sys.ProviderTypes extends java.lang.Object implements Serializable

Class org.openejb.alt.config.sys.ProxyFactory extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_provider

java.lang.String _provider
Field _provider


_jar

java.lang.String _jar
Field _jar


_content

java.lang.String _content
internal content storage

Class org.openejb.alt.config.sys.Resource extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_provider

java.lang.String _provider
Field _provider


_jar

java.lang.String _jar
Field _jar


_jndi

java.lang.String _jndi
Field _jndi


_content

java.lang.String _content
internal content storage

Class org.openejb.alt.config.sys.SecurityService extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_provider

java.lang.String _provider
Field _provider


_jar

java.lang.String _jar
Field _jar


_content

java.lang.String _content
internal content storage

Class org.openejb.alt.config.sys.ServiceProvider extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_providerType

java.lang.String _providerType
Field _providerType


_displayName

java.lang.String _displayName
Field _displayName


_description

java.lang.String _description
Field _description


_className

java.lang.String _className
Field _className


_content

java.lang.String _content
internal content storage


_propertiesFile

PropertiesFile _propertiesFile
Field _propertiesFile


_lookup

Lookup _lookup
Field _lookup

Class org.openejb.alt.config.sys.ServicesJar extends java.lang.Object implements Serializable

Serialized Fields

_serviceProviderList

java.util.Vector _serviceProviderList
Field _serviceProviderList

Class org.openejb.alt.config.sys.TransactionService extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
Field _id


_provider

java.lang.String _provider
Field _provider


_jar

java.lang.String _jar
Field _jar


_content

java.lang.String _content
internal content storage


Package org.openejb.client

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.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:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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:
java.io.IOException - Includes any I/O exceptions that may occur

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.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:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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:
java.io.IOException - Includes any I/O exceptions that may occur

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.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:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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:
java.io.IOException - Includes any I/O exceptions that may occur

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

Serialization Methods

readExternal

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

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.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:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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:
java.io.IOException - Includes any I/O exceptions that may occur

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

Serialization Methods

readExternal

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

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the instanceHandle to the stream.

Throws:
java.io.IOException

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

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

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

Serialization Methods

readExternal

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

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

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

Serialized Fields

registryId

java.lang.Object registryId

ejbHome

EJBHomeProxy ejbHome

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

Serialization Methods

readExternal

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

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the instanceHandle to the stream.

Throws:
java.io.IOException

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.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:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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:
java.io.IOException - Includes any I/O exceptions that may occur

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.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:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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:
java.io.IOException - Includes any I/O exceptions that may occur

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.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:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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:
java.io.IOException - Includes any I/O exceptions that may occur

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

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

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.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:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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:
java.io.IOException - Includes any I/O exceptions that may occur

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.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:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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:
java.io.IOException - Includes any I/O exceptions that may occur

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

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.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:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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:
java.io.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(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.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:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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:
java.io.IOException - Includes any I/O exceptions that may occur

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

Serialized Fields

registryId

java.lang.Object registryId

Package org.openejb.client.proxy

Class org.openejb.client.proxy.Jdk13InvocationHandler extends java.lang.Object implements Serializable

Serialized Fields

delegate

InvocationHandler delegate
The InvocationHandler that will receive all the calls on the proxy


Package org.openejb.core

Class org.openejb.core.CoreContext extends java.lang.Object implements Serializable

Serialized Fields

userTransaction

CoreUserTransaction userTransaction

Class org.openejb.core.CoreUserTransaction extends java.lang.Object implements Serializable


Package org.openejb.core.entity

Class org.openejb.core.entity.EntityContext extends CoreContext implements Serializable

Class org.openejb.core.entity.EntityEjbHomeHandler extends EjbHomeProxyHandler implements Serializable

Class org.openejb.core.entity.EntityEjbObjectHandler extends EjbObjectProxyHandler implements Serializable

Serialized Fields

registryId

java.lang.Object registryId

Package org.openejb.core.ivm

Class org.openejb.core.ivm.BaseEjbProxyHandler extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException,
                        java.lang.NoSuchMethodException
Invoked by the ObjectInputStream during desrialization of this stub handler. In this method the stub handler resets the deploymentInfo and container member variables.

Throws:
java.io.IOException - If there is a problem reading this object from the InputStream
java.lang.ClassNotFoundException - If the class definition of an object refernced by this stub handler cannot be found.
java.lang.NoSuchMethodException
Serialized Fields

deploymentID

java.lang.Object deploymentID
The unique id of the bean deployment that this stub handler represents.


primaryKey

java.lang.Object primaryKey
The primary key of the bean deployment or null if the deployment is a bean type that doesn't require a primary key


inProxyMap

boolean inProxyMap

isInvalidReference

boolean isInvalidReference

doIntraVmCopy

boolean doIntraVmCopy

isLocal

boolean isLocal

Class org.openejb.core.ivm.EjbHomeProxyHandler extends BaseEjbProxyHandler implements Serializable

Class org.openejb.core.ivm.EjbObjectProxyHandler extends BaseEjbProxyHandler implements Serializable

Class org.openejb.core.ivm.IntraVmArtifact extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
Reads the instanceHandle from the stream

Throws:
java.io.IOException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the instanceHandle to the stream.

Throws:
java.io.IOException

Class org.openejb.core.ivm.IntraVmHandle extends java.lang.Object implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
If the handle is being copied between bean instances in a RPC call we use the IntraVmArtifact If the handle is referenced by a stateful bean that is being passivated by the container, we allow this object to be serialized. If the handle is serialized outside the core container system, we allow the application server to handle it.

Throws:
java.io.ObjectStreamException
Serialized Fields

theProxy

java.lang.Object theProxy
The Proxy subclass that represents the bean deployment's EJBHome or EJBObject.

See Also:
Proxy

Class org.openejb.core.ivm.IntraVmMetaData extends java.lang.Object implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
If the meta data is being copied between bean instances in a RPC call we use the IntraVmArtifact

If the meta data is referenced by a stateful bean that is being passivated by the container, we allow this object to be serialized.

If the meta data is serialized outside the core container system, we allow the application server to handle it.

Throws:
java.io.ObjectStreamException
Serialized Fields

homeClass

java.lang.Class homeClass
The Class of the bean's home interface.


remoteClass

java.lang.Class remoteClass
The Class of the bean's remote interface.


keyClass

java.lang.Class keyClass
The Class of the bean's primary key or null if the bean is of a type that does not require a primary key.


homeStub

javax.ejb.EJBHome homeStub
The EJBHome stub/proxy for this bean deployment.


type

byte type
The type of bean that this MetaData implementation represents.

See Also:
IntraVmMetaData.ENTITY, IntraVmMetaData.STATEFUL, IntraVmMetaData.STATELESS

Package org.openejb.core.ivm.naming

Class org.openejb.core.ivm.naming.IvmContext extends java.lang.Object implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

myEnv

java.util.Hashtable myEnv

readOnly

boolean readOnly

fastCache

java.util.HashMap fastCache

mynode

NameNode mynode

Class org.openejb.core.ivm.naming.JndiEncArtifact extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

path

java.lang.String path

Class org.openejb.core.ivm.naming.NameNode extends java.lang.Object implements Serializable

Serialized Fields

atomicName

java.lang.String atomicName

atomicHash

int atomicHash

lessTree

NameNode lessTree

grtrTree

NameNode grtrTree

subTree

NameNode subTree

parent

NameNode parent

myObject

java.lang.Object myObject

Class org.openejb.core.ivm.naming.NamingException extends javax.naming.NamingException implements Serializable

Serialized Fields

delegate

OpenEJBException delegate

Class org.openejb.core.ivm.naming.ParsedName extends java.lang.Object implements Serializable

Serialized Fields

components

java.lang.String[] components

pos

int pos

hashcode

int hashcode

Package org.openejb.core.stateful

Class org.openejb.core.stateful.BeanEntry extends java.lang.Object implements Serializable

Serialized Fields

bean

javax.ejb.SessionBean bean

primaryKey

java.lang.Object primaryKey

ancillaryState

java.lang.Object ancillaryState

timeStamp

long timeStamp

timeOutInterval

long timeOutInterval

inQue

boolean inQue

Class org.openejb.core.stateful.StatefulContext extends CoreContext implements Serializable

Class org.openejb.core.stateful.StatefulEjbHomeHandler extends EjbHomeProxyHandler implements Serializable

Class org.openejb.core.stateful.StatefulEjbObjectHandler extends EjbObjectProxyHandler implements Serializable


Package org.openejb.core.stateless

Class org.openejb.core.stateless.StatelessContext extends CoreContext implements Serializable

Class org.openejb.core.stateless.StatelessEjbHomeHandler extends EjbHomeProxyHandler implements Serializable

Class org.openejb.core.stateless.StatelessEjbObjectHandler extends EjbObjectProxyHandler implements Serializable

Serialized Fields

registryId

java.lang.Object registryId

Package org.openejb.loader

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

Serialized Fields

loader

Loader loader

Package org.openejb.resource

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

Serialized Fields

connSet

java.util.Set connSet

threadLocal

org.openejb.resource.SharedLocalConnectionManager.SpecialHashThreadLocal threadLocal

factoryMap

java.util.HashMap factoryMap

Package org.openejb.resource.jdbc

Class org.openejb.resource.jdbc.BasicManagedConnectionFactory extends java.lang.Object implements Serializable

Serialized Fields

jdbcDriver

java.lang.String jdbcDriver

jdbcUrl

java.lang.String jdbcUrl

defaultUserName

java.lang.String defaultUserName

defaultPassword

java.lang.String defaultPassword

logWriter

java.io.PrintWriter logWriter

hashCode

int hashCode

managedConnectionFactory

JdbcManagedConnectionFactory managedConnectionFactory

Class org.openejb.resource.jdbc.JdbcConnectionFactory extends java.lang.Object implements Serializable

Serialized Fields

jndiReference

javax.naming.Reference jndiReference
A Reference to this ConnectionFactory in JNDI


jdbcUrl

java.lang.String jdbcUrl

jdbcDriver

java.lang.String jdbcDriver

defaultPassword

java.lang.String defaultPassword

defaultUserName

java.lang.String defaultUserName

logTimeout

int logTimeout

Class org.openejb.resource.jdbc.JdbcManagedConnectionFactory extends java.lang.Object implements Serializable

Serialized Fields

logger

Logger logger

factory

javax.resource.spi.ManagedConnectionFactory factory

Class org.openejb.resource.jdbc.ManagedConnectionFactoryPathHack extends java.lang.Object implements Serializable

Serialized Fields

factory

javax.resource.spi.ManagedConnectionFactory factory

Package org.openejb.server

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


Package org.openejb.server.httpd

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

Serialized Fields

line

java.lang.String line
5.1 Request-Line


method

int method
5.1.1 Method


uri

java.net.URI uri
5.1.2 Request-URI


headers

java.util.HashMap headers
the headers for this page


formParams

java.util.HashMap formParams
the form parameters for this page


queryParams

java.util.HashMap queryParams
the URL (or query) parameters for this page


parameters

java.util.HashMap parameters

cookies

java.util.HashMap cookies

body

byte[] body
the content of the body of this page


in

java.io.InputStream in

length

int length

contentType

java.lang.String contentType

socketURI

java.net.URI socketURI
the address the request came in on


attributes

java.util.HashMap attributes

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

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reads in a serilized HttpResponseImpl object from a file

Throws:
java.io.IOException - if an exception is thrown
java.lang.ClassNotFoundException - if an exception is thrown

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
writes this object out to a file

Throws:
java.io.IOException - if an exception is thrown
Serialized Fields

responseString

java.lang.String responseString
Response string


code

int code
Code


headers

java.util.HashMap headers
Response headers


body

byte[] body
Response body


request

HttpRequestImpl request

content

java.net.URLConnection content

Package org.openejb.spi

Package org.openejb.util

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

serialVersionUID: -1194966576855523042L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.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:
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.
java.io.IOException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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:
java.io.IOException - Includes any I/O exceptions that may occur

Class org.openejb.util.ArrayStack extends java.util.ArrayList implements Serializable

Class org.openejb.util.Enumerator extends java.lang.Object implements Serializable

Serialized Fields

_list

java.util.Vector _list

_index

int _index

Package org.openejb.util.io

Class org.openejb.util.io.ClassDescriptor extends java.lang.Object implements Serializable

Serialized Fields

Class org.openejb.util.io.FieldDescriptor extends java.lang.Object implements Serializable

Serialized Fields

typeString

java.lang.String typeString

name

java.lang.String name

field

java.lang.reflect.Field field

typeCode

char typeCode

type

java.lang.Class type

classDesc

ClassDescriptor classDesc

Package org.openejb.util.proxy

Class org.openejb.util.proxy.InvalidatedReferenceHandler extends java.lang.Object implements Serializable

Class org.openejb.util.proxy.Jdk13InvocationHandler extends java.lang.Object implements Serializable

Serialized Fields

delegate

InvocationHandler delegate

Class org.openejb.util.proxy.Proxy extends java.lang.Object implements Serializable

Serialized Fields

handler

InvocationHandler handler



Copyright © 1999-2011 OpenEJB. All Rights Reserved.