Serialized Form


Package javax.xml.ws

Class javax.xml.ws.ProtocolException extends javax.xml.ws.WebServiceException implements Serializable

Class javax.xml.ws.WebServiceException extends RuntimeException implements Serializable

Class javax.xml.ws.WebServicePermission extends BasicPermission implements Serializable

serialVersionUID: -146474640053770988L


Package org.apache.openejb

Class org.apache.openejb.ApplicationException extends OpenEJBException implements Serializable

Class org.apache.openejb.DeploymentNotFoundException extends Exception implements Serializable

Class org.apache.openejb.DuplicateDeploymentIdException extends OpenEJBException implements Serializable

Class org.apache.openejb.InternalErrorException extends RuntimeException implements Serializable

Class org.apache.openejb.InvalidateReferenceException extends ApplicationException implements Serializable

Class org.apache.openejb.MethodSpec extends Object implements Serializable

serialVersionUID: -1623511701541770312L

Serialized Fields

methodIntf

String methodIntf

methodName

String methodName

parameterTypes

String[] parameterTypes

Class org.apache.openejb.NoSuchApplicationException extends OpenEJBException implements Serializable

Class org.apache.openejb.OpenEJBException extends Exception implements Serializable

Class org.apache.openejb.SystemException extends OpenEJBException implements Serializable

Class org.apache.openejb.UndeployException extends OpenEJBException implements Serializable

Serialized Fields

causes

List<E> causes

Package org.apache.openejb.assembler.classic

Class org.apache.openejb.assembler.classic.AppInfo extends InfoObject implements Serializable

Serialized Fields

jarPath

String jarPath

clients

List<E> clients

ejbJars

List<E> ejbJars

connectors

List<E> connectors

webApps

List<E> webApps

persistenceUnits

List<E> persistenceUnits

libs

List<E> libs

watchedResources

Set<E> watchedResources

cmpMappingsXml

String cmpMappingsXml

Class org.apache.openejb.assembler.classic.ApplicationExceptionInfo extends InfoObject implements Serializable

Serialized Fields

exceptionClass

String exceptionClass

rollback

boolean rollback

Class org.apache.openejb.assembler.classic.BmpEntityContainerInfo extends ContainerInfo implements Serializable

Class org.apache.openejb.assembler.classic.CallbackInfo extends InfoObject implements Serializable

Serialized Fields

className

String className

method

String method

Class org.apache.openejb.assembler.classic.ClientInfo extends InfoObject implements Serializable

Serialized Fields

codebase

String codebase

description

String description

displayName

String displayName

smallIcon

String smallIcon

largeIcon

String largeIcon

moduleId

String moduleId

mainClass

String mainClass

callbackHandler

String callbackHandler

watchedResources

Set<E> watchedResources

jndiEnc

JndiEncInfo jndiEnc

postConstruct

List<E> postConstruct

preDestroy

List<E> preDestroy

Class org.apache.openejb.assembler.classic.CmpEntityContainerInfo extends ContainerInfo implements Serializable

Class org.apache.openejb.assembler.classic.CmrFieldInfo extends InfoObject implements Serializable

Serialized Fields

roleSource

EntityBeanInfo roleSource

roleName

String roleName

fieldName

String fieldName

fieldType

String fieldType

cascadeDelete

boolean cascadeDelete

many

boolean many

mappedBy

CmrFieldInfo mappedBy

synthetic

boolean synthetic

Class org.apache.openejb.assembler.classic.ConnectionManagerInfo extends ServiceInfo implements Serializable

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

Serialized Fields

codebase

String codebase

description

String description

displayName

String displayName

smallIcon

String smallIcon

largeIcon

String largeIcon

moduleId

String moduleId

libs

List<E> libs

watchedResources

Set<E> watchedResources

resourceAdapter

ResourceInfo resourceAdapter

outbound

List<E> outbound

inbound

List<E> inbound

adminObject

List<E> adminObject

Class org.apache.openejb.assembler.classic.ContainerInfo extends ServiceInfo implements Serializable

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

Serialized Fields

containers

List<E> containers

applications

List<E> applications

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

Serialized Fields

properties

Properties properties

moduleId

String moduleId

jarPath

String jarPath

enterpriseBeans

List<E> enterpriseBeans

securityRoles

List<E> securityRoles

methodPermissions

List<E> methodPermissions

methodTransactions

List<E> methodTransactions

interceptors

List<E> interceptors

interceptorBindings

List<E> interceptorBindings

excludeList

List<E> excludeList

applicationException

List<E> applicationException

portInfos

List<E> portInfos

watchedResources

Set<E> watchedResources

Class org.apache.openejb.assembler.classic.EjbLocalReferenceInfo extends EjbReferenceInfo implements Serializable

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

Serialized Fields

remote

boolean remote

ejbDeploymentId

String ejbDeploymentId

remoteRefName

String remoteRefName

jndiContextId

String jndiContextId

Class org.apache.openejb.assembler.classic.EjbReferenceInfo extends InjectableInfo implements Serializable

Serialized Fields

referenceName

String referenceName

homeType

String homeType

interfaceType

String interfaceType

ejbDeploymentId

String ejbDeploymentId

externalReference

boolean externalReference

link

String link

location

ReferenceLocationInfo location

Class org.apache.openejb.assembler.classic.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

localHome

String localHome

local

String local

businessLocal

List<E> businessLocal

businessRemote

List<E> businessRemote

ejbClass

String ejbClass

ejbName

String ejbName

transactionType

String transactionType

jndiEnc

JndiEncInfo jndiEnc

timeoutMethod

NamedMethodInfo timeoutMethod

runAs

String runAs

securityRoleReferences

List<E> securityRoleReferences

aroundInvoke

List<E> aroundInvoke

postConstruct

List<E> postConstruct

preDestroy

List<E> preDestroy

containerId

String containerId

serviceEndpoint

String serviceEndpoint

jndiNamess

List<E> jndiNamess

jndiNames

List<E> jndiNames

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

Serialized Fields

abstractSchemaName

String abstractSchemaName

primKeyClass

String primKeyClass

primKeyField

String primKeyField

persistenceType

String persistenceType

reentrant

String reentrant

cmpFieldNames

List<E> cmpFieldNames

cmrFields

List<E> cmrFields

cmpVersion

int cmpVersion

queries

List<E> queries

Class org.apache.openejb.assembler.classic.EnvEntryInfo extends InjectableInfo implements Serializable

Serialized Fields

name

String name

type

String type

value

String value

location

ReferenceLocationInfo location

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

Serialized Fields

intraVmServer

ProxyFactoryInfo intraVmServer

remoteJndiContexts

List<E> remoteJndiContexts

resources

List<E> resources

connectionManagers

List<E> connectionManagers

transactionService

TransactionServiceInfo transactionService

securityService

SecurityServiceInfo securityService

services

List<E> services

Class org.apache.openejb.assembler.classic.HandlerChainInfo extends InfoObject implements Serializable

Serialized Fields

serviceNamePattern

String serviceNamePattern

portNamePattern

String portNamePattern

protocolBindings

List<E> protocolBindings

handlers

List<E> handlers

Class org.apache.openejb.assembler.classic.HandlerInfo extends InfoObject implements Serializable

Serialized Fields

handlerName

String handlerName

handlerClass

String handlerClass

initParams

Properties initParams

soapHeaders

List<E> soapHeaders

soapRoles

List<E> soapRoles

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

Class org.apache.openejb.assembler.classic.InitMethodInfo extends InfoObject implements Serializable

Serialized Fields

beanMethod

NamedMethodInfo beanMethod

createMethod

NamedMethodInfo createMethod

Class org.apache.openejb.assembler.classic.InjectableInfo extends InfoObject implements Serializable

Serialized Fields

targets

List<E> targets

Class org.apache.openejb.assembler.classic.InjectionInfo extends InfoObject implements Serializable

Serialized Fields

propertyName

String propertyName

className

String className

Class org.apache.openejb.assembler.classic.InterceptorBindingInfo extends InfoObject implements Serializable

Serialized Fields

ejbName

String ejbName

interceptors

List<E> interceptors

interceptorOrder

List<E> interceptorOrder

excludeDefaultInterceptors

