Serialized Form


Package com.sun.ejb.base.sfsb.util

Class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator.SimpleSessionKey extends java.lang.Object implements Serializable

Serialized Fields

prefix

long prefix

suffix

long suffix

id

int id

Package com.sun.ejb.codegen

Class com.sun.ejb.codegen.GeneratorException extends java.lang.Exception implements Serializable

Serialized Fields

reason

java.lang.String reason
XXX needs doc

Class com.sun.ejb.codegen.InvalidBean extends GeneratorException implements Serializable

Class com.sun.ejb.codegen.InvalidHome extends GeneratorException implements Serializable

Class com.sun.ejb.codegen.JavaCompilerException extends java.lang.Exception implements Serializable

Class com.sun.ejb.codegen.MethodNotFound extends GeneratorException implements Serializable


Package com.sun.ejb.containers

Class com.sun.ejb.containers.AbstractSessionContextImpl extends EJBContextImpl implements Serializable

Serialized Fields

instanceKey

java.lang.Object instanceKey

ejbName

java.lang.String ejbName

Class com.sun.ejb.containers.EjbContainerServicesImpl extends java.lang.Object implements Serializable

Class com.sun.ejb.containers.EJBContextImpl extends java.lang.Object implements Serializable

Serialized Fields

ejb

java.lang.Object ejb

isRemoteInterfaceSupported

boolean isRemoteInterfaceSupported

isLocalInterfaceSupported

boolean isLocalInterfaceSupported

interceptorInstances

java.lang.Object[] interceptorInstances

Class com.sun.ejb.containers.EJBLocalHomeImpl.SerializableLocalHome extends java.lang.Object implements Serializable

Serialized Fields

ejbId

long ejbId

Class com.sun.ejb.containers.EjbRemoteFutureTask extends java.lang.Object implements Serializable

Serialized Fields

asyncId

java.lang.Long asyncId

server

GenericEJBHome server

cancelCalled

boolean cancelCalled

complete

boolean complete

resultValue

java.lang.Object resultValue

resultException

java.lang.Throwable resultException

Class com.sun.ejb.containers.EntityContextImpl extends EJBContextImpl implements Serializable

Serialized Fields

lastTxStatus

int lastTxStatus

newlyActivated

boolean newlyActivated

nCallsInProgress

int nCallsInProgress

dirty

boolean dirty

inUnsetEntityContext

boolean inUnsetEntityContext

inEjbLoad

boolean inEjbLoad

inEjbStore

boolean inEjbStore

cascadeDeleteBeforeEJBRemove

boolean cascadeDeleteBeforeEJBRemove

cascadeDeleteAfterSuperEJBRemove

boolean cascadeDeleteAfterSuperEJBRemove

_primaryKey

java.lang.Object _primaryKey

_pkHashCode

int _pkHashCode

_next

EntityContextImpl _next

Class com.sun.ejb.containers.InternalEJBContainerException extends java.lang.Exception implements Serializable

serialVersionUID: 30864L

Class com.sun.ejb.containers.InternalRemoteException extends java.rmi.RemoteException implements Serializable

Class com.sun.ejb.containers.MessageBeanContextImpl extends EJBContextImpl implements Serializable

Serialized Fields

afterSetContext

boolean afterSetContext

Class com.sun.ejb.containers.ParallelAccessException extends InternalEJBContainerException implements Serializable

Class com.sun.ejb.containers.ReadOnlyBeanNotifierImpl extends java.lang.Object implements Serializable

Serialized Fields

readOnlyBeanHome

ReadOnlyEJBHome readOnlyBeanHome

Class com.sun.ejb.containers.ReadOnlyContextImpl extends EntityContextImpl implements Serializable

Serialized Fields

pkLevelSequenceNum

int pkLevelSequenceNum

lastRefreshedAt

long lastRefreshedAt

removed

boolean removed

robInfo

com.sun.ejb.containers.ReadOnlyBeanInfo robInfo

Class com.sun.ejb.containers.RemoteAsyncResult extends java.lang.Object implements Serializable

Serialized Fields

asyncID

java.lang.Long asyncID

resultValue

java.lang.Object resultValue

resultException

java.lang.Throwable resultException

Class com.sun.ejb.containers.RemoteBusinessIntfInvocationHandler extends java.lang.Object implements Serializable

Serialized Fields

businessInterface

java.lang.Class<T> businessInterface

delegate

java.rmi.Remote delegate

Class com.sun.ejb.containers.RemoteBusinessWrapperBase extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Throws:
java.io.IOException

readResolve

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

writeReplace

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

businessInterface_

java.lang.String businessInterface_

stub_

java.rmi.Remote stub_

Class com.sun.ejb.containers.SessionContextImpl extends AbstractSessionContextImpl implements Serializable

Serialized Fields

completedTxStatus

boolean completedTxStatus

afterCompletionDelayed

boolean afterCompletionDelayed

committing

boolean committing

inAfterCompletion

boolean inAfterCompletion

isStateless

boolean isStateless

