Serialized Form


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

Class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator.SimpleSessionKey extends 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 Exception implements Serializable

Serialized Fields

reason

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

Object instanceKey

ejbName

String ejbName

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

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

Serialized Fields

ejb

Object ejb

isRemoteInterfaceSupported

boolean isRemoteInterfaceSupported

isLocalInterfaceSupported

boolean isLocalInterfaceSupported

interceptorInstances

Object[] interceptorInstances

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

Serialized Fields

ejbId

long ejbId

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

Serialized Fields

asyncId

Long asyncId

server

GenericEJBHome server

cancelCalled

boolean cancelCalled

complete

boolean complete

resultValue

Object resultValue

resultException

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

Object _primaryKey

_pkHashCode

int _pkHashCode

_next

EntityContextImpl _next

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

serialVersionUID: 30864L

Class com.sun.ejb.containers.InternalRemoteException extends 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 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 Object implements Serializable

Serialized Fields

asyncID

Long asyncID

resultValue

Object resultValue

resultException

Throwable resultException

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

Serialized Fields

businessInterface

Class<T> businessInterface

delegate

Remote delegate

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

Serialization Methods

readObject

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

writeObject

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

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

writeReplace

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

businessInterface_

String businessInterface_

stub_

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

Collection<E> eemRefInfos

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

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

serialVersionUID: 9167806434435988868L

Serialization Methods

readResolve

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

primaryKeyBytes_

byte[] primaryKeyBytes_

infoBytes_

byte[] infoBytes_

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

Serialized Fields

timerId

String timerId

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

Serialized Fields

second_

String second_

minute_

String minute_

hour_

String hour_

dayOfMonth_

String dayOfMonth_

month_

String month_

dayOfWeek_

String dayOfWeek_

year_

String year_

timezone_

String timezone_

tz_

TimeZone tz_

start_

Date start_

end_

Date end_

automatic_

boolean automatic_

methodName_

String methodName_

paramCount_

int paramCount_

configured

boolean configured

isValid

boolean isValid

lastDayOfMonth

boolean lastDayOfMonth

dayBeforeEndOfMonth

int dayBeforeEndOfMonth

seconds

BitSet seconds

minutes

BitSet minutes

hours

BitSet hours

days

BitSet days

daysOfWeek

BitSet daysOfWeek

daysOfMonth

BitSet daysOfMonth

months

BitSet months

daysOfWeekOrRangesOfDaysInMonth

List<E> daysOfWeekOrRangesOfDaysInMonth

years

List<E> years

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

Serialized Fields

timerId

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

String ownerId

schedule

String schedule

blob

TimerState.Blob blob

blobLoaded_

boolean blobLoaded_

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

serialVersionUID: 5022674828003386360L

Serialized Fields

primaryKeyBytes_

byte[] primaryKeyBytes_

infoBytes_

byte[] infoBytes_

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

Serialized Fields

timerId_

TimerPrimaryKey timerId_

Package com.sun.ejb.containers.util

Class com.sun.ejb.containers.util.MethodMap extends 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 RuntimeException implements Serializable

Serialized Fields

throwable

Throwable throwable

Package com.sun.ejb.portable

Class com.sun.ejb.portable.EJBMetaDataImpl 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

keyClass

Class<T> keyClass

homeClass

Class<T> homeClass

remoteClass

Class<T> remoteClass

isSessionBean

boolean isSessionBean

isStatelessSessionBean

boolean isStatelessSessionBean

homeHandle

HomeHandle homeHandle

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

Serialization Methods

readObject

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

writeObject

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

ejbObject

EJBObject ejbObject

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

Serialization Methods

readObject

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

writeObject

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

ejbHome

EJBHome ejbHome

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

Serialized Fields

count

int count

objrefs

ArrayList<E> objrefs

Package com.sun.ejb.spi.io

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

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

Serialized Fields

sessionId

Serializable sessionId

lastAccess

long lastAccess

isNew

boolean isNew

state

byte[] state

version

long version

maxIdleTime

long maxIdleTime



Copyright © 2012 GlassFish Community. All Rights Reserved.