boolean excludeDefaultInterceptors

excludeClassInterceptors

boolean excludeClassInterceptors

method

NamedMethodInfo method

Class org.apache.openejb.assembler.classic.InterceptorInfo extends InfoObject implements Serializable

Serialized Fields

clazz

String clazz

aroundInvoke

List<E> aroundInvoke

postConstruct

List<E> postConstruct

preDestroy

List<E> preDestroy

postActivate

List<E> postActivate

prePassivate

List<E> prePassivate

Class org.apache.openejb.assembler.classic.JndiContextInfo extends ServiceInfo implements Serializable

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

Serialized Fields

envEntries

List<E> envEntries

ejbReferences

List<E> ejbReferences

ejbLocalReferences

List<E> ejbLocalReferences

resourceRefs

List<E> resourceRefs

persistenceUnitRefs

List<E> persistenceUnitRefs

persistenceContextRefs

List<E> persistenceContextRefs

resourceEnvRefs

List<E> resourceEnvRefs

serviceRefs

List<E> serviceRefs

Class org.apache.openejb.assembler.classic.JndiNameInfo extends InfoObject implements Serializable

Serialized Fields

name

String name

intrface

String intrface

Class org.apache.openejb.assembler.classic.LazyEjbReference extends Reference implements Serializable

Serialized Fields

info

EjbResolver.Reference info

reference

Reference reference

moduleUri

URI moduleUri

useCrossClassLoaderRef

boolean useCrossClassLoaderRef

Class org.apache.openejb.assembler.classic.ManagedConnectionFactoryInfo extends ServiceInfo implements Serializable

Class org.apache.openejb.assembler.classic.MdbContainerInfo extends ContainerInfo implements Serializable

Class org.apache.openejb.assembler.classic.MessageDrivenBeanInfo extends EnterpriseBeanInfo implements Serializable

Serialized Fields

mdbInterface

String mdbInterface

destinationId

String destinationId

activationProperties

Map<K,V> activationProperties

Class org.apache.openejb.assembler.classic.MethodAttributeInfo extends InfoObject implements Serializable

Serialized Fields

methods

List<E> methods

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

Serialized Fields

description

String description

ejbDeploymentId

String ejbDeploymentId

ejbName

String ejbName

methodIntf

String methodIntf

methodName

String methodName

methodParams

List<E> methodParams

className

String className

Class org.apache.openejb.assembler.classic.MethodInterceptorInfo extends InfoObject implements Serializable

Serialized Fields

methodInfo

MethodInfo methodInfo

excludeDefaultInterceptors

boolean excludeDefaultInterceptors

excludeClassInterceptors

boolean excludeClassInterceptors

interceptors

List<E> interceptors

Class org.apache.openejb.assembler.classic.MethodPermissionInfo extends MethodAttributeInfo implements Serializable

Serialized Fields

description

String description

roleNames

List<E> roleNames

excluded

boolean excluded

unchecked

boolean unchecked

Class org.apache.openejb.assembler.classic.MethodTransactionInfo extends MethodAttributeInfo implements Serializable

Serialized Fields

description

String description

transAttribute

String transAttribute

Class org.apache.openejb.assembler.classic.NamedMethodInfo extends InfoObject implements Serializable

Serialized Fields

methodName

String methodName

methodParams

List<E> methodParams

id

String id

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

Serialized Fields

containerSystem

ContainerSystemInfo containerSystem

facilities

FacilitiesInfo facilities

Class org.apache.openejb.assembler.classic.PersistenceContextReferenceInfo extends InjectableInfo implements Serializable

Serialized Fields

referenceName

String referenceName

persistenceUnitName

String persistenceUnitName

unitId

String unitId

extended

boolean extended

properties

Properties properties

location

ReferenceLocationInfo location

Class org.apache.openejb.assembler.classic.PersistenceDeployerException extends Exception implements Serializable

serialVersionUID: -238111188084784215L

Class org.apache.openejb.assembler.classic.PersistenceUnitInfo extends InfoObject implements Serializable

Serialized Fields

id

String id

name

String name

provider

String provider

transactionType

String transactionType

jtaDataSource

String jtaDataSource

nonJtaDataSource

String nonJtaDataSource

mappingFiles

List<E> mappingFiles

jarFiles

List<E> jarFiles

classes

List<E> classes

excludeUnlistedClasses

boolean excludeUnlistedClasses

properties

Properties properties

persistenceUnitRootUrl

String persistenceUnitRootUrl

watchedResources

Set<E> watchedResources

Class org.apache.openejb.assembler.classic.PersistenceUnitReferenceInfo extends InjectableInfo implements Serializable

Serialized Fields

referenceName

String referenceName

persistenceUnitName

String persistenceUnitName

unitId

String unitId

location

ReferenceLocationInfo location

Class org.apache.openejb.assembler.classic.PortInfo extends InfoObject implements Serializable

Serialized Fields

serviceId

String serviceId

wsdlService

QName wsdlService

serviceName

String serviceName

portId

String portId

wsdlPort

QName wsdlPort

portName

String portName

seiInterfaceName

String seiInterfaceName

wsdlFile

String wsdlFile

serviceLink

String serviceLink

handlerChains

List<E> handlerChains

mtomEnabled

boolean mtomEnabled

binding

String binding

location

String location

Class org.apache.openejb.assembler.classic.PortRefInfo extends InfoObject implements Serializable

Serialized Fields

qname

QName qname

serviceEndpointInterface

String serviceEndpointInterface

enableMtom

boolean enableMtom

properties

Properties properties

Class org.apache.openejb.assembler.classic.ProxyFactoryInfo extends ServiceInfo implements Serializable

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

Serialized Fields

description

String description

method

MethodInfo method

queryStatement

String queryStatement

remoteResultType

boolean remoteResultType

Class org.apache.openejb.assembler.classic.ReferenceLocationInfo extends InfoObject implements Serializable

Serialized Fields

jndiProviderId

String jndiProviderId

jndiName

String jndiName

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

Class org.apache.openejb.assembler.classic.RemoveMethodInfo extends InfoObject implements Serializable

Serialized Fields

beanMethod

NamedMethodInfo beanMethod

retainIfException

boolean retainIfException

Class org.apache.openejb.assembler.classic.ResourceEnvReferenceInfo extends InjectableInfo implements Serializable

Serialized Fields

resourceEnvRefName

String resourceEnvRefName

resourceEnvRefType

String resourceEnvRefType

mappedName

String mappedName

resourceID

String resourceID

location

ReferenceLocationInfo location

Class org.apache.openejb.assembler.classic.ResourceInfo extends ServiceInfo implements Serializable

Class org.apache.openejb.assembler.classic.ResourceReferenceInfo extends InjectableInfo implements Serializable

Serialized Fields

referenceName

String referenceName

referenceType

String referenceType

referenceAuth

String referenceAuth

resourceID

String resourceID

properties

Properties properties

location

ReferenceLocationInfo location

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

Serialized Fields

logicalRoleNames

List<E> logicalRoleNames

physicalRoleNames

List<E> physicalRoleNames

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

Serialized Fields

description

String description

roleName

String roleName

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

Serialized Fields

description

String description

roleName

String roleName

roleLink

String roleLink

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

Serialized Fields

roleMappings

List<E> roleMappings

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

Serialized Fields

service

String service

types

List<E> types

description

String description

id

String id

displayName

String displayName

className

String className

codebase

String codebase

properties

Properties properties

constructorArgs

List<E> constructorArgs

factoryMethod

String factoryMethod
Optional

Class org.apache.openejb.assembler.classic.ServiceReferenceInfo extends InjectableInfo implements Serializable

Serialized Fields

referenceName

String referenceName

id

String id

serviceQName

QName serviceQName

serviceType

String serviceType

portQName

QName portQName

referenceType

String referenceType

wsdlFile

String wsdlFile

jaxrpcMappingFile

String jaxrpcMappingFile

handlerChains

List<E> handlerChains

portRefs

List<E> portRefs

location

ReferenceLocationInfo location

Class org.apache.openejb.assembler.classic.ServletInfo extends InfoObject implements Serializable

Serialized Fields

servletName

String servletName

servletClass

String servletClass

runAs