isStateful

boolean isStateful

existsInSessionStore

boolean existsInSessionStore

txCheckpointDelayed

boolean txCheckpointDelayed

lastPersistedAt

long lastPersistedAt

version

long version

eemRefInfos

java.util.Collection<E> eemRefInfos

Class com.sun.ejb.containers.SingletonContextImpl extends AbstractSessionContextImpl implements Serializable

Class com.sun.ejb.containers.TimerBean.Blob extends java.lang.Object implements Serializable

serialVersionUID: 9167806434435988868L

Serialization Methods

readResolve

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

primaryKeyBytes_

byte[] primaryKeyBytes_

infoBytes_

byte[] infoBytes_

Class com.sun.ejb.containers.TimerPrimaryKey extends java.lang.Object implements Serializable

Serialized Fields

timerId

java.lang.String timerId

Class com.sun.ejb.containers.TimerSchedule extends java.lang.Object implements Serializable

Serialized Fields

second_

java.lang.String second_

minute_

java.lang.String minute_

hour_

java.lang.String hour_

dayOfMonth_

java.lang.String dayOfMonth_

month_

java.lang.String month_

dayOfWeek_

java.lang.String dayOfWeek_

year_

java.lang.String year_

timezone_

java.lang.String timezone_

tz_

java.util.TimeZone tz_

start_

java.util.Date start_

end_

java.util.Date end_

automatic_

boolean automatic_

methodName_

java.lang.String methodName_

paramCount_

int paramCount_

configured

boolean configured

isValid

boolean isValid

lastDayOfMonth

boolean lastDayOfMonth

dayBeforeEndOfMonth

int dayBeforeEndOfMonth

seconds

java.util.BitSet seconds

minutes

java.util.BitSet minutes

hours

java.util.BitSet hours

days

java.util.BitSet days

daysOfWeek

java.util.BitSet daysOfWeek

daysOfMonth

java.util.BitSet daysOfMonth

months

java.util.BitSet months

daysOfWeekOrRangesOfDaysInMonth

java.util.List<E> daysOfWeekOrRangesOfDaysInMonth

years

java.util.List<E> years

Class com.sun.ejb.containers.TimerState extends java.lang.Object implements Serializable

Serialized Fields

timerId

java.lang.String timerId

creationTimeRaw

long creationTimeRaw

initialExpirationRaw

long initialExpirationRaw

lastExpirationRaw

long lastExpirationRaw

intervalDuration

long intervalDuration

state

int state

containerId

long containerId

applicationId

long applicationId

pkHashCode

int pkHashCode

ownerId

java.lang.String ownerId

schedule

java.lang.String schedule

blob

TimerState.Blob blob

blobLoaded_

boolean blobLoaded_

Class com.sun.ejb.containers.TimerState.Blob extends java.lang.Object implements Serializable

serialVersionUID: 5022674828003386360L

Serialized Fields

primaryKeyBytes_

byte[] primaryKeyBytes_

infoBytes_

byte[] infoBytes_

Class com.sun.ejb.containers.TimerWrapper.SerializedTimerWrapper extends java.lang.Object implements Serializable

Serialized Fields

timerId_

TimerPrimaryKey timerId_

Package com.sun.ejb.containers.util

Class com.sun.ejb.containers.util.MethodMap extends java.util.HashMap implements Serializable

Serialized Fields

numBuckets_

int numBuckets_

methodInfo_

com.sun.ejb.containers.util.MethodMap.MethodInfo[] methodInfo_

Package com.sun.ejb.containers.util.pool

Class com.sun.ejb.containers.util.pool.PoolException extends java.lang.RuntimeException implements Serializable

Serialized Fields

throwable

java.lang.Throwable throwable

Package com.sun.ejb.portable

Class com.sun.ejb.portable.EJBMetaDataImpl extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

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

keyClass

java.lang.Class<T> keyClass

homeClass

java.lang.Class<T> homeClass

remoteClass

java.lang.Class<T> remoteClass

isSessionBean

boolean isSessionBean

isStatelessSessionBean

boolean isStatelessSessionBean

homeHandle

HomeHandle homeHandle

Class com.sun.ejb.portable.HandleImpl extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream istream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream ostream)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

ejbObject

EJBObject ejbObject

Class com.sun.ejb.portable.HomeHandleImpl extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream istream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream ostream)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

ejbHome

EJBHome ejbHome

Class com.sun.ejb.portable.ObjrefEnumeration extends java.lang.Object implements Serializable

Serialized Fields

count

int count

objrefs

java.util.ArrayList<E> objrefs

Package com.sun.ejb.spi.sfsb.store

Class com.sun.ejb.spi.sfsb.store.SFSBBeanState extends java.lang.Object implements Serializable

Serialized Fields

sessionId

java.io.Serializable sessionId

lastAccess

long lastAccess

isNew

boolean isNew

state

byte[] state

version

long version

maxIdleTime

long maxIdleTime



Copyright © 2012 GlassFish Community. All Rights Reserved.