String runAs

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

Serialized Fields

postActivate

List<E> postActivate

prePassivate

List<E> prePassivate

initMethods

List<E> initMethods

removeMethods

List<E> removeMethods

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

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

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

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

Class org.apache.openejb.assembler.classic.WebAppInfo extends InfoObject implements Serializable

Serialized Fields

codebase

String codebase

description

String description

displayName

String displayName

smallIcon

String smallIcon

largeIcon

String largeIcon

moduleId

String moduleId

host

String host

contextRoot

String contextRoot

watchedResources

Set<E> watchedResources

portInfos

List<E> portInfos

jndiEnc

JndiEncInfo jndiEnc

servlets

List<E> servlets

Package org.apache.openejb.assembler.classic.cmd

Class org.apache.openejb.assembler.classic.cmd.ConfigurationInfo.UnauthorizedException extends Exception implements Serializable


Package org.apache.openejb.cli

Class org.apache.openejb.cli.SystemExitException extends Exception implements Serializable

Serialized Fields

exitCode

int exitCode

Package org.apache.openejb.client

Class org.apache.openejb.client.ApplicationException extends Exception implements Serializable

Class org.apache.openejb.client.ArrayEnumeration extends Object implements Serializable

serialVersionUID: -1194966576855523042L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.CallbackMetaData extends Object implements Serializable

serialVersionUID: -4117738185968143415L

Serialized Fields

className

String className

method

String method

Class org.apache.openejb.client.ClientIdentityPrincipal extends Object implements Serializable

serialVersionUID: -4620883427203231384L

Serialized Fields

name

String name

clientIdentity

Object clientIdentity

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.DataSourceMetaData extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialized Fields

remote

boolean remote

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialized Fields

registryId

Object registryId

ejbHome

EJBHomeProxy ejbHome

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Class org.apache.openejb.client.HandlerChainMetaData extends Object implements Serializable

serialVersionUID: -2861396042527297097L

Serialized Fields

serviceNamePattern

String serviceNamePattern

portNamePattern

String portNamePattern

protocolBindings

List<E> protocolBindings

handlers

List<E> handlers

Class org.apache.openejb.client.HandlerMetaData extends Object implements Serializable

serialVersionUID: -297817668220375028L

Serialized Fields

handlerClass

String handlerClass

postConstruct

List<E> postConstruct

preDestroy

List<E> preDestroy

Class org.apache.openejb.client.Injection extends Object implements Serializable

serialVersionUID: 4009121701163822665L

Serialized Fields

targetClass

String targetClass

name

String name

jndiName

String jndiName

Class org.apache.openejb.client.InjectionMetaData extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

serialVersionUID: 1L

Serialized Fields

moduleId

String moduleId

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.NameClassPairEnumeration extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.PortRefMetaData extends Object implements Serializable

serialVersionUID: 4343767807431809218L

Serialized Fields

qname

QName qname

serviceEndpointInterface

String serviceEndpointInterface

enableMtom

boolean enableMtom

properties

Properties properties

addresses

List<E> addresses

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

serialVersionUID: 1L

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialized Fields

registryId

Object registryId

Class org.apache.openejb.client.StickToLastServerConnectionFactoryStrategy extends Object implements Serializable

Serialized Fields

lastLocation

URI lastLocation

Class org.apache.openejb.client.SystemError extends Error implements Serializable

Class org.apache.openejb.client.SystemException extends Exception implements Serializable

Class org.apache.openejb.client.ThrowableArtifact extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.WsMetaData extends Object implements Serializable

serialVersionUID: -895152184216070327L

Serialized Fields

serviceClassName

String serviceClassName

referenceClassName

String referenceClassName

wsdlUrl

String wsdlUrl

serviceQName

String serviceQName

handlerChains

List<E> handlerChains

portRefs

List<E> portRefs

Package org.apache.openejb.client.proxy

Class org.apache.openejb.client.proxy.Jdk13InvocationHandler extends Object implements Serializable

Serialized Fields

delegate

InvocationHandler delegate

Package org.apache.openejb.config

Class org.apache.openejb.config.Deploy.DeploymentTerminatedException extends Exception implements Serializable

Class org.apache.openejb.config.DeploymentException extends Exception implements Serializable

Class org.apache.openejb.config.NoSuchProviderException extends OpenEJBException implements Serializable

Class org.apache.openejb.config.OpenEJBDeploymentManager.TargetImpl extends Object implements Serializable

serialVersionUID: -7257857314911948377L

Serialized Fields

name

String name

description

String description

Class org.apache.openejb.config.OpenEJBDeploymentManager.TargetModuleIDImpl extends Object implements Serializable

serialVersionUID: 2471961579457311472L

Serialized Fields

target

javax.enterprise.deploy.spi.Target target

moduleId

String moduleId

webUrl

String webUrl

parentTargetModuleId

javax.enterprise.deploy.spi.TargetModuleID parentTargetModuleId

children

Set<E> children

Class org.apache.openejb.config.Undeploy.DeploymentTerminatedException extends Deploy.DeploymentTerminatedException implements Serializable

serialVersionUID: 1L

Class org.apache.openejb.config.UnknownModuleTypeException extends UnsupportedModuleTypeException implements Serializable

Class org.apache.openejb.config.UnsupportedModuleTypeException extends OpenEJBException implements Serializable

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

Serialized Fields

cause

Throwable cause

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

Serialized Fields

details

Object[] details

message

String message

prefix

String prefix

componentName

String componentName

Class org.apache.openejb.config.ValidationFailedException extends OpenEJBException implements Serializable

Serialized Fields

errors

ValidationError[] errors

failures

ValidationFailure[] failures

warnings

ValidationWarning[] warnings

jarPath

String jarPath

moduleType

String moduleType

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

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

Class org.apache.openejb.config.VmDeploymentManager.TargetImpl extends Object implements Serializable

serialVersionUID: -7257857314911948377L

Serialized Fields

name

String name

description

String description

Class org.apache.openejb.config.VmDeploymentManager.TargetModuleIDImpl extends Object implements Serializable

serialVersionUID: 2471961579457311472L

Serialized Fields

target

javax.enterprise.deploy.spi.Target target

moduleId

String moduleId

webUrl

String webUrl

parentTargetModuleId

javax.enterprise.deploy.spi.TargetModuleID parentTargetModuleId

children

Set<E> children

Package org.apache.openejb.core

Class org.apache.openejb.core.BaseContext extends Object implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

userTransaction

UserTransaction userTransaction

securityService

SecurityService<T> securityService

transactionManager

TransactionManager transactionManager

Class org.apache.openejb.core.BaseSessionContext extends BaseContext implements Serializable

Class org.apache.openejb.core.ConnectorReference extends Reference implements Serializable

Serialized Fields

conMngr

javax.resource.spi.ConnectionManager conMngr

mngedConFactory

javax.resource.spi.ManagedConnectionFactory mngedConFactory

Class org.apache.openejb.core.CoreContext extends Object implements Serializable

Serialized Fields

userTransaction

UserTransaction userTransaction

securityService

SecurityService<T> securityService

transactionManager

TransactionManager transactionManager

Class org.apache.openejb.core.CoreUserTransaction extends Object implements Serializable

serialVersionUID: 9203248912222645965L

Class org.apache.openejb.core.NoSuchObjectException extends NoSuchObjectException implements Serializable

Serialized Fields

cause

Throwable cause

Package org.apache.openejb.core.entity

Class org.apache.openejb.core.entity.EntityContext extends BaseContext implements Serializable

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

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

Serialized Fields

registryId

Object registryId

Package org.apache.openejb.core.ivm

Class org.apache.openejb.core.ivm.BaseEjbProxyHandler extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

deploymentID

Object deploymentID

primaryKey

Object primaryKey

inProxyMap

boolean inProxyMap

isInvalidReference

boolean isInvalidReference

doIntraVmCopy

boolean doIntraVmCopy

doCrossClassLoaderCopy

boolean doCrossClassLoaderCopy

interfaceType

InterfaceType interfaceType

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

Serialized Fields

dispatchTable

Map<K,V> dispatchTable

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

Class org.apache.openejb.core.ivm.IntraVmArtifact extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.core.ivm.IntraVmHandle extends Object implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

theProxy

Object theProxy

Class org.apache.openejb.core.ivm.IntraVmMetaData extends Object implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

homeClass

Class<T> homeClass

remoteClass

Class<T> remoteClass

keyClass

Class<T> keyClass

homeStub

javax.ejb.EJBHome homeStub

type

BeanType type

Package org.apache.openejb.core.ivm.naming

Class org.apache.openejb.core.ivm.naming.BusinessLocalReference extends Reference implements Serializable

Serialized Fields

businessHome

DeploymentInfo.BusinessLocalHome businessHome

Class org.apache.openejb.core.ivm.naming.BusinessRemoteReference extends Reference implements Serializable

Serialized Fields

businessHome

DeploymentInfo.BusinessRemoteHome businessHome

Class org.apache.openejb.core.ivm.naming.CrossClassLoaderJndiReference extends IntraVmJndiReference implements Serializable

Class org.apache.openejb.core.ivm.naming.IntraVmJndiReference extends Reference implements Serializable

Serialized Fields

jndiName

String jndiName

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

serialVersionUID: -626353930051783641L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

myEnv

Hashtable<K,V> myEnv

readOnly

boolean readOnly

fastCache

Map<K,V> fastCache

mynode

NameNode mynode

Class org.apache.openejb.core.ivm.naming.JaxRpcServiceReference extends Reference implements Serializable

Serialized Fields

serviceClassName

String serviceClassName

classLoader

ClassLoader classLoader

wsdlURI

URI wsdlURI

serviceQName

QName serviceQName

referenceClassName

String referenceClassName

Class org.apache.openejb.core.ivm.naming.JaxRReference extends Reference implements Serializable

Class org.apache.openejb.core.ivm.naming.JaxWsServiceReference extends Reference implements Serializable

Serialized Fields

id

String id

serviceQName

QName serviceQName

portQName

QName portQName

serviceClass

Class<T> serviceClass

referenceClass

Class<T> referenceClass

wsdlUrl

URL wsdlUrl

handlerChains

List<E> handlerChains

injections

List<E> injections

portAddressRegistry

PortAddressRegistry portAddressRegistry

portRefs

List<E> portRefs

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

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

path

String path

Class org.apache.openejb.core.ivm.naming.JndiReference extends Reference implements Serializable

Serialized Fields

context

Context context

envProperties

Hashtable<K,V> envProperties

jndiName

String jndiName

contextJndiName

String contextJndiName

Class org.apache.openejb.core.ivm.naming.JndiUrlReference extends Reference implements Serializable

Serialized Fields

jndiName

String jndiName

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

Serialized Fields

atomicName

String atomicName

atomicHash

int atomicHash

lessTree

NameNode lessTree

grtrTree

NameNode grtrTree

subTree

NameNode subTree

parentTree

NameNode parentTree

parent

NameNode parent

myObject

Object myObject

unbound

boolean unbound

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

Serialized Fields

delegate

OpenEJBException delegate

Class org.apache.openejb.core.ivm.naming.ObjectReference extends Reference implements Serializable

Serialized Fields

obj

Object obj

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

Serialized Fields

components

String[] components

pos

int pos

hashcode

int hashcode

Class org.apache.openejb.core.ivm.naming.PersistenceContextReference extends Reference implements Serializable

Serialized Fields

em

javax.persistence.EntityManager em

Class org.apache.openejb.core.ivm.naming.PersistenceUnitReference extends Reference implements Serializable

Serialized Fields

emf

javax.persistence.EntityManagerFactory emf

Class org.apache.openejb.core.ivm.naming.Reference extends org.apache.xbean.naming.reference.SimpleReference implements Serializable

Class org.apache.openejb.core.ivm.naming.SystemComponentReference extends Reference implements Serializable

Serialized Fields

type

Class<T> type

Class org.apache.openejb.core.ivm.naming.URLReference extends Reference implements Serializable

Serialized Fields

url

String url

Package org.apache.openejb.core.mdb

Class org.apache.openejb.core.mdb.MdbContext extends BaseContext implements Serializable


Package org.apache.openejb.core.stateful

Class org.apache.openejb.core.stateful.BeanEntry extends Object implements Serializable

serialVersionUID: 5940667199866151048L

Serialized Fields

bean

Object bean

primaryKey

Object primaryKey

inQueue

boolean inQueue

timeStamp

long timeStamp

timeOutInterval

long timeOutInterval

entityManagerArray

javax.persistence.EntityManager[] entityManagerArray

Class org.apache.openejb.core.stateful.StatefulContext extends BaseSessionContext implements Serializable

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

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

Class org.apache.openejb.core.stateful.StatefulInstanceManager.Instance extends Object implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bean

Object bean

interceptors

Map<K,V> interceptors

Package org.apache.openejb.core.stateless

Class org.apache.openejb.core.stateless.StatelessContext extends BaseSessionContext implements Serializable

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

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

Serialized Fields

registryId

Object registryId

Package org.apache.openejb.core.timer

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

serialVersionUID: 9198316188404706377L

Serialized Fields

id

long id

deploymentId

String deploymentId

Class org.apache.openejb.core.timer.TimerStoreException extends OpenEJBException implements Serializable


Package org.apache.openejb.core.transaction

Class org.apache.openejb.core.transaction.TransactionRolledbackException extends TransactionRolledbackException implements Serializable

Serialized Fields

cause

Throwable cause

Package org.apache.openejb.persistence

Class org.apache.openejb.persistence.EntityManagerAlreadyRegisteredException extends Exception implements Serializable


Package org.apache.openejb.resource.activemq

Class org.apache.openejb.resource.activemq.ActiveMQResourceAdapter extends org.apache.activemq.ra.ActiveMQResourceAdapter implements Serializable

Serialized Fields

dataSource

String dataSource

Package org.apache.openejb.server

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


Package org.apache.openejb.server.axis

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

Serialized Fields

ejbDeployment

DeploymentInfo ejbDeployment

handlerInfos

List<E> handlerInfos

Class org.apache.openejb.server.axis.HandlerChainImpl extends ArrayList implements Serializable

Serialized Fields

roles

String[] roles

invokedHandlers

LinkedList<E> invokedHandlers

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

Class org.apache.openejb.server.axis.ReadOnlyServiceDesc extends org.apache.axis.description.JavaServiceDesc implements Serializable

Serialized Fields

serviceDesc

org.apache.axis.description.JavaServiceDesc serviceDesc

Package org.apache.openejb.server.axis.assembler

Class org.apache.openejb.server.axis.assembler.XmlElementInfo extends InfoObject implements Serializable

Serialized Fields

qname

QName qname

xmlType

QName xmlType

minOccurs

long minOccurs

maxOccurs

long maxOccurs

nillable

boolean nillable

Class org.apache.openejb.server.axis.assembler.XmlSchemaInfo extends InfoObject implements Serializable

Serialized Fields

elements

Map<K,V> elements

types

Map<K,V> types

Class org.apache.openejb.server.axis.assembler.XmlTypeInfo extends InfoObject implements Serializable

Serialized Fields

qname

QName qname

anonymous

boolean anonymous

simpleBaseType

QName simpleBaseType

enumType

boolean enumType

listType

boolean listType

arrayComponentType

QName arrayComponentType

attributes

Map<K,V> attributes

elements

Map<K,V> elements

Package org.apache.openejb.server.axis.client

Class org.apache.openejb.server.axis.client.AxisClientImpl extends org.apache.axis.client.AxisClient implements Serializable

Serialized Fields

portNameToSEIFactoryMap

Map<K,V> portNameToSEIFactoryMap

Class org.apache.openejb.server.axis.client.AxisServiceReference extends Reference implements Serializable

Serialized Fields

serviceInterfaceClassName

String serviceInterfaceClassName

seiPortNameToFactoryMap

Map<K,V> seiPortNameToFactoryMap

seiClassNameToFactoryMap

Map<K,V> seiClassNameToFactoryMap

classLoader

ClassLoader classLoader

serviceConstructor

net.sf.cglib.reflect.FastConstructor serviceConstructor

methodInterceptors

net.sf.cglib.proxy.Callback[] methodInterceptors

enhancedServiceClass

Class<T> enhancedServiceClass

Package org.apache.openejb.server.httpd

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

Serialized Fields

method

HttpRequest.Method method
5.1.1 Method


uri

URI uri
5.1.2 Request-URI


headers

Map<K,V> headers
the headers for this page


formParams

Map<K,V> formParams
the form parameters for this page


queryParams

Map<K,V> queryParams
the URL (or query) parameters for this page


parameters

Map<K,V> parameters
All form and query parameters. Query parameters override form parameters.


cookies

Map<K,V> cookies
Cookies sent from the client


body

byte[] body
the content of the body of the request


in

InputStream in

length

int length

contentType

String contentType

socketURI

URI socketURI
the address the request came in on


attributes

Map<K,V> attributes
Request scoped data which is set and used by application code.

Class org.apache.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

Map<K,V> headers
Response headers


body

byte[] body
Response body


request

HttpRequestImpl request

content

URLConnection content

Class org.apache.openejb.server.httpd.ServletRequestAdapter extends Object implements Serializable

Serialized Fields

request

javax.servlet.http.HttpServletRequest request

Class org.apache.openejb.server.httpd.ServletResponseAdapter extends Object implements Serializable

Serialized Fields

response

javax.servlet.http.HttpServletResponse response

Package org.apache.openejb.spi

Package org.apache.openejb.test

Class org.apache.openejb.test.ApplicationException extends Exception implements Serializable

Class org.apache.openejb.test.TestFailureException extends Exception implements Serializable

Serialized Fields

error

junit.framework.AssertionFailedError error

Package org.apache.openejb.test.beans

Class org.apache.openejb.test.beans.CalculatorBean extends Object implements Serializable

Serialized Fields

context

javax.ejb.SessionContext context

jndiContext

InitialContext jndiContext

testCreate

boolean testCreate

testAdd

boolean testAdd

testSub

boolean testSub

testSetSessionContext

boolean testSetSessionContext

testRemove

boolean testRemove

Class org.apache.openejb.test.beans.DatabaseBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

context

javax.ejb.SessionContext context

jndiContext

InitialContext jndiContext

Class org.apache.openejb.test.beans.EmployeeBean extends Object implements Serializable

Serialized Fields

id

int id

lastName

String lastName

firstName

String firstName

ejbContext

javax.ejb.EntityContext ejbContext

Class org.apache.openejb.test.beans.ShoppingCartBean extends Object implements Serializable

Serialized Fields

name

String name

context

javax.ejb.SessionContext context

jndiContext

Context jndiContext

envContext

Context envContext

useJdbc

Boolean useJdbc

Package org.apache.openejb.test.entity.bmp

Class org.apache.openejb.test.entity.bmp.AllowedOperationsBmpBean extends Object implements Serializable

Serialized Fields

primaryKey

int primaryKey

firstName

String firstName

lastName

String lastName

ejbContext

javax.ejb.EntityContext ejbContext

allowedOperationsTable

Map<K,V> allowedOperationsTable

Class org.apache.openejb.test.entity.bmp.BasicBmp2DataSourcesBean extends Object implements Serializable

Serialized Fields

firstName

String firstName

lastName

String lastName

ejbContext

javax.ejb.EntityContext ejbContext

allowedOperationsTable

Hashtable<K,V> allowedOperationsTable

Class org.apache.openejb.test.entity.bmp.BasicBmpBean extends Object implements Serializable

Serialized Fields

primaryKey

int primaryKey

firstName

String firstName

lastName

String lastName

ejbContext

javax.ejb.EntityContext ejbContext

allowedOperationsTable

Hashtable<K,V> allowedOperationsTable

Class org.apache.openejb.test.entity.bmp.ContextLookupBmpBean extends Object implements Serializable

Serialized Fields

primaryKey

int primaryKey

firstName

String firstName

lastName

String lastName

ejbContext

javax.ejb.EntityContext ejbContext

Class org.apache.openejb.test.entity.bmp.EncBmpBean extends Object implements Serializable

Serialized Fields

primaryKey

int primaryKey

firstName

String firstName

lastName

String lastName

ejbContext

javax.ejb.EntityContext ejbContext

Class org.apache.openejb.test.entity.bmp.RmiIiopBmpBean extends Object implements Serializable

Serialized Fields

primaryKey

int primaryKey

firstName

String firstName

lastName

String lastName

ejbContext

javax.ejb.EntityContext ejbContext

Package org.apache.openejb.test.entity.cmp

Class org.apache.openejb.test.entity.cmp.AllowedOperationsCmp2Bean extends Object implements Serializable

Serialized Fields

ejbContext

javax.ejb.EntityContext ejbContext

Class org.apache.openejb.test.entity.cmp.AllowedOperationsCmpBean extends Object implements Serializable

Serialized Fields

primaryKey

Integer primaryKey

firstName

String firstName

lastName

String lastName

number

int number

ejbContext

javax.ejb.EntityContext ejbContext

Class org.apache.openejb.test.entity.cmp.BasicCmp2Bean extends Object implements Serializable

Serialized Fields

ejbContext

javax.ejb.EntityContext ejbContext

allowedOperationsTable

Map<K,V> allowedOperationsTable

Class org.apache.openejb.test.entity.cmp.BasicCmpBean extends Object implements Serializable

Serialized Fields

primaryKey

Integer primaryKey

firstName

String firstName

lastName

String lastName

ejbContext

javax.ejb.EntityContext ejbContext

allowedOperationsTable

Map<K,V> allowedOperationsTable

Class org.apache.openejb.test.entity.cmp.ComplexCmp2Bean extends Object implements Serializable

Serialized Fields

ejbContext

javax.ejb.EntityContext ejbContext

allowedOperationsTable

Map<K,V> allowedOperationsTable

Class org.apache.openejb.test.entity.cmp.ComplexCmpBean extends Object implements Serializable

Serialized Fields

firstName

String firstName

lastName

String lastName

ejbContext

javax.ejb.EntityContext ejbContext

allowedOperationsTable

Map<K,V> allowedOperationsTable

Class org.apache.openejb.test.entity.cmp.ComplexCmpBeanPk extends Object implements Serializable

serialVersionUID: 6963768936882986623L

Serialized Fields

firstName

String firstName

lastName

String lastName

Class org.apache.openejb.test.entity.cmp.ContextLookupCmpBean extends Object implements Serializable

Serialized Fields

primaryKey

int primaryKey

firstName

String firstName

lastName

String lastName

ejbContext

javax.ejb.EntityContext ejbContext

Class org.apache.openejb.test.entity.cmp.EncCmp2Bean extends Object implements Serializable

Serialized Fields

ejbContext

javax.ejb.EntityContext ejbContext

Class org.apache.openejb.test.entity.cmp.EncCmpBean extends Object implements Serializable

Serialized Fields

primaryKey

int primaryKey

firstName

String firstName

lastName

String lastName

ejbContext

javax.ejb.EntityContext ejbContext

Class org.apache.openejb.test.entity.cmp.RmiIiopCmp2Bean extends Object implements Serializable

Serialized Fields

ejbContext

javax.ejb.EntityContext ejbContext

Class org.apache.openejb.test.entity.cmp.RmiIiopCmpBean extends Object implements Serializable

Serialized Fields

primaryKey

int primaryKey

firstName

String firstName

lastName

String lastName

ejbContext

javax.ejb.EntityContext ejbContext

Class org.apache.openejb.test.entity.cmp.UnknownCmp2Bean extends Object implements Serializable

Serialized Fields

ejbContext

javax.ejb.EntityContext ejbContext

allowedOperationsTable

Map<K,V> allowedOperationsTable

Class org.apache.openejb.test.entity.cmp.UnknownCmpBean extends Object implements Serializable

Serialized Fields

firstName

String firstName

lastName

String lastName

ejbContext

javax.ejb.EntityContext ejbContext

allowedOperationsTable

Map<K,V> allowedOperationsTable

Package org.apache.openejb.test.entity.cmr

Class org.apache.openejb.test.entity.cmr.CompoundPK extends Object implements Serializable

serialVersionUID: 293670445102052793L

Serialized Fields

field1

Integer field1

field2

String field2

Package org.apache.openejb.test.entity.cmr.cmrmapping

Class org.apache.openejb.test.entity.cmr.cmrmapping.AbstractEntityBean extends Object implements Serializable

Serialized Fields

ctx

javax.ejb.EntityContext ctx

Class org.apache.openejb.test.entity.cmr.cmrmapping.CompoundPK extends Object implements Serializable

serialVersionUID: 3210397138847726239L

Serialized Fields

id

Integer id

field1

Integer field1

Class org.apache.openejb.test.entity.cmr.cmrmapping.ManyOwningSideBean extends AbstractEntityBean implements Serializable

Class org.apache.openejb.test.entity.cmr.cmrmapping.ManyOwningSideBean_ManyOwningSideBean extends ManyOwningSideBean implements Serializable

Serialized Fields

id

Integer id

field1

Integer field1

oneInverseSide

OneInverseSideLocal oneInverseSide

Class org.apache.openejb.test.entity.cmr.cmrmapping.OneInverseSideBean extends AbstractEntityBean implements Serializable

Class org.apache.openejb.test.entity.cmr.cmrmapping.OneInverseSideBean_OneInverseSideBean extends OneInverseSideBean implements Serializable

Serialized Fields

id

Integer id

oneOwningSide

OneOwningSideLocal oneOwningSide

manyOwningSide

Set<E> manyOwningSide

Class org.apache.openejb.test.entity.cmr.cmrmapping.OneOwningSideBean extends AbstractEntityBean implements Serializable

Class org.apache.openejb.test.entity.cmr.cmrmapping.OneOwningSideBean_OneOwningSideBean extends OneOwningSideBean implements Serializable

Serialized Fields

id

Integer id

field1

Integer field1

oneInverseSide

OneInverseSideLocal oneInverseSide

Package org.apache.openejb.test.entity.cmr.manytomany

Class org.apache.openejb.test.entity.cmr.manytomany.GameBean extends Object implements Serializable

Class org.apache.openejb.test.entity.cmr.manytomany.PlatformBean extends Object implements Serializable


Package org.apache.openejb.test.entity.cmr.onetomany

Class org.apache.openejb.test.entity.cmr.onetomany.ArtistBean extends Object implements Serializable

Class org.apache.openejb.test.entity.cmr.onetomany.SongBean extends Object implements Serializable


Package org.apache.openejb.test.entity.cmr.onetoone

Class org.apache.openejb.test.entity.cmr.onetoone.LicenseBean extends Object implements Serializable

Class org.apache.openejb.test.entity.cmr.onetoone.PersonBean extends Object implements Serializable


Package org.apache.openejb.test.entity.ejbql

Class org.apache.openejb.test.entity.ejbql.QueryBean extends Object implements Serializable

Class org.apache.openejb.test.entity.ejbql.QueryDataBean extends Object implements Serializable


Package org.apache.openejb.test.mdb

Class org.apache.openejb.test.mdb.BasicMdbBean extends Object implements Serializable

Serialized Fields

mdbContext

javax.ejb.MessageDrivenContext mdbContext

mdbInvoker

MdbInvoker mdbInvoker

Class org.apache.openejb.test.mdb.ContextLookupMdbBean extends Object implements Serializable

Serialized Fields

mdbContext

javax.ejb.MessageDrivenContext mdbContext

mdbInvoker

MdbInvoker mdbInvoker

Class org.apache.openejb.test.mdb.EncMdbBean extends Object implements Serializable

Serialized Fields

mdbContext

javax.ejb.MessageDrivenContext mdbContext

mdbInvoker

MdbInvoker mdbInvoker

Class org.apache.openejb.test.mdb.FieldInjectionMdbBean extends Object implements Serializable

Serialized Fields

ejbContext

javax.ejb.MessageDrivenContext ejbContext

bmpHome

BasicBmpHome bmpHome

statefulHome

BasicStatefulHome statefulHome

statelessHome

BasicStatelessHome statelessHome

striing

String striing

doouble

Double doouble

loong

Long loong

flooat

Float flooat

inteeger

Integer inteeger

shoort

Short shoort

booolean

Boolean booolean

byyte

Byte byyte

chaaracter

Character chaaracter

daataSource

DataSource daataSource

coonnectionFactory

javax.jms.ConnectionFactory coonnectionFactory

queueCoonnectionFactory

javax.jms.QueueConnectionFactory queueCoonnectionFactory

topicCoonnectionFactory

javax.jms.TopicConnectionFactory topicCoonnectionFactory

emf

javax.persistence.EntityManagerFactory emf

em

javax.persistence.EntityManager em

eem

javax.persistence.EntityManager eem

pem

javax.persistence.EntityManager pem

statelessBusinessLocal

BasicStatelessBusinessLocal statelessBusinessLocal

statelessBusinessRemote

BasicStatelessBusinessRemote statelessBusinessRemote

statefulBusinessLocal

BasicStatefulBusinessLocal statefulBusinessLocal

statefulBusinessRemote

BasicStatefulBusinessRemote statefulBusinessRemote

mdbContext

javax.ejb.MessageDrivenContext mdbContext

mdbInvoker

MdbInvoker mdbInvoker

Class org.apache.openejb.test.mdb.InterceptorMdbBean extends Object implements Serializable

Serialized Fields

classLevelBusinessMethodInterception

boolean classLevelBusinessMethodInterception

methodLevelBusinessMethodInterception

boolean methodLevelBusinessMethodInterception

methodLevelCreateMethodInterception

boolean methodLevelCreateMethodInterception

mdbContext

javax.ejb.MessageDrivenContext mdbContext

session

javax.jms.Session session

connection

javax.jms.Connection connection

mdbInvoker

MdbInvoker mdbInvoker

connectionFactory

javax.jms.ConnectionFactory connectionFactory

Class org.apache.openejb.test.mdb.SetterInjectionMdbBean extends Object implements Serializable

Serialized Fields

ejbContextField

javax.ejb.MessageDrivenContext ejbContextField

bmpHomeField

BasicBmpHome bmpHomeField

statefulHomeField

BasicStatefulHome statefulHomeField

statelessHomeField

BasicStatelessHome statelessHomeField

striingField

String striingField

dooubleField

Double dooubleField

loongField

Long loongField

flooatField

Float flooatField

inteegerField

Integer inteegerField

shoortField

Short shoortField

boooleanField

Boolean boooleanField

byyteField

Byte byyteField

chaaracterField

Character chaaracterField

daataSourceField

DataSource daataSourceField

coonnectionFactory

javax.jms.ConnectionFactory coonnectionFactory

queueCoonnectionFactory

javax.jms.QueueConnectionFactory queueCoonnectionFactory

topicCoonnectionFactory

javax.jms.TopicConnectionFactory topicCoonnectionFactory

emfField

javax.persistence.EntityManagerFactory emfField

emField

javax.persistence.EntityManager emField

eemField

javax.persistence.EntityManager eemField

pemField

javax.persistence.EntityManager pemField

statelessBusinessLocalField

BasicStatelessBusinessLocal statelessBusinessLocalField

statelessBusinessRemoteField

BasicStatelessBusinessRemote statelessBusinessRemoteField

statefulBusinessLocalField

BasicStatefulBusinessLocal statefulBusinessLocalField

statefulBusinessRemoteField

BasicStatefulBusinessRemote statefulBusinessRemoteField

mdbContext

javax.ejb.MessageDrivenContext mdbContext

mdbInvoker

MdbInvoker mdbInvoker

Package org.apache.openejb.test.object

Class org.apache.openejb.test.object.Account extends Object implements Serializable

Serialized Fields

ssn

String ssn

firstName

String firstName

lastName

String lastName

balance

int balance

Class org.apache.openejb.test.object.ObjectGraph extends Object implements Serializable

Serialized Fields

object

Serializable object

Class org.apache.openejb.test.object.OperationsPolicy extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.test.object.Transaction extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.apache.openejb.test.servlet

Class org.apache.openejb.test.servlet.AnnotatedServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

bmpHome

BasicBmpHome bmpHome

statefulHome

BasicStatefulHome statefulHome

statelessHome

BasicStatelessHome statelessHome

striing

String striing

doouble

Double doouble

loong

Long loong

flooat

Float flooat

inteeger

Integer inteeger

shoort

Short shoort

booolean

Boolean booolean

byyte

Byte byyte

chaaracter

Character chaaracter

daataSource

DataSource daataSource

coonnectionFactory

javax.jms.ConnectionFactory coonnectionFactory

queueCoonnectionFactory

javax.jms.QueueConnectionFactory queueCoonnectionFactory

topicCoonnectionFactory

javax.jms.TopicConnectionFactory topicCoonnectionFactory

emf

javax.persistence.EntityManagerFactory emf

em

javax.persistence.EntityManager em

statelessBusinessLocal

BasicStatelessBusinessLocal statelessBusinessLocal

statelessBusinessRemote

BasicStatelessBusinessRemote statelessBusinessRemote

statefulBusinessLocal

BasicStatefulBusinessLocal statefulBusinessLocal

statefulBusinessRemote

BasicStatefulBusinessRemote statefulBusinessRemote

Class org.apache.openejb.test.servlet.EjbServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

statelessBusinessLocal

BasicStatelessBusinessLocal statelessBusinessLocal

Class org.apache.openejb.test.servlet.JndiServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.apache.openejb.test.servlet.WebserviceServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

helloPojo

HelloPojo helloPojo

helloEjb

HelloEjb helloEjb

Package org.apache.openejb.test.stateful

Class org.apache.openejb.test.stateful.BasicStatefulBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContext

javax.ejb.SessionContext ejbContext

allowedOperationsTable

Hashtable<K,V> allowedOperationsTable

Class org.apache.openejb.test.stateful.BeanTxStatefulBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContext

javax.ejb.SessionContext ejbContext

jndiContext

InitialContext jndiContext

jndiDatabaseEntry

String jndiDatabaseEntry

Class org.apache.openejb.test.stateful.BMTStatefulBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContext

javax.ejb.SessionContext ejbContext

allowedOperationsTable

Hashtable<K,V> allowedOperationsTable

Class org.apache.openejb.test.stateful.ContextLookupStatefulBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContext

javax.ejb.SessionContext ejbContext

extendedEntityManager

javax.persistence.EntityManager extendedEntityManager

Class org.apache.openejb.test.stateful.EncStatefulBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContext

javax.ejb.SessionContext ejbContext

Class org.apache.openejb.test.stateful.FieldInjectionStatefulBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContext

javax.ejb.SessionContext ejbContext

bmpHome

BasicBmpHome bmpHome

statefulHome

BasicStatefulHome statefulHome

statelessHome

BasicStatelessHome statelessHome

striing

String striing

doouble

Double doouble

loong

Long loong

flooat

Float flooat

inteeger

Integer inteeger

shoort

Short shoort

booolean

Boolean booolean

byyte

Byte byyte

chaaracter

Character chaaracter

daataSource

DataSource daataSource

coonnectionFactory

javax.jms.ConnectionFactory coonnectionFactory

queueCoonnectionFactory

javax.jms.QueueConnectionFactory queueCoonnectionFactory

topicCoonnectionFactory

javax.jms.TopicConnectionFactory topicCoonnectionFactory

emf

javax.persistence.EntityManagerFactory emf

em

javax.persistence.EntityManager em

eem

javax.persistence.EntityManager eem

pem

javax.persistence.EntityManager pem

statelessBusinessLocal

BasicStatelessBusinessLocal statelessBusinessLocal

statelessBusinessRemote

BasicStatelessBusinessRemote statelessBusinessRemote

statefulBusinessLocal

BasicStatefulBusinessLocal statefulBusinessLocal

statefulBusinessRemote

BasicStatefulBusinessRemote statefulBusinessRemote

Class org.apache.openejb.test.stateful.RmiIiopStatefulBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContext

javax.ejb.SessionContext ejbContext

Class org.apache.openejb.test.stateful.SetterInjectionStatefulBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContextField

javax.ejb.SessionContext ejbContextField

bmpHomeField

BasicBmpHome bmpHomeField

statefulHomeField

BasicStatefulHome statefulHomeField

statelessHomeField

BasicStatelessHome statelessHomeField

striingField

String striingField

dooubleField

Double dooubleField

loongField

Long loongField

flooatField

Float flooatField

inteegerField

Integer inteegerField

shoortField

Short shoortField

boooleanField

Boolean boooleanField

byyteField

Byte byyteField

chaaracterField

Character chaaracterField

daataSourceField

DataSource daataSourceField

coonnectionFactory

javax.jms.ConnectionFactory coonnectionFactory

queueCoonnectionFactory

javax.jms.QueueConnectionFactory queueCoonnectionFactory

topicCoonnectionFactory

javax.jms.TopicConnectionFactory topicCoonnectionFactory

emfField

javax.persistence.EntityManagerFactory emfField

emField

javax.persistence.EntityManager emField

eemField

javax.persistence.EntityManager eemField

pemField

javax.persistence.EntityManager pemField

statelessBusinessLocalField

BasicStatelessBusinessLocal statelessBusinessLocalField

statelessBusinessRemoteField

BasicStatelessBusinessRemote statelessBusinessRemoteField

statefulBusinessLocalField

BasicStatefulBusinessLocal statefulBusinessLocalField

statefulBusinessRemoteField

BasicStatefulBusinessRemote statefulBusinessRemoteField

Package org.apache.openejb.test.stateless

Class org.apache.openejb.test.stateless.BasicStatelessBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContext

javax.ejb.SessionContext ejbContext

Class org.apache.openejb.test.stateless.BeanTxStatelessBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContext

javax.ejb.SessionContext ejbContext

jndiContext

InitialContext jndiContext

jndiDatabaseEntry

String jndiDatabaseEntry

Class org.apache.openejb.test.stateless.ContainerTxStatelessBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContext

javax.ejb.SessionContext ejbContext

jndiContext

InitialContext jndiContext

jndiDatabaseEntry

String jndiDatabaseEntry

Class org.apache.openejb.test.stateless.ContextLookupStatelessBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContext

javax.ejb.SessionContext ejbContext

Class org.apache.openejb.test.stateless.EncStatelessBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContext

javax.ejb.SessionContext ejbContext

Class org.apache.openejb.test.stateless.FieldInjectionStatelessBean extends Object implements Serializable

Serialized Fields

ejbContext

javax.ejb.SessionContext ejbContext

bmpHome

BasicBmpHome bmpHome

statefulHome

BasicStatefulHome statefulHome

statelessHome

BasicStatelessHome statelessHome

striing

String striing

doouble

Double doouble

loong

Long loong

flooat

Float flooat

inteeger

Integer inteeger

shoort

Short shoort

booolean

Boolean booolean

byyte

Byte byyte

chaaracter

Character chaaracter

daataSource

DataSource daataSource

coonnectionFactory

javax.jms.ConnectionFactory coonnectionFactory

queueCoonnectionFactory

javax.jms.QueueConnectionFactory queueCoonnectionFactory

topicCoonnectionFactory

javax.jms.TopicConnectionFactory topicCoonnectionFactory

emf

javax.persistence.EntityManagerFactory emf

em

javax.persistence.EntityManager em

eem

javax.persistence.EntityManager eem

pem

javax.persistence.EntityManager pem

statelessBusinessLocal

BasicStatelessBusinessLocal statelessBusinessLocal

statelessBusinessRemote

BasicStatelessBusinessRemote statelessBusinessRemote

statefulBusinessLocal

BasicStatefulBusinessLocal statefulBusinessLocal

statefulBusinessRemote

BasicStatefulBusinessRemote statefulBusinessRemote

Class org.apache.openejb.test.stateless.RmiIiopStatelessBean extends Object implements Serializable

Serialized Fields

name

String name

ejbContext

javax.ejb.SessionContext ejbContext

Class org.apache.openejb.test.stateless.SetterInjectionStatelessBean extends Object implements Serializable

Serialized Fields

ejbContextField

javax.ejb.SessionContext ejbContextField

bmpHomeField

BasicBmpHome bmpHomeField

statefulHomeField

BasicStatefulHome statefulHomeField

statelessHomeField

BasicStatelessHome statelessHomeField

striingField

String striingField

dooubleField

Double dooubleField

loongField

Long loongField

flooatField

Float flooatField

inteegerField

Integer inteegerField

shoortField

Short shoortField

boooleanField

Boolean boooleanField

byyteField

Byte byyteField

chaaracterField

Character chaaracterField

daataSourceField

DataSource daataSourceField

coonnectionFactory

javax.jms.ConnectionFactory coonnectionFactory

queueCoonnectionFactory

javax.jms.QueueConnectionFactory queueCoonnectionFactory

topicCoonnectionFactory

javax.jms.TopicConnectionFactory topicCoonnectionFactory

emfField

javax.persistence.EntityManagerFactory emfField

emField

javax.persistence.EntityManager emField

eemField

javax.persistence.EntityManager eemField

pemField

javax.persistence.EntityManager pemField

statelessBusinessLocalField

BasicStatelessBusinessLocal statelessBusinessLocalField

statelessBusinessRemoteField

BasicStatelessBusinessRemote statelessBusinessRemoteField

statefulBusinessLocalField

BasicStatefulBusinessLocal statefulBusinessLocalField

statefulBusinessRemoteField

BasicStatefulBusinessRemote statefulBusinessRemoteField

Package org.apache.openejb.util

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

serialVersionUID: -1194966576855523042L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Class org.apache.openejb.util.Enumerator extends Object implements Serializable

serialVersionUID: 8382575322402414896L

Serialized Fields

list

List<E> list

index

int index

Class org.apache.openejb.util.PojoExternalization extends PojoSerialization implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.util.PojoSerialization extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

object

Object object

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

Serialized Fields

values

Object[] values

Class org.apache.openejb.util.SerializationCallbacks extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

readResolve

protected Object readResolve()
                      throws ObjectStreamException
ANY-ACCESS-MODIFIER Object readResolve() throws ObjectStreamException;

Throws:
ObjectStreamException

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
ANY-ACCESS-MODIFIER Object writeReplace() throws ObjectStreamException

Throws:
ObjectStreamException

Class org.apache.openejb.util.SuperProperties extends Properties implements Serializable

Serialized Fields

properties

LinkedHashMap<K,V> properties
Actual property values.


comments

LinkedHashMap<K,V> comments
Comments for the properties.


attributes

LinkedHashMap<K,V> attributes
Attributes for the properties.


defaults

Properties defaults
The default property values.


caseInsensitive

boolean caseInsensitive
Are lookups case insensitive?


keyValueSeparator

String keyValueSeparator
The text between a key and the value.


lineSeparator

String lineSeparator
The line separator to use when storing. Defaults to system line separator.


indent

String indent
Number of spaces to indent each line of the properties file.


commentIndent

String commentIndent
Number of spaces to indent comment after '#' character.


spaceBetweenProperties

boolean spaceBetweenProperties
Should there be a blank line between properties.


spaceAfterComment

boolean spaceAfterComment
Should there be a blank line between a comment and the property.


builder

DocumentBuilder builder
Used for loadFromXML.


Package org.apache.openejb.util.io

Class org.apache.openejb.util.io.ClassDescriptor extends Object implements Serializable

Serialized Fields

Class org.apache.openejb.util.io.FieldDescriptor extends Object implements Serializable

Serialized Fields

typeString

String typeString

name

String name

field

Field field

typeCode

char typeCode

type

Class<T> type

classDesc

ClassDescriptor classDesc

Package org.apache.openejb.util.proxy

Class org.apache.openejb.util.proxy.InvalidatedReferenceHandler extends Object implements Serializable

Class org.apache.openejb.util.proxy.Jdk13InvocationHandler extends Object implements Serializable

Serialized Fields

delegate

InvocationHandler delegate

Class org.apache.openejb.util.proxy.Proxy extends Object implements Serializable

Serialized Fields

handler

InvocationHandler handler

Package org.apache.openejb.webadmin

Class org.apache.openejb.webadmin.WebAdminBean extends Object implements Serializable

Serialized Fields

ejbContext

javax.ejb.SessionContext ejbContext
used for the session context


section

String section
the menu section


request

HttpRequest request
the HTTP request


response

HttpResponse response
the HTTP response


Package org.apache.openejb.webadmin.clienttools

Class org.apache.openejb.webadmin.clienttools.InvokeObjectBean extends WebAdminBean implements Serializable

Serialized Fields

out

PrintWriter out

session

HttpSession session

pepperImg

String pepperImg

converters

HashMap<K,V> converters

defaultConverter

org.apache.openejb.webadmin.clienttools.InvokeObjectBean.Converter defaultConverter

Class org.apache.openejb.webadmin.clienttools.ViewClassBean extends WebAdminBean implements Serializable

Serialized Fields

hasMethods

boolean hasMethods

Class org.apache.openejb.webadmin.clienttools.ViewEjbBean extends WebAdminBean implements Serializable

Class org.apache.openejb.webadmin.clienttools.ViewJndiBean extends WebAdminBean implements Serializable

Serialized Fields

session

HttpSession session

selected

String selected

ctxID

String ctxID

ctx

Context ctx

Package org.apache.openejb.webadmin.httpd

Class org.apache.openejb.webadmin.httpd.DefaultHttpBean extends Object implements Serializable

Serialized Fields

context

javax.ejb.SessionContext context
the ejb session context

Class org.apache.openejb.webadmin.httpd.HttpRequestImpl extends Object implements Serializable

Serialized Fields

line

String line
5.1 Request-Line


method

int method
5.1.1 Method


uri

URL uri
5.1.2 Request-URI


headers

HashMap<K,V> headers
the headers for this page


formParams

HashMap<K,V> formParams
the form parameters for this page


queryParams

HashMap<K,V> queryParams
the URL (or query) parameters for this page


body

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


formParamsArray

String[][] formParamsArray

methodString

String methodString

pathString

String pathString

requestLine

String requestLine

cookies

HashMap<K,V> cookies

session

WebSession session

Class org.apache.openejb.webadmin.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<K,V> headers
Response headers


body

byte[] body
Response body


request

HttpRequestImpl request

content

URLConnection content

Class org.apache.openejb.webadmin.httpd.WebSessionBean extends Object implements Serializable

Serialized Fields

ctx

javax.ejb.SessionContext ctx

attributes

HashMap<K,V> attributes

Package org.apache.openejb.webadmin.main

Class org.apache.openejb.webadmin.main.DeploymentListBean extends WebAdminBean implements Serializable

Serialized Fields

deploymentIdIndex

HashMap<K,V> deploymentIdIndex

containerIdIndex

HashMap<K,V> containerIdIndex

Class org.apache.openejb.webadmin.main.HomeBean extends WebAdminBean implements Serializable

Class org.apache.openejb.webadmin.main.ListLogsBean extends WebAdminBean implements Serializable

Serialized Fields

logType

String logType
the type of log we're using

Class org.apache.openejb.webadmin.main.PropertiesBean extends WebAdminBean implements Serializable

Class org.apache.openejb.webadmin.main.ReferenceData extends Object implements Serializable

Serialized Fields

referenceType

String referenceType

referenceIdName

String referenceIdName

referenceIdValue

String referenceIdValue

referenceName

String referenceName

referenceValue

String referenceValue

Package org.openejb.client

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


Package org.superbiz.injection

Class org.superbiz.injection.LineItem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

productId

String productId

description

String description

Class org.superbiz.injection.TooManyItemsException extends Exception implements Serializable

serialVersionUID: 1L


Package org.superbiz.servlet

Class org.superbiz.servlet.AnnotatedServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

localEJB

AnnotatedEJBLocal localEJB

remoteEJB

AnnotatedEJBRemote remoteEJB

ds

DataSource ds

Class org.superbiz.servlet.JndiServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.superbiz.servlet.JpaServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

emf

javax.persistence.EntityManagerFactory emf

Class org.superbiz.servlet.RunAsServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

secureEJBLocal

SecureEJBLocal secureEJBLocal

Class org.superbiz.servlet.SecureServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

secureEJBLocal

SecureEJBLocal secureEJBLocal

Class org.superbiz.servlet.WebserviceServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

helloPojo

HelloPojo helloPojo

helloEjb

HelloEjb helloEjb



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.