A B C D E F G H I J K L M N O P R S T U V W Y _

A

AbstractPool - Class in com.sun.ejb.containers.util.pool
Abstract pool provides the basic implementation of an object pool.
AbstractPool() - Constructor for class com.sun.ejb.containers.util.pool.AbstractPool
 
AbstractPool(ObjectFactory, long, int, int, int, long, int, ClassLoader) - Constructor for class com.sun.ejb.containers.util.pool.AbstractPool
 
AbstractSessionContextImpl - Class in com.sun.ejb.containers
Implementation of EJBContext for SessionBeans
AbstractSessionContextImpl(Object, BaseContainer) - Constructor for class com.sun.ejb.containers.AbstractSessionContextImpl
 
AbstractSingletonContainer - Class in com.sun.ejb.containers
 
AbstractSingletonContainer(EjbDescriptor, ClassLoader) - Constructor for class com.sun.ejb.containers.AbstractSingletonContainer
This constructor is called from the JarManager when a Jar is deployed.
AbstractSingletonContainer.SingletonContextFactory - Class in com.sun.ejb.containers
 
AbstractSingletonContainer.SingletonContextFactory() - Constructor for class com.sun.ejb.containers.AbstractSingletonContainer.SingletonContextFactory
 
activateEJB(Object, Object) - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
activateEJB(Object, Object) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
activateEJB(Object, StatefulEJBContext, Object) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
activateEJB(Object, Object) - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
activateEJB(Object, StatefulEJBContext, Object) - Method in interface com.sun.ejb.spi.container.SFSBContainerCallback
 
activateEJBFromPool(Object, EjbInvocation) - Method in class com.sun.ejb.containers.EntityContainer
Called from getContext and getEJBWithIncompleteTx Get an EJB in the ready state (i.e.
ACTIVE - Static variable in class com.sun.ejb.containers.TimerState
 
add(Object, Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
add the given value to the cache at the specified key
add(Object, Object, int) - Method in class com.sun.ejb.containers.util.cache.BaseCache
add the given value with specified size to the cache at specified key
add(Object) - Method in class com.sun.ejb.portable.ObjrefEnumeration
 
addCacheListener(CacheListener) - Method in class com.sun.ejb.containers.util.cache.BaseCache
add the cache module listener
addCount - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
addCountLk - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
addedIdleBeanWork - Variable in class com.sun.ejb.containers.util.pool.NonBlockingPool
 
addedResizeTask - Variable in class com.sun.ejb.containers.util.pool.NonBlockingPool
 
addedTask - Variable in class com.sun.ejb.containers.EntityContainer.LocalEJBObjectCacheVictimHandler
 
addExtendedEntityManagerMapping(EntityManagerFactory, StatefulSessionContainer.EEMRefInfo) - Method in class com.sun.ejb.containers.SessionContextImpl
 
addManagerToApp(String, String, String, EJBSecurityManager) - Method in class org.glassfish.ejb.security.factory.EJBSecurityManagerFactory
 
addMethods(long, String, String, String, Method[]) - Method in class com.sun.ejb.monitoring.stats.EjbMonitoringStatsProvider
 
addPooledEJB(EntityContextImpl) - Method in class com.sun.ejb.containers.EntityContainer
 
addPooledEJB(EntityContextImpl) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
addReadOnlyBeanRefreshEventHandler(long, ClassLoader, ReadOnlyBeanRefreshEventHandler) - Method in interface com.sun.ejb.spi.distributed.DistributedReadOnlyBeanService
Called from ReadOnlyBeanContainer to register itself as a ReadOnlyBeanRefreshEventHandler.
addReadyEJB(EntityContextImpl) - Method in class com.sun.ejb.containers.CommitCEntityContainer
 
addReadyEJB(EntityContextImpl) - Method in class com.sun.ejb.containers.EntityContainer
 
addRuntimeInterceptor(Object) - Method in class com.sun.ejb.containers.interceptors.JavaEEInterceptorBuilderImpl
 
addSchedule(TimerPrimaryKey, TimerSchedule) - Method in class com.sun.ejb.containers.BaseContainer
Call back from the timer migration process to add automatic timers to the map of scheduleIds
addWork(Runnable) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
addWork(Runnable) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
after - Variable in class com.sun.ejb.containers.util.cache.CacheEntry
 
afterMessageDelivery(ResourceHandle) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
afterMessageDelivery() - Method in class com.sun.ejb.containers.MessageBeanListenerImpl
 
afterNewlyActivated(EntityContextImpl) - Method in class com.sun.ejb.containers.EntityContainer
 
afterNewlyActivated(EntityContextImpl) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
afterRecovery(boolean, boolean, String) - Method in class com.sun.ejb.spi.distributed.DistributedEJBTimerServiceImpl
 
appendStats(StringBuffer) - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreStatsImpl
 
appendStats(StringBuffer) - Method in class com.sun.ejb.base.stats.MethodMonitor
 
appendStats(StringBuffer) - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
 
appendStats(StringBuffer) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
appendStats(StringBuffer) - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
appendStats(StringBuffer) - Method in interface com.sun.ejb.spi.stats.StatsProvider
 
appendTimeStatistic(StringBuffer, String, MutableAverageRangeStatisticImpl) - Static method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
 
appName - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
aroundInvoke(InvocationContext) - Method in class com.sun.ejb.containers.interceptors.SystemInterceptorProxy
 
AroundInvokeInvocationContext - Class in com.sun.ejb.containers.interceptors
Concrete InvocationContext implementation passed to callback methods defined in interceptor classes.
AroundInvokeInvocationContext(Object, Object[], InterceptorManager.InterceptorChain, Method, Object[]) - Constructor for class com.sun.ejb.containers.interceptors.AroundInvokeInvocationContext
 
aroundMethod - Variable in class com.sun.ejb.InvocationInfo
 
aroundTimeout(InvocationContext) - Method in class com.sun.ejb.containers.interceptors.SystemInterceptorProxy
 
AsmSerializableBeanGenerator - Class in com.sun.ejb.codegen
 
AsmSerializableBeanGenerator(ClassLoader, Class, String) - Constructor for class com.sun.ejb.codegen.AsmSerializableBeanGenerator
 
assertValidLocalObject(Object) - Method in interface com.sun.ejb.Container
Verify that a given object is an EJBLocalObject of an ejb from this ejb container.
assertValidLocalObject(Object) - Method in class com.sun.ejb.containers.BaseContainer
 
assertValidRemoteObject(Object) - Method in interface com.sun.ejb.Container
Verify that a given object is an EJBObject of an ejb from this ejb container.
assertValidRemoteObject(Object) - Method in class com.sun.ejb.containers.BaseContainer
Asserts validity of RemoteHome objects.
asyncID - Variable in class com.sun.ejb.containers.RemoteAsyncResult
 
authorize(EjbInvocation) - Method in interface com.sun.ejb.Container
Go through ejb container to do ejb security manager authorization.
authorize(EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
Common code to handle EJB security manager authorization call.
authorize(ComponentInvocation) - Method in class org.glassfish.ejb.security.application.EJBSecurityManager
This method is called by the EJB container to decide whether or not a method specified in the Invocation should be allowed.
authorizeWebService(Method) - Method in class com.sun.ejb.EjbInvocation
 

B

backingStore - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache
 
BaseCache - Class in com.sun.ejb.containers.util.cache
BaseCache Generic in-memory, abstract cache
BaseCache() - Constructor for class com.sun.ejb.containers.util.cache.BaseCache
default constructor for the basic cache
BaseCache.CacheItem - Class in com.sun.ejb.containers.util.cache
default CacheItem class implementation
BaseCache.CacheItem(int, Object, Object, int) - Constructor for class com.sun.ejb.containers.util.cache.BaseCache.CacheItem
 
BaseContainer - Class in com.sun.ejb.containers
This class implements part of the com.sun.ejb.Container interface.
BaseContainer(BaseContainer.ContainerType, EjbDescriptor, ClassLoader) - Constructor for class com.sun.ejb.containers.BaseContainer
This constructor is called from ContainerFactoryImpl when an EJB Jar is deployed.
baseContainer - Variable in class com.sun.ejb.containers.builder.BaseContainerBuilder
 
BaseContainer.ContainerType - Enum in com.sun.ejb.containers
 
BaseContainerBuilder - Class in com.sun.ejb.containers.builder
(Abstract)Base class for all ContainerBuilders
BaseContainerBuilder() - Constructor for class com.sun.ejb.containers.builder.BaseContainerBuilder
 
beanCacheDes - Variable in class com.sun.ejb.containers.EntityContainer
 
beanId - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
beanId - Variable in class com.sun.ejb.monitoring.stats.EjbMonitoringStatsProvider
 
beanMethod - Variable in class com.sun.ejb.EjbInvocation
 
BeanMethodCalculatorImpl - Class in org.glassfish.ejb.deployment
Utility class to calculate the list of methods required to have transaction attributes
BeanMethodCalculatorImpl() - Constructor for class org.glassfish.ejb.deployment.BeanMethodCalculatorImpl
 
beanPoolDes - Variable in class com.sun.ejb.containers.EntityContainer
 
BeanStateSynchronization - Interface in com.sun.ejb.spi.container
There are cases where the container would need to interact with the persistence manager.
before - Variable in class com.sun.ejb.containers.util.cache.CacheEntry
 
beforeMessageDelivery(Method, MessageBeanContainer.MessageDeliveryType, boolean, ResourceHandle) - Method in class com.sun.ejb.containers.MessageBeanContainer
Actual message delivery happens in three steps : 1) beforeMessageDelivery(Message, MessageListener) This is our chance to make the message delivery itself part of the instance's global transaction.
beforeMessageDelivery(Method, boolean) - Method in class com.sun.ejb.containers.MessageBeanListenerImpl
 
beforeRecovery(boolean, String) - Method in class com.sun.ejb.spi.distributed.DistributedEJBTimerServiceImpl
 
BMCSingletonContainer - Class in com.sun.ejb.containers
 
BMCSingletonContainer(EjbDescriptor, ClassLoader) - Constructor for class com.sun.ejb.containers.BMCSingletonContainer
 
BoundedPool - Class in com.sun.ejb.containers.util.pool
Abstract pool provides the basic implementation of an object pool.
BoundedPool(ObjectFactory, long, int, int, int, long, int, ClassLoader) - Constructor for class com.sun.ejb.containers.util.pool.BoundedPool
 
bucketLocks - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
buckets - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
buildComponents() - Method in class com.sun.ejb.containers.builder.BaseContainerBuilder
 
buildComponents() - Method in class com.sun.ejb.containers.builder.StatefulContainerBuilder
 
buildContainer(DeploymentContext, EjbDescriptor, ClassLoader) - Method in class com.sun.ejb.containers.builder.BaseContainerBuilder
 
byteArrayToKey(byte[], int, int) - Method in class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator
Return the sessionKey that represents the sessionKey.
byteArrayToKey(byte[], int, int) - Method in interface com.sun.ejb.spi.sfsb.store.SFSBUUIDUtil
Return the sessionKey that represents the sessionKey.
byteArrayToKey(byte[], int, int) - Method in interface com.sun.ejb.spi.sfsb.util.SFSBUUIDUtil
Return the sessionKey that represents the sessionKey.

C

Cache - Interface in com.sun.ejb.containers.util.cache
 
cachedPermission - Variable in class com.sun.ejb.InvocationInfo
 
CacheEntry - Class in com.sun.ejb.containers.util.cache
 
CacheEntry(Object, Object, CacheEntry) - Constructor for class com.sun.ejb.containers.util.cache.CacheEntry
Create new entry.
CacheEntry(Object, int, Object, CacheEntry) - Constructor for class com.sun.ejb.containers.util.cache.CacheEntry
 
cacheIdleTimeoutInSeconds - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache
 
cacheItemState - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache.LruSessionCacheItem
 
cacheName - Variable in class com.sun.ejb.containers.util.cache.LruCache
 
cacheProbeListener - Variable in class com.sun.ejb.containers.BaseContainer
 
cacheProbeNotifier - Variable in class com.sun.ejb.containers.BaseContainer
 
CacheProperties - Class in com.sun.ejb.base.container.util
A util class to read the bean cache related entries from domain.xml and sun-ejb-jar.xml
CacheProperties() - Constructor for class com.sun.ejb.base.container.util.CacheProperties
 
calculateEjbAvailabilityEnabledFromConfig() - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Get the availability-enabled from domain.xml.
call() - Method in class com.sun.ejb.containers.EjbAsyncTask
 
CallbackInvocationContext - Class in com.sun.ejb.containers.interceptors
Concrete InvocationContext implementation passed to callback methods defined in interceptor classes.
CallbackInvocationContext(Object, Object[], CallbackChainImpl) - Constructor for class com.sun.ejb.containers.interceptors.CallbackInvocationContext
 
callEJBLoad(EntityBean, EntityContextImpl, boolean) - Method in class com.sun.ejb.containers.EntityContainer
 
callEJBLoad(EntityBean, EntityContextImpl, boolean) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
callEJBRemove(EntityBean, EntityContextImpl) - Method in class com.sun.ejb.containers.EntityContainer
 
callEJBRemove(EntityBean, EntityContextImpl) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
callEJBStore(EntityBean, EntityContextImpl) - Method in class com.sun.ejb.containers.EntityContainer
 
callEJBStore(EntityBean, EntityContextImpl) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
callFlowInfo - Variable in class com.sun.ejb.containers.BaseContainer
 
canBePassivated() - Method in class com.sun.ejb.containers.SessionContextImpl
 
canBePassivated() - Method in interface com.sun.ejb.spi.container.StatefulEJBContext
 
cancel(boolean) - Method in class com.sun.ejb.containers.EjbFutureTask
 
cancel(boolean) - Method in class com.sun.ejb.containers.EjbRemoteFutureTask
 
cancel(long) - Method in interface com.sun.ejb.containers.GenericEJBHome
Remote Future.cancel() behavior.
cancel(TimerPrimaryKey) - Method in class com.sun.ejb.containers.TimerBean
 
cancel(TimerPrimaryKey) - Method in interface com.sun.ejb.containers.TimerLocal
Cancel timer.
cancel() - Method in class com.sun.ejb.containers.TimerWrapper
 
CANCELLED - Static variable in class com.sun.ejb.containers.TimerState
 
cancelTimers(Collection<TimerState>) - Method in class com.sun.ejb.containers.TimerBean
 
cancelTimers(Collection<TimerState>) - Method in interface com.sun.ejb.containers.TimerLocal
 
cancelTimerTasks() - Method in class com.sun.ejb.containers.EntityContainer
cancel a timer task to trim timed out entries in the cache.
canPassivateEJB(ComponentContext) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
changed(PropertyChangeEvent[]) - Method in class com.sun.ejb.containers.EJBTimerServiceConfigListener
 
changeLevel(MonitoringLevel, MonitoringLevel, Stats) - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
changeLevel(MonitoringLevel, MonitoringLevel, MonitoredObjectType) - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
checkAccessToCallerSecurity() - Method in class com.sun.ejb.containers.AbstractSessionContextImpl
 
checkAccessToCallerSecurity() - Method in class com.sun.ejb.containers.EJBContextImpl
Overridden in containers that allow access to isCallerInRole() and getCallerPrincipal()
checkAccessToCallerSecurity() - Method in class com.sun.ejb.containers.EntityContextImpl
 
checkAccessToCallerSecurity() - Method in class com.sun.ejb.containers.MessageBeanContextImpl
 
checkAccessToCallerSecurity() - Method in class com.sun.ejb.containers.SessionContextImpl
 
checkActivatePassivate() - Method in class com.sun.ejb.containers.EJBContextImpl
 
checkDebugMonitoringEnabled() - Static method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
 
checkExceptionClientTx(EJBContextImpl, Throwable) - Method in class com.sun.ejb.containers.BaseContainer
 
checkInit() - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
checkpointEnabled - Variable in class com.sun.ejb.InvocationInfo
 
CheckpointPolicy - Interface in com.sun.ejb.spi.sfsb.util
A Utility class to determine if checkpointing is required for a method
CheckpointPolicyImpl - Class in com.sun.ejb.base.sfsb.util
 
CheckpointPolicyImpl(boolean) - Constructor for class com.sun.ejb.base.sfsb.util.CheckpointPolicyImpl
 
checkSetParameters(Object[], Method) - Static method in class com.sun.ejb.containers.interceptors.InterceptorUtil
 
checkStatus(String, boolean) - Method in class com.sun.ejb.containers.TimerBean
 
checkStatus(String, boolean) - Method in interface com.sun.ejb.containers.TimerLocal
 
checkTimerServiceMethodAccess() - Method in interface com.sun.ejb.ComponentContext
The EJB spec makes a distinction between access to the TimerService object itself (via EJBContext.getTimerService) and access to the methods on TimerService, Timer, and TimerHandle.
checkTimerServiceMethodAccess() - Method in class com.sun.ejb.containers.AbstractSessionContextImpl
 
checkTimerServiceMethodAccess() - Method in class com.sun.ejb.containers.EJBContextImpl
The EJB spec makes a distinction between access to the TimerService object itself (via EJBContext.getTimerService) and access to the methods on TimerService, Timer, and TimerHandle.
checkTimerServiceMethodAccess() - Method in class com.sun.ejb.containers.EntityContextImpl
 
checkTimerServiceMethodAccess() - Method in class com.sun.ejb.containers.MessageBeanContextImpl
 
checkTimerServiceMethodAccess() - Method in class com.sun.ejb.containers.SessionContextImpl
 
checkTimerServiceMethodAccess() - Method in class com.sun.ejb.containers.SingletonContextImpl
 
checkUnfinishedTx(Transaction, EjbInvocation) - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
checkUnfinishedTx(Transaction, EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
 
checkUnfinishedTx(Transaction, EjbInvocation) - Method in class com.sun.ejb.containers.EntityContainer
 
checkUserTransactionLookup(ComponentInvocation) - Method in class com.sun.ejb.containers.BaseContainer
 
ClassGeneratorFactory - Interface in com.sun.ejb.codegen
Convenience interface that defines a factory for ClassGenerator instances.
className() - Method in interface com.sun.ejb.codegen.ClassGeneratorFactory
 
className() - Method in class com.sun.ejb.codegen.GenericHomeGenerator
 
className() - Method in class com.sun.ejb.codegen.Remote30WrapperGenerator
 
className() - Method in class com.sun.ejb.codegen.RemoteGenerator
 
className() - Method in class com.sun.ejb.codegen.SerializableBeanGenerator
 
className() - Method in class com.sun.ejb.codegen.ServiceInterfaceGenerator
 
clean(DeploymentContext) - Method in class org.glassfish.ejb.startup.EjbDeployer
Clean any files and artifacts that were created during the execution of the prepare method.
cleanupContainerTasks(Container) - Method in class com.sun.ejb.containers.EjbAsyncInvocationManager
 
cleanupInstance(EJBContextImpl) - Method in class com.sun.ejb.containers.BaseContainer
 
clear() - Method in class com.sun.ejb.containers.util.cache.BaseCache
clear all the entries from the cache.
clear() - Method in interface com.sun.ejb.containers.util.cache.Cache
 
clear() - Method in class com.sun.ejb.containers.util.MethodMap
 
clearRequestClientVersion() - Method in interface com.sun.ejb.spi.sfsb.util.SFSBVersionManager
 
clearResponseClientVersion() - Method in interface com.sun.ejb.spi.sfsb.util.SFSBVersionManager
 
clearStats() - Method in class com.sun.ejb.containers.util.cache.BaseCache
clear the stats
clearYetToSubmitStatus() - Method in class com.sun.ejb.EjbInvocation
 
clientInterface - Variable in class com.sun.ejb.EjbInvocation
Home, Remote, LocalHome, Local, WebService, or business interface through which a synchronous ejb invocation was made.
clientTx - Variable in class com.sun.ejb.EjbInvocation
The client's transaction if any.
clone() - Method in class com.sun.ejb.EjbInvocation
 
close() - Method in class com.sun.ejb.codegen.IndentingWriter
 
close() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
Close the pool
close() - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
Close the pool
close() - Method in class org.glassfish.ejb.embedded.EJBContainerImpl
Shutdown an embeddable EJBContainer instance.
CMCSingletonContainer - Class in com.sun.ejb.containers
 
CMCSingletonContainer(EjbDescriptor, ClassLoader) - Constructor for class com.sun.ejb.containers.CMCSingletonContainer
 
cmtTimeoutInSeconds - Variable in class com.sun.ejb.containers.BaseContainer
 
com.sun.appserv.ejb - package com.sun.appserv.ejb
 
com.sun.ejb - package com.sun.ejb
 
com.sun.ejb.base.container.util - package com.sun.ejb.base.container.util
 
com.sun.ejb.base.io - package com.sun.ejb.base.io
 
com.sun.ejb.base.sfsb.util - package com.sun.ejb.base.sfsb.util
 
com.sun.ejb.base.stats - package com.sun.ejb.base.stats
 
com.sun.ejb.codegen - package com.sun.ejb.codegen
 
com.sun.ejb.containers - package com.sun.ejb.containers
 
com.sun.ejb.containers.builder - package com.sun.ejb.containers.builder
 
com.sun.ejb.containers.interceptors - package com.sun.ejb.containers.interceptors
 
com.sun.ejb.containers.util - package com.sun.ejb.containers.util
 
com.sun.ejb.containers.util.cache - package com.sun.ejb.containers.util.cache
 
com.sun.ejb.containers.util.pool - package com.sun.ejb.containers.util.pool
 
com.sun.ejb.monitoring.probes - package com.sun.ejb.monitoring.probes
 
com.sun.ejb.monitoring.stats - package com.sun.ejb.monitoring.stats
 
com.sun.ejb.portable - package com.sun.ejb.portable
 
com.sun.ejb.spi.container - package com.sun.ejb.spi.container
 
com.sun.ejb.spi.distributed - package com.sun.ejb.spi.distributed
 
com.sun.ejb.spi.io - package com.sun.ejb.spi.io
 
com.sun.ejb.spi.sfsb.store - package com.sun.ejb.spi.sfsb.store
 
com.sun.ejb.spi.sfsb.util - package com.sun.ejb.spi.sfsb.util
 
com.sun.ejb.spi.stats - package com.sun.ejb.spi.stats
 
com.sun.enterprise - package com.sun.enterprise
 
CommitCEntityContainer - Class in com.sun.ejb.containers
 
CommitCEntityContainer(EjbDescriptor, ClassLoader) - Constructor for class com.sun.ejb.containers.CommitCEntityContainer
This constructor is called from the JarManager when a Jar is deployed.
ComponentContext - Interface in com.sun.ejb
The ComponentContext contains context information about an EJB instance.
componentId - Variable in class com.sun.ejb.containers.BaseContainer
 
configData - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache
 
configData - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
confMaxCacheSize - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache
 
Container - Interface in com.sun.ejb
A Container stores EJB instances and is responsible for the lifecycle, state management, concurrency, transactions, security, naming, resource management, etc.
container - Variable in class com.sun.ejb.containers.EJBContextImpl
 
container - Variable in class com.sun.ejb.containers.EJBLocalHomeImpl
 
container - Variable in class com.sun.ejb.containers.EJBLocalRemoteObject
 
container - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache
 
CONTAINER_INITIALIZING - Static variable in class com.sun.ejb.containers.BaseContainer
 
CONTAINER_ON_HOLD - Static variable in class com.sun.ejb.containers.BaseContainer
 
CONTAINER_STARTED - Static variable in class com.sun.ejb.containers.BaseContainer
 
CONTAINER_STOPPED - Static variable in class com.sun.ejb.containers.BaseContainer
 
CONTAINER_UNDEPLOYED - Static variable in class com.sun.ejb.containers.BaseContainer
 
containerClassLoader - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
ContainerFactory - Interface in com.sun.ejb
ContainerFactory creates the appropriate Container instance (StatefulSessionContainer, StatelessSessionContainer, EntityContainer, MessageBeanContainer) and initializes it.
ContainerFactoryImpl - Class in com.sun.ejb.containers
 
ContainerFactoryImpl() - Constructor for class com.sun.ejb.containers.ContainerFactoryImpl
 
containerInfo - Variable in class com.sun.ejb.containers.BaseContainer
 
containerStartsTx - Variable in class com.sun.ejb.EjbInvocation
Used by MessageBeanContainer.
containerState - Variable in class com.sun.ejb.containers.BaseContainer
 
containerStateToString(int) - Static method in class com.sun.ejb.containers.BaseContainer
 
containerType - Variable in class com.sun.ejb.containers.BaseContainer
 
contains(Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
check if the cache contains the item at the key
contains(Object) - Method in interface com.sun.ejb.containers.util.cache.Cache
 
context - Variable in class com.sun.ejb.EjbInvocation
 
countActiveTimersByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
countActiveTimersByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
countActiveTimersOwnedBy(String) - Method in class com.sun.ejb.containers.TimerBean
 
countActiveTimersOwnedBy(String) - Method in interface com.sun.ejb.containers.TimerLocal
 
countActiveTimersOwnedByThisServer() - Method in class com.sun.ejb.containers.TimerBean
 
countActiveTimersOwnedByThisServer() - Method in interface com.sun.ejb.containers.TimerLocal
 
countActiveTimersOwnedByThisServerByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
countActiveTimersOwnedByThisServerByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
countCancelledTimersByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
countCancelledTimersByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
countCancelledTimersOwnedBy(String) - Method in class com.sun.ejb.containers.TimerBean
 
countCancelledTimersOwnedBy(String) - Method in interface com.sun.ejb.containers.TimerLocal
 
countCancelledTimersOwnedByThisServer() - Method in class com.sun.ejb.containers.TimerBean
 
countCancelledTimersOwnedByThisServer() - Method in interface com.sun.ejb.containers.TimerLocal
 
countCancelledTimersOwnedByThisServerByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
countCancelledTimersOwnedByThisServerByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
countEJBModules(Set<DeploymentElement>) - Static method in class org.glassfish.ejb.embedded.DeploymentElement
 
countTimersByApplication(long) - Method in class com.sun.ejb.containers.TimerBean
 
countTimersByApplication(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
countTimersByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
countTimersByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
countTimersByContainerAndOwner(long, String) - Method in class com.sun.ejb.containers.TimerBean
 
countTimersByContainerAndOwnerAndState(long, String, int) - Method in class com.sun.ejb.containers.TimerBean
 
countTimersByContainerAndState(long, int) - Method in class com.sun.ejb.containers.TimerBean
 
countTimersByOwner(String) - Method in class com.sun.ejb.containers.TimerBean
 
countTimersByOwnerAndState(String, int) - Method in class com.sun.ejb.containers.TimerBean
 
countTimersOwnedBy(String) - Method in class com.sun.ejb.containers.TimerBean
 
countTimersOwnedBy(String) - Method in interface com.sun.ejb.containers.TimerLocal
 
countTimersOwnedByServerIds(String[]) - Method in class com.sun.ejb.containers.TimerBean
 
countTimersOwnedByServerIds(String[]) - Method in interface com.sun.ejb.containers.TimerLocal
 
countTimersOwnedByThisServer() - Method in class com.sun.ejb.containers.TimerBean
 
countTimersOwnedByThisServer() - Method in interface com.sun.ejb.containers.TimerLocal
 
countTimersOwnedByThisServerByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
countTimersOwnedByThisServerByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
create(Object) - Method in class com.sun.ejb.containers.AbstractSingletonContainer.SingletonContextFactory
 
create(String) - Method in interface com.sun.ejb.containers.GenericEJBLocalHome
 
create(Context) - Method in class com.sun.ejb.containers.JavaGlobalJndiNamingObjectProxy
 
create(Object) - Method in class com.sun.ejb.containers.StatelessSessionContainer.SessionContextFactory
 
create(Object) - Method in interface com.sun.ejb.containers.util.pool.ObjectFactory
Create an object.
create() - Method in class com.sun.ejb.EjbInvocationFactory
 
create(Object, C) - Method in class com.sun.ejb.EjbInvocationFactory
 
createBeanPool() - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
createBuilder(InterceptorInfo) - Method in class com.sun.ejb.containers.interceptors.JavaEEInterceptorBuilderFactoryImpl
 
createCalendarTimer(ScheduleExpression, TimerConfig) - Method in class com.sun.ejb.containers.EJBTimerServiceWrapper
 
createCalendarTimer(ScheduleExpression) - Method in class com.sun.ejb.containers.EJBTimerServiceWrapper
 
createCallFlowAgent(ComponentType) - Method in class com.sun.ejb.containers.BaseContainer
 
createContainer(EjbDescriptor, ClassLoader, EJBSecurityManager, DeploymentContext) - Method in interface com.sun.ejb.ContainerFactory
Create the appropriate Container instance and initialize it.
createContainer(EjbDescriptor, ClassLoader) - Method in class com.sun.ejb.containers.builder.BaseContainerBuilder
 
createContainer(EjbDescriptor, ClassLoader) - Method in class com.sun.ejb.containers.builder.StatefulContainerBuilder
 
createContainer(EjbDescriptor, ClassLoader, EJBSecurityManager, DeploymentContext) - Method in class com.sun.ejb.containers.ContainerFactoryImpl
 
createdCount - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
createEJBContainer(Map<?, ?>) - Method in class org.glassfish.ejb.embedded.EJBContainerProviderImpl
 
createEjbInstanceAndContext() - Method in class com.sun.ejb.containers.BaseContainer
 
createEJBLocalBusinessObjectImpl(boolean) - Method in class com.sun.ejb.containers.AbstractSingletonContainer
Called during internal creation of session bean
createEJBLocalBusinessObjectImpl(String) - Method in class com.sun.ejb.containers.EJBLocalHomeImpl
Create a new EJBLocalBusinessObjectImpl and new EJB if necessary.
createEJBLocalBusinessObjectImpl(boolean) - Method in class com.sun.ejb.containers.StatelessSessionContainer
Called during internal creation of session bean
createEJBLocalObjectImpl() - Method in class com.sun.ejb.containers.AbstractSingletonContainer
Called during client creation request through EJB LocalHome view.
createEJBLocalObjectImpl() - Method in class com.sun.ejb.containers.EJBLocalHomeImpl
Create a new EJBLocalObjectImpl and new EJB if necessary.
createEJBLocalObjectImpl() - Method in class com.sun.ejb.containers.StatelessSessionContainer
Called during client creation request through EJB LocalHome view.
createEJBObjectImpl() - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
createEJBObjectImpl() - Method in class com.sun.ejb.containers.EJBHomeImpl
Create a new EJBObject and new EJB if necessary.
createEJBObjectImpl() - Method in class com.sun.ejb.containers.MessageBeanContainer
 
createEJBObjectImpl() - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
createEJBObjectStores(int, int, long) - Method in class com.sun.ejb.containers.CommitCEntityContainer
 
createEJBObjectStores(int, int, long) - Method in class com.sun.ejb.containers.EntityContainer
 
createEntityContextInstance(EntityBean, EntityContainer) - Method in class com.sun.ejb.containers.EntityContainer
 
createEntityContextInstance(EntityBean, EntityContainer) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
createInterceptorDesc() - Static method in class com.sun.ejb.containers.interceptors.SystemInterceptorProxy
 
createInterceptorInstances() - Method in class com.sun.ejb.containers.interceptors.InterceptorManager
 
createIntervalTimer(long, long, TimerConfig) - Method in class com.sun.ejb.containers.EJBTimerServiceWrapper
 
createIntervalTimer(Date, long, TimerConfig) - Method in class com.sun.ejb.containers.EJBTimerServiceWrapper
 
createInvoker(Object) - Method in class com.sun.ejb.containers.interceptors.JavaEEInterceptorBuilderImpl
 
createItem(int, Object, Object, int) - Method in class com.sun.ejb.containers.util.cache.BaseCache
create new item
createItem(int, Object, Object, int) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
createItem(int, Object, Object, int) - Method in class com.sun.ejb.containers.util.cache.LruCache
create new item
createItem(int, Object, Object, int) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
createLocalFuture(EjbInvocation) - Method in class com.sun.ejb.containers.EjbAsyncInvocationManager
 
createManager(EjbDescriptor, boolean) - Method in class org.glassfish.ejb.security.factory.EJBSecurityManagerFactory
 
createMessageBeanListener(ResourceHandle) - Method in class com.sun.ejb.containers.MessageBeanContainer
The following are implementation for methods required by the * MessageBeanProtocalManager interface.
createMonitoringRegistryMediator() - Method in class com.sun.ejb.containers.BaseContainer
 
createObject() - Method in class com.sun.ejb.containers.EJBLocalHomeImpl.SerializableLocalHome
 
createObject() - Method in class com.sun.ejb.containers.TimerWrapper.SerializedTimerWrapper
When deserializing the timer wrapper create a TimerWrapper object.
createObject() - Method in interface com.sun.ejb.spi.io.SerializableObjectFactory
 
createObjectInputStream(InputStream, boolean, ClassLoader) - Static method in class com.sun.ejb.base.io.IOUtils
 
createObjectInputStream(InputStream, boolean, ClassLoader) - Method in class com.sun.ejb.base.io.J2EEObjectStreamFactoryImpl
Obtain an ObjectInputStream that allows de-serialization of a graph of objects.
createObjectInputStream(InputStream, boolean, ClassLoader) - Method in class com.sun.ejb.base.io.JavaEEIOUtilsImpl
 
createObjectInputStream(InputStream, boolean, ClassLoader) - Method in interface com.sun.ejb.spi.io.J2EEObjectStreamFactory
Obtain an ObjectInputStream that allows de-serialization of a graph of objects.
createObjectOutputStream(OutputStream, boolean) - Static method in class com.sun.ejb.base.io.IOUtils
 
createObjectOutputStream(OutputStream, boolean) - Method in class com.sun.ejb.base.io.J2EEObjectStreamFactoryImpl
Obtain an ObjectOutputStream that allows serialization of a graph of objects.
createObjectOutputStream(OutputStream, boolean) - Method in class com.sun.ejb.base.io.JavaEEIOUtilsImpl
 
createObjectOutputStream(OutputStream, boolean) - Method in interface com.sun.ejb.spi.io.J2EEObjectStreamFactory
Obtain an ObjectOutputStream that allows serialization of a graph of objects.
createReadyStore(int, int, float, long) - Method in class com.sun.ejb.containers.CommitCEntityContainer
 
createReadyStore(int, int, float, long) - Method in class com.sun.ejb.containers.EntityContainer
 
createRemoteBusinessObject(String, Remote) - Static method in class com.sun.ejb.EJBUtils
 
createRemoteBusinessObject(ClassLoader, String, Remote) - Static method in class com.sun.ejb.EJBUtils
 
createRemoteBusinessObjectImpl() - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
createRemoteBusinessObjectImpl() - Method in class com.sun.ejb.containers.EJBHomeImpl
 
createRemoteBusinessObjectImpl() - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
createRemoteFuture(EjbInvocation, Container, GenericEJBHome) - Method in class com.sun.ejb.containers.EjbAsyncInvocationManager
 
createRemoteReferenceWithId(byte[], String) - Method in class com.sun.ejb.containers.BaseContainer
Create an EJBObject reference from the instanceKey Called from EJBObjectOutputStream.SerializableRemoteRef during deserialization of a remote-ref
createSchedules(long, long, Map<MethodDescriptor, List<ScheduledTimerDescriptor>>, String) - Method in class com.sun.ejb.containers.EJBTimerService
Create automatic timers defined by the @Schedule annotation on the EJB bean during deployment to a cluster or the first create-application-ref call after deployment to DAS only.
createSessionKey() - Method in class com.sun.ejb.base.sfsb.util.ScrambledKeyGenerator
Create and return the sessionKey.
createSessionKey() - Method in class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator
Create and return the sessionKey.
createSessionKey() - Method in interface com.sun.ejb.spi.sfsb.store.SFSBUUIDUtil
Create and return the sessionKey.
createSessionKey() - Method in interface com.sun.ejb.spi.sfsb.util.SFSBUUIDUtil
Create and return the sessionKey.
createSingleActionTimer(long, TimerConfig) - Method in class com.sun.ejb.containers.EJBTimerServiceWrapper
 
createSingleActionTimer(Date, TimerConfig) - Method in class com.sun.ejb.containers.EJBTimerServiceWrapper
 
createTimer(long, Serializable) - Method in class com.sun.ejb.containers.EJBTimerServiceWrapper
 
createTimer(long, long, Serializable) - Method in class com.sun.ejb.containers.EJBTimerServiceWrapper
 
createTimer(Date, Serializable) - Method in class com.sun.ejb.containers.EJBTimerServiceWrapper
 
createTimer(Date, long, Serializable) - Method in class com.sun.ejb.containers.EJBTimerServiceWrapper
 
createTimer(String, long, long, String, Object, Date, long, TimerSchedule, TimerConfig) - Method in class com.sun.ejb.containers.TimerBean
 
createTimer(String, long, long, String, Object, Date, long, TimerSchedule, TimerConfig) - Method in interface com.sun.ejb.containers.TimerLocal
 

D

dayOfMonth(String) - Method in class com.sun.ejb.containers.TimerSchedule
 
dayOfWeek(String) - Method in class com.sun.ejb.containers.TimerSchedule
 
debug - Static variable in class com.sun.ejb.containers.EJBLocalRemoteObject
 
debugMonitorFlag - Variable in class com.sun.ejb.containers.BaseContainer
 
decrementConcurrentInvokeCount() - Method in class com.sun.ejb.containers.EJBContextImpl
Decrement the number of concurrent invocations on this bean (could happen with re-entrant bean).
decrementEntryCount() - Method in class com.sun.ejb.containers.util.cache.BaseCache
 
decrementMethodReadyStat() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
decrementRefCount() - Method in class com.sun.ejb.containers.SessionContextImpl
 
decrementReferenceCount() - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
decrementReferenceCount(int) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
DEFAULT_CACHE_SIZE - Variable in class com.sun.ejb.containers.EntityContainer
 
DEFAULT_LOAD_FACTOR - Variable in class com.sun.ejb.containers.EntityContainer
 
DEFAULT_SFSB_HA_PERSISTENCE_TYPE - Variable in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
The default sfsb-ha-persistence-type (used by Ejb Container for Stateful Session Bean checkpointing and passivation to HADB
DEFAULT_SFSB_NON_HA_PERSISTENCE_TYPE - Variable in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
The default sfsb-non-ha-persistence-type (used by Ejb Container for Stateful Session Bean checkpointing and passivation to HADB
DEFAULT_STORE_POOL_JNDI_NAME - Variable in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
The default store-pool-jndi-name (used by Ejb Container for Stateful Session Bean checkpointing and passivation to HADB
DEFAULT_THREAD_POOL_NAME - Static variable in interface com.sun.ejb.containers.EjbContainerUtil
 
defaultCacheEJBO - Variable in class com.sun.ejb.containers.EntityContainer
 
delegate - Variable in class com.sun.ejb.base.stats.EJBStatsImpl
 
delegate - Variable in class com.sun.ejb.containers.interceptors.SystemInterceptorProxy
 
deleteTimersByApplication(long) - Method in class com.sun.ejb.containers.TimerBean
 
deleteTimersByApplication(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
deleteTimersByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
deleteTimersByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
deliverMessage(Object[]) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
deliverMessage(Object[]) - Method in class com.sun.ejb.containers.MessageBeanListenerImpl
 
DeploymentElement - Class in org.glassfish.ejb.embedded
Wrapper that allows to distinguish between an EJB module and a library reference.
DeploymentElement.ResultApplication - Class in org.glassfish.ejb.embedded
 
deserializeObject(byte[], boolean, ClassLoader) - Static method in class com.sun.ejb.base.io.IOUtils
 
deserializeObject(byte[], boolean, ClassLoader) - Method in class com.sun.ejb.base.io.JavaEEIOUtilsImpl
 
deserializeObject(byte[], ClassLoader, boolean) - Static method in class com.sun.ejb.EJBUtils
Utility method for deserializing EJBs, primary keys and container-managed fields, all of which may include Remote EJB references, Local refs, JNDI Contexts etc which are not Serializable.
deserializeObject(byte[], ClassLoader) - Static method in class com.sun.ejb.EJBUtils
 
deserializeObjectFields(Object, ObjectInputStream) - Static method in class com.sun.ejb.EJBUtils
 
destroy(Object) - Method in class com.sun.ejb.containers.AbstractSingletonContainer.SingletonContextFactory
 
destroy(InvocationContext) - Method in class com.sun.ejb.containers.interceptors.SystemInterceptorProxy
 
destroy(Object) - Method in class com.sun.ejb.containers.StatelessSessionContainer.SessionContextFactory
 
destroy() - Method in class com.sun.ejb.containers.util.cache.BaseCache
Sets all references to null.
destroy() - Method in interface com.sun.ejb.containers.util.cache.Cache
Destroys this cache.
destroy() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
Destroys all references.
destroy(Object) - Method in interface com.sun.ejb.containers.util.pool.ObjectFactory
Destroy an object.
destroy() - Method in class org.glassfish.ejb.security.application.EJBSecurityManager
 
destroyAllTimers(long) - Method in class com.sun.ejb.containers.EJBTimerService
Destroy all timers associated with a particular application.
destroyedCount - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
destroyMessageBeanListener(MessageBeanListener) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
destroyObject(Object) - Method in class com.sun.ejb.containers.util.pool.AbstractPool
Destroys an Object.
destroyObject(Object) - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
Destroys an Object.
destroyObject(Object) - Method in interface com.sun.ejb.containers.util.pool.Pool
Destroys an Object.
destroyReadyStoreOnUndeploy() - Method in class com.sun.ejb.containers.CommitCEntityContainer
 
destroyReadyStoreOnUndeploy() - Method in class com.sun.ejb.containers.EntityContainer
 
destroyTimers(long) - Method in class com.sun.ejb.containers.EJBTimerService
Destroy all timers associated with a particular ejb container This is typically called when an ejb is undeployed.
DistributedEJBService - Interface in com.sun.ejb.spi.distributed
 
distributedEJBService - Static variable in class com.sun.ejb.spi.distributed.DistributedEJBServiceFactory
 
DistributedEJBServiceFactory - Class in com.sun.ejb.spi.distributed
 
DistributedEJBServiceFactory() - Constructor for class com.sun.ejb.spi.distributed.DistributedEJBServiceFactory
 
DistributedEJBTimerServiceImpl - Class in com.sun.ejb.spi.distributed
 
DistributedEJBTimerServiceImpl() - Constructor for class com.sun.ejb.spi.distributed.DistributedEJBTimerServiceImpl
 
DistributedReadOnlyBeanNotifier - Interface in com.sun.ejb.spi.distributed
An instance of DistributedReadOnlyBeanNotifier is used to notify other server instances to refresh a ReadOnly Bean.
DistributedReadOnlyBeanService - Interface in com.sun.ejb.spi.distributed
DistributedReadOnlyBeanService defines the methods that can be used to implement a distributed ReadOnly beans.
doAfterBegin(ComponentInvocation) - Method in interface com.sun.ejb.Container
Called from the TM when an EJB with Bean-Managed transactions starts a tx
doAfterBegin(ComponentInvocation) - Method in class com.sun.ejb.containers.BaseContainer
 
doAfterUtxBegin() - Method in class com.sun.ejb.EjbInvocation
Called by the UserTransaction when transaction is started.
doAsPrivileged(PrivilegedExceptionAction) - Method in class org.glassfish.ejb.security.application.EJBSecurityManager
 
doCleanup(Object) - Method in class com.sun.ejb.containers.EntityContainer.EJBObjectCacheVictimHandler
 
doCleanup(Object) - Method in class com.sun.ejb.containers.EntityContainer.LocalEJBObjectCacheVictimHandler
 
doConcreteContainerShutdown(boolean) - Method in class com.sun.ejb.containers.AbstractSingletonContainer
TODO public void appendStats(StringBuffer sbuf) { sbuf.append("\nSingletonContainer: ") .append("CreateCount=").append(statCreateCount).append("; ") .append("RemoveCount=").append(statRemoveCount).append("; ") .append("]"); }
doConcreteContainerShutdown(boolean) - Method in class com.sun.ejb.containers.BaseContainer
 
doConcreteContainerShutdown(boolean) - Method in class com.sun.ejb.containers.EntityContainer
 
doConcreteContainerShutdown(boolean) - Method in class com.sun.ejb.containers.MessageBeanContainer
Called by BaseContainer during container shutdown sequence
doConcreteContainerShutdown(boolean) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
doConcreteContainerShutdown(boolean) - Method in class com.sun.ejb.containers.StatefulSessionContainer
*****************************************************************
doConcreteContainerShutdown(boolean) - Method in class com.sun.ejb.containers.StatelessSessionContainer
TODO ??? public void appendStats(StringBuffer sbuf) { sbuf.append("\nStatelessContainer: ") .append("CreateCount=").append(statCreateCount).append("; ") .append("RemoveCount=").append(statRemoveCount).append("; ") .append("]"); }
doConcreteContainerShutdown(boolean) - Method in class com.sun.ejb.containers.TimerBeanContainer
 
doEJBHomeRemove(Object, Method, boolean) - Method in class com.sun.ejb.containers.BaseContainer
 
doEJBHomeRemove(Object, Method, boolean) - Method in class com.sun.ejb.containers.EntityContainer
 
doFlush(EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
 
doFlush(EjbInvocation) - Method in class com.sun.ejb.containers.EntityContainer
 
doGetSetRollbackTxAttrCheck() - Method in class com.sun.ejb.containers.EJBContextImpl
 
domain - Variable in class org.glassfish.ejb.startup.EjbDeployer
 
DomainXmlTransformer - Class in org.glassfish.ejb.embedded
 
DomainXmlTransformer(File) - Constructor for class org.glassfish.ejb.embedded.DomainXmlTransformer
 
DomainXmlTransformer(File, Logger) - Constructor for class org.glassfish.ejb.embedded.DomainXmlTransformer
 
doOrdering - Variable in class com.sun.ejb.containers.util.cache.NRUSessionCache
 
doResize() - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
 

E

ejb - Variable in class com.sun.ejb.EjbInvocation
The EJB instance to be invoked.
ejb__flush() - Method in interface com.sun.ejb.spi.container.BeanStateSynchronization
Provides a mechanism to flush changes to the database w/o waiting for the end of the transaction, based on some descriptor values set by the user.
ejb__refresh(Object) - Method in interface com.sun.ejb.spi.container.BeanStateSynchronization
On receiving this message the PM would update its master copy by fetching the latest information for the primary key from the database
ejb__remove(Object) - Method in interface com.sun.ejb.spi.container.BeanStateSynchronization
On receiving this message the PM would delete from its master copy the details related to the primaryKey
ejbActivateMethod - Variable in class com.sun.ejb.containers.BaseContainer
 
EjbApplication - Class in org.glassfish.ejb.startup
This class represents a logical collection of EJB components contained in one ejb-jar or one .war.
EjbApplication(EjbBundleDescriptor, DeploymentContext, ClassLoader, Habitat, EJBSecurityManagerFactory) - Constructor for class org.glassfish.ejb.startup.EjbApplication
 
EjbApplicationContainer - Class in org.glassfish.ejb.startup
Ejb container service
EjbApplicationContainer(Object, EjbBundleDescriptor) - Constructor for class org.glassfish.ejb.startup.EjbApplicationContainer
 
EjbAsyncInvocationManager - Class in com.sun.ejb.containers
 
EjbAsyncInvocationManager() - Constructor for class com.sun.ejb.containers.EjbAsyncInvocationManager
 
EjbAsyncTask<V> - Class in com.sun.ejb.containers
 
EjbAsyncTask() - Constructor for class com.sun.ejb.containers.EjbAsyncTask
 
ejbBeanCreatedEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider
 
ejbBeanCreatedEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.stats.EjbMonitoringStatsProvider
 
ejbBeanDestroyedEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider
 
ejbBeanDestroyedEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.stats.EjbMonitoringStatsProvider
 
ejbBeanPassivatedEvent(long, String, String, String, boolean) - Method in class com.sun.ejb.monitoring.probes.EjbCacheProbeProvider
 
ejbBeanPassivatedEvent(long, String, String, String, boolean) - Method in class com.sun.ejb.monitoring.stats.EjbCacheStatsProvider
 
ejbc(DeploymentContext) - Method in class com.sun.ejb.codegen.StaticRmiStubGenerator
Generates and compiles the necessary impl classes, stubs and skels.
EjbCacheProbeProvider - Class in com.sun.ejb.monitoring.probes
Probe emitter for the Ejb Pool monitoring events.
EjbCacheProbeProvider() - Constructor for class com.sun.ejb.monitoring.probes.EjbCacheProbeProvider
 
EJBCacheStatsImpl - Class in com.sun.ejb.base.stats
A Class for providing stats for EJB Caches.
EJBCacheStatsImpl(EJBCacheStatsProvider) - Constructor for class com.sun.ejb.base.stats.EJBCacheStatsImpl
 
EjbCacheStatsProvider - Class in com.sun.ejb.monitoring.stats
Probe listener for the Ejb Cache monitoring events.
EjbCacheStatsProvider(EJBCacheStatsProvider, long, String, String, String) - Constructor for class com.sun.ejb.monitoring.stats.EjbCacheStatsProvider
 
EJBCacheStatsProvider - Interface in com.sun.ejb.spi.stats
 
ejbClass - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbClassSymbol - Variable in class com.sun.ejb.codegen.Generator
 
ejbContainer - Variable in class com.sun.ejb.containers.EntityContainer
 
ejbContainerEnteringEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider
 
EJBContainerImpl - Class in org.glassfish.ejb.embedded
GlassFish implementation of the EJBContainer.
ejbContainerLeavingEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider
 
EJBContainerProviderImpl - Class in org.glassfish.ejb.embedded
GlassFish implementation of the EJBContainerProvider.
EJBContainerProviderImpl() - Constructor for class org.glassfish.ejb.embedded.EJBContainerProviderImpl
 
EjbContainerServicesImpl - Class in com.sun.ejb.containers
 
EjbContainerServicesImpl() - Constructor for class com.sun.ejb.containers.EjbContainerServicesImpl
 
EjbContainerStarter - Class in org.glassfish.ejb.startup
Ejb container service
EjbContainerStarter() - Constructor for class org.glassfish.ejb.startup.EjbContainerStarter
 
EjbContainerUtil - Interface in com.sun.ejb.containers
 
ejbContainerUtilImpl - Variable in class com.sun.ejb.containers.BaseContainer
 
EjbContainerUtilImpl - Class in com.sun.ejb.containers
 
EjbContainerUtilImpl() - Constructor for class com.sun.ejb.containers.EjbContainerUtilImpl
 
EJBContextImpl - Class in com.sun.ejb.containers
Implementation of javax.ejb.EJBContext for the J2EE Reference Implementation.
EJBContextImpl.BeanState - Enum in com.sun.ejb.containers
 
EJBContextNamingProxy - Class in com.sun.ejb.containers
Proxy for accessing EJBContext objects when requested by lookup or injection.
EJBContextNamingProxy() - Constructor for class com.sun.ejb.containers.EJBContextNamingProxy
 
EjbDeployer - Class in org.glassfish.ejb.startup
Ejb module deployer.
EjbDeployer() - Constructor for class org.glassfish.ejb.startup.EjbDeployer
Constructor
ejbDescriptor - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbDescriptor - Variable in class com.sun.ejb.containers.builder.BaseContainerBuilder
 
EjbEndpointFacadeImpl - Class in com.sun.ejb.containers
 
EjbEndpointFacadeImpl(BaseContainer, EjbContainerUtil) - Constructor for class com.sun.ejb.containers.EjbEndpointFacadeImpl
 
ejbExpiredSessionsRemovedEvent(long, String, String, String, long) - Method in class com.sun.ejb.monitoring.probes.EjbCacheProbeProvider
 
ejbExpiredSessionsRemovedEvent(long, String, String, String, long) - Method in class com.sun.ejb.monitoring.stats.EjbCacheStatsProvider
 
EjbFutureTask<V> - Class in com.sun.ejb.containers
 
EjbFutureTask(EjbAsyncTask<V>, EjbAsyncInvocationManager) - Constructor for class com.sun.ejb.containers.EjbFutureTask
 
ejbGeneratedOptionalLocalBusinessIntfClass - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbHome - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbHomeImpl - Variable in class com.sun.ejb.containers.BaseContainer
 
EJBHomeImpl - Class in com.sun.ejb.containers
This class implements the EJBHome interface.
EJBHomeImpl() - Constructor for class com.sun.ejb.containers.EJBHomeImpl
This constructor is called from an EJBHome implementation's constructor.
ejbHomeStub - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbIdToDescriptor(long) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
ejbIdToDescriptor(long) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
ejbIdToDescriptor(long) - Method in class com.sun.ejb.containers.EjbIiopServiceImpl
 
EjbIiopServiceImpl - Class in com.sun.ejb.containers
 
EjbIiopServiceImpl() - Constructor for class com.sun.ejb.containers.EjbIiopServiceImpl
 
ejbIntfMethodInfo - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbIntfMethods - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbIntfOverride - Variable in class com.sun.ejb.InvocationInfo
 
EjbInvocation - Class in com.sun.ejb
The EjbInvocation object contains state associated with an invocation on an EJB or EJBHome (local/remote).
EjbInvocationFactory - Class in com.sun.ejb
 
EjbInvocationFactory(String, Container) - Constructor for class com.sun.ejb.EjbInvocationFactory
 
ejbLocalBusinessHome - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbLocalBusinessHomeImpl - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbLocalBusinessObjectImpl - Variable in class com.sun.ejb.containers.EJBContextImpl
 
ejbLocalHome - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbLocalHomeImpl - Variable in class com.sun.ejb.containers.BaseContainer
 
EJBLocalHomeImpl - Class in com.sun.ejb.containers
Implementation of the EJBLocalHome interface.
EJBLocalHomeImpl() - Constructor for class com.sun.ejb.containers.EJBLocalHomeImpl
 
EJBLocalHomeImpl.SerializableLocalHome - Class in com.sun.ejb.containers
 
EJBLocalHomeImpl.SerializableLocalHome(long) - Constructor for class com.sun.ejb.containers.EJBLocalHomeImpl.SerializableLocalHome
 
ejbLocalObjectImpl - Variable in class com.sun.ejb.containers.EJBContextImpl
 
EJBLocalObjectImpl - Class in com.sun.ejb.containers
Implementation of the EJBLocalObject interface.
EJBLocalObjectImpl() - Constructor for class com.sun.ejb.containers.EJBLocalObjectImpl
 
EJBLocalObjectInvocationHandler - Class in com.sun.ejb.containers
Handler for EJBLocalObject invocations through EJBLocalObject proxy.
EJBLocalObjectInvocationHandler(MethodMap, Class) - Constructor for class com.sun.ejb.containers.EJBLocalObjectInvocationHandler
Constructor used for Local Home view
EJBLocalObjectInvocationHandler(MethodMap, boolean) - Constructor for class com.sun.ejb.containers.EJBLocalObjectInvocationHandler
Constructor used for Local Business view.
EJBLocalObjectInvocationHandlerDelegate - Class in com.sun.ejb.containers
This class is used as a "proxy" or adapter between the business interface proxy and the EJBLocalObjectInvocationHandler.
ejbLocalObjectStore - Variable in class com.sun.ejb.containers.EntityContainer
 
EJBLocalRemoteObject - Class in com.sun.ejb.containers
Implementation common to EJBObjects and EJBLocalObjects.
EJBLocalRemoteObject() - Constructor for class com.sun.ejb.containers.EJBLocalRemoteObject
 
EJBMetaDataImpl - Class in com.sun.ejb.portable
A portable, Serializable implementation of EJBMetaData.
EJBMetaDataImpl(EJBHome, Class, Class, Class, boolean, boolean) - Constructor for class com.sun.ejb.portable.EJBMetaDataImpl
 
ejbMethodEndEvent(long, String, String, String, Throwable, Method) - Method in class com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider
 
ejbMethodEndEvent(long, String, String, String, Throwable, Method) - Method in class com.sun.ejb.monitoring.stats.EjbMonitoringStatsProvider
 
ejbMethodStartEvent(long, String, String, String, Method) - Method in class com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider
 
ejbMethodStartEvent(long, String, String, String, Method) - Method in class com.sun.ejb.monitoring.stats.EjbMonitoringStatsProvider
 
EJBMethodStatsImpl - Class in com.sun.ejb.base.stats
A Class for providing stats for Bean Methods Used by both Entity, Stateless and Stateful Container
EJBMethodStatsImpl(MethodMonitor) - Constructor for class com.sun.ejb.base.stats.EJBMethodStatsImpl
 
ejbMethodStatsManager - Variable in class com.sun.ejb.containers.BaseContainer
 
EJBMethodStatsManager - Interface in com.sun.ejb.spi.stats
 
EJBMethodStatsManagerImpl - Class in com.sun.ejb.base.stats
A class that manages all the monitored EJB methods
EjbMethodStatsProvider - Class in com.sun.ejb.monitoring.stats
Event listener for the Ejb monitoring events.
EJBMethodStatsProvider - Interface in com.sun.ejb.spi.stats
 
EjbMonitoringProbeProvider - Class in com.sun.ejb.monitoring.probes
Probe emitter for the Ejb monitoring events.
EjbMonitoringProbeProvider() - Constructor for class com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider
 
EjbMonitoringStatsProvider - Class in com.sun.ejb.monitoring.stats
Event listener for the Ejb monitoring events.
EjbMonitoringStatsProvider(long, String, String, String) - Constructor for class com.sun.ejb.monitoring.stats.EjbMonitoringStatsProvider
 
EjbMonitoringUtils - Class in com.sun.ejb.monitoring.stats
Utility class for Ejb monitoring.
EjbMonitoringUtils() - Constructor for class com.sun.ejb.monitoring.stats.EjbMonitoringUtils
 
ejbName - Variable in class com.sun.ejb.containers.AbstractSessionContextImpl
 
ejbName - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
ejbName - Variable in class com.sun.ejb.InvocationInfo
 
EjbNamingReferenceManagerImpl - Class in com.sun.ejb
 
EjbNamingReferenceManagerImpl() - Constructor for class com.sun.ejb.EjbNamingReferenceManagerImpl
 
ejbObject - Variable in class com.sun.ejb.EjbInvocation
The EJBObject/EJBLocalObject which created this EjbInvocation object.
ejbObjectAddedEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.probes.EjbPoolProbeProvider
 
ejbObjectAddedEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.stats.EjbPoolStatsProvider
 
ejbObjectAddFailedEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.probes.EjbPoolProbeProvider
 
ejbObjectAddFailedEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.stats.EjbPoolStatsProvider
 
EJBObjectCache - Interface in com.sun.ejb.containers.util.cache
An interface for accessing EJB(Local)Object caches
EJBObjectCacheListener - Interface in com.sun.ejb.containers.util.cache
An interface for handling overflow from EJB(Local)Object caches
ejbObjectDestroyedEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.probes.EjbPoolProbeProvider
 
ejbObjectDestroyedEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.stats.EjbPoolStatsProvider
 
ejbObjectImpl - Variable in class com.sun.ejb.containers.EJBContextImpl
 
EJBObjectImpl - Class in com.sun.ejb.containers
EJBObjectImpl implements EJBObject methods for EJBs.
EJBObjectImpl() - Constructor for class com.sun.ejb.containers.EJBObjectImpl
 
EJBObjectInvocationHandler - Class in com.sun.ejb.containers
Handler for EJBObject invocations through EJBObject proxy.
EJBObjectInvocationHandler(MethodMap, Class) - Constructor for class com.sun.ejb.containers.EJBObjectInvocationHandler
Constructor used for Remote Home view.
EJBObjectInvocationHandler(MethodMap) - Constructor for class com.sun.ejb.containers.EJBObjectInvocationHandler
Constructor used for Remote Business view.
EJBObjectInvocationHandlerDelegate - Class in com.sun.ejb.containers
This class is used as a "proxy" or adapter between the remote business interface proxy and the EJBObjectInvocationHandler.
ejbObjectStore - Variable in class com.sun.ejb.containers.EntityContainer
 
EjbOptionalIntfGenerator - Class in com.sun.ejb.containers
 
EjbOptionalIntfGenerator(ClassLoader) - Constructor for class com.sun.ejb.containers.EjbOptionalIntfGenerator
 
ejbOptionalLocalBusinessHome - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbOptionalLocalBusinessHomeImpl - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbOptionalLocalBusinessHomeIntf - Variable in class com.sun.ejb.containers.BaseContainer
 
ejboRemoved - Variable in class com.sun.ejb.containers.EntityContainer
 
ejbPassivateMethod - Variable in class com.sun.ejb.containers.BaseContainer
 
EjbPoolProbeProvider - Class in com.sun.ejb.monitoring.probes
Probe emitter for the Ejb Pool monitoring events.
EjbPoolProbeProvider() - Constructor for class com.sun.ejb.monitoring.probes.EjbPoolProbeProvider
 
EJBPoolStatsImpl - Class in com.sun.ejb.base.stats
A Class for providing pool stats for EJB Container Used by both Entity and Stateless Container
EJBPoolStatsImpl(EJBPoolStatsProvider) - Constructor for class com.sun.ejb.base.stats.EJBPoolStatsImpl
 
EjbPoolStatsProvider - Class in com.sun.ejb.monitoring.stats
Probe listener for the Ejb Pool monitoring events.
EjbPoolStatsProvider(AbstractPool, long, String, String, String) - Constructor for class com.sun.ejb.monitoring.stats.EjbPoolStatsProvider
 
EJBPoolStatsProvider - Interface in com.sun.ejb.spi.stats
 
ejbProbeListener - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbProbeNotifier - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbRemoteBusinessHome - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbRemoteBusinessHomeImpl - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbRemoteBusinessHomeStub - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbRemoteBusinessObjectImpl - Variable in class com.sun.ejb.containers.EJBContextImpl
 
EjbRemoteFutureTask<V> - Class in com.sun.ejb.containers
 
EjbRemoteFutureTask(Long, GenericEJBHome) - Constructor for class com.sun.ejb.containers.EjbRemoteFutureTask
 
ejbRemoveMethod - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbSecManagerFactory - Variable in class org.glassfish.ejb.startup.EjbDeployer
 
EjbSecurityComponentInvocationHandler - Class in org.glassfish.ejb.security.application
 
EjbSecurityComponentInvocationHandler() - Constructor for class org.glassfish.ejb.security.application.EjbSecurityComponentInvocationHandler
 
EJBSecurityManager - Class in org.glassfish.ejb.security.application
This class is used by the EJB server to manage security.
EJBSecurityManager(EjbDescriptor, InvocationManager, EJBSecurityManagerFactory) - Constructor for class org.glassfish.ejb.security.application.EJBSecurityManager
This method iniitalizes the EJBSecurityManager
EJBSecurityManagerFactory - Class in org.glassfish.ejb.security.factory
EJB Security Manager Factory Implementation
EJBSecurityManagerFactory() - Constructor for class org.glassfish.ejb.security.factory.EJBSecurityManagerFactory
Creates a new instance of EJBSecurityManagerFactory
EjbSecurityProbeProvider - Class in org.glassfish.ejb.security.application
 
EjbSecurityProbeProvider() - Constructor for class org.glassfish.ejb.security.application.EjbSecurityProbeProvider
 
EjbSecurityStatsProvider - Class in org.glassfish.ejb.security.application
 
EjbSecurityStatsProvider() - Constructor for class org.glassfish.ejb.security.application.EjbSecurityStatsProvider
 
EJBSecurityUtil - Class in org.glassfish.ejb.security
 
EJBSecurityUtil() - Constructor for class org.glassfish.ejb.security.EJBSecurityUtil
 
EJBServerConfigLookup - Class in com.sun.ejb.base.sfsb.util
 
EJBServerConfigLookup() - Constructor for class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Creates a new instance of EJBServerConfigLookup
EJBStatsImpl - Class in com.sun.ejb.base.stats
A Class for providing stats for EJB Container All S1AS(EJB)Containers act as the provider
EJBStatsImpl(EJBStatsProvider, String) - Constructor for class com.sun.ejb.base.stats.EJBStatsImpl
 
EJBStatsProvider - Interface in com.sun.ejb.spi.stats
 
ejbStub - Variable in class com.sun.ejb.containers.EJBContextImpl
 
EjbThreadPoolExecutor - Class in com.sun.ejb.containers
 
EjbThreadPoolExecutor(int, int, long, BlockingQueue<Runnable>, String) - Constructor for class com.sun.ejb.containers.EjbThreadPoolExecutor
 
EjbTimedObjectProbeProvider - Class in com.sun.ejb.monitoring.probes
Probe emitter for the Ejb Timed Object monitoring events.
EjbTimedObjectProbeProvider() - Constructor for class com.sun.ejb.monitoring.probes.EjbTimedObjectProbeProvider
 
EJBTimedObjectStatsImpl - Class in com.sun.ejb.base.stats
A Class for providing stats related to Timers created from beans of type STATELESS/ENTITY/MESSAGE_DRIVEN
EJBTimedObjectStatsImpl(EJBTimedObjectStatsProvider) - Constructor for class com.sun.ejb.base.stats.EJBTimedObjectStatsImpl
 
EjbTimedObjectStatsProvider - Class in com.sun.ejb.monitoring.stats
Probe listener for the Ejb Timed Object monitoring events.
EjbTimedObjectStatsProvider(String, String, String, long) - Constructor for class com.sun.ejb.monitoring.stats.EjbTimedObjectStatsProvider
 
EJBTimedObjectStatsProvider - Interface in com.sun.ejb.spi.stats
 
ejbTimeoutMethod - Variable in class com.sun.ejb.containers.BaseContainer
 
ejbTimerCreatedEvent() - Method in class com.sun.ejb.monitoring.probes.EjbTimedObjectProbeProvider
 
ejbTimerCreatedEvent() - Method in class com.sun.ejb.monitoring.stats.EjbTimedObjectStatsProvider
 
ejbTimerDeliveredEvent() - Method in class com.sun.ejb.monitoring.probes.EjbTimedObjectProbeProvider
 
ejbTimerDeliveredEvent() - Method in class com.sun.ejb.monitoring.stats.EjbTimedObjectStatsProvider
 
ejbTimerRemovedEvent() - Method in class com.sun.ejb.monitoring.probes.EjbTimedObjectProbeProvider
 
ejbTimerRemovedEvent() - Method in class com.sun.ejb.monitoring.stats.EjbTimedObjectStatsProvider
 
EJBTimerService - Class in com.sun.ejb.containers
 
EJBTimerService(String, TimerLocal) - Constructor for class com.sun.ejb.containers.EJBTimerService
 
EJBTimerServiceConfigListener - Class in com.sun.ejb.containers
ConfigListener class for the EJB Timer Service changes
EJBTimerServiceConfigListener() - Constructor for class com.sun.ejb.containers.EJBTimerServiceConfigListener
 
EJBTimerServiceUpgrade - Class in org.glassfish.ejb.upgrade
Upgrade EJB Timer Service table from v2 to v3
EJBTimerServiceUpgrade() - Constructor for class org.glassfish.ejb.upgrade.EJBTimerServiceUpgrade
 
EJBTimerServiceWrapper - Class in com.sun.ejb.containers
 
EJBTimerServiceWrapper(EJBTimerService, EJBContextImpl) - Constructor for class com.sun.ejb.containers.EJBTimerServiceWrapper
 
EJBTimerServiceWrapper(EJBTimerService, EntityContext) - Constructor for class com.sun.ejb.containers.EJBTimerServiceWrapper
 
EJBTimerTask - Class in com.sun.ejb.containers
 
EJBUtils - Class in com.sun.ejb
A handy class with static utility methods.
EJBUtils() - Constructor for class com.sun.ejb.EJBUtils
 
elements() - Method in class com.sun.ejb.containers.util.cache.BaseCache
get an Enumeration for the keys stored in the cache
elements() - Method in interface com.sun.ejb.containers.util.cache.Cache
 
eligibleForRemovalFromCache(StatefulEJBContext, Serializable) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
Called by StatefulSessionContainer before passivation to determine whether or not removal-timeout has elapsed for a cache item.
end(Date) - Method in class com.sun.ejb.containers.TimerSchedule
 
endInvocation(ComponentInvocation) - Method in class com.sun.ejb.containers.EjbEndpointFacadeImpl
 
enlistExtendedEntityManagers(ComponentContext) - Method in class com.sun.ejb.containers.BaseContainer
 
EntityBeanStatsImpl - Class in com.sun.ejb.base.stats
A Class for providing stats for Entity Container.
EntityBeanStatsImpl(EntityBeanStatsProvider) - Constructor for class com.sun.ejb.base.stats.EntityBeanStatsImpl
 
EntityBeanStatsProvider - Class in com.sun.ejb.monitoring.stats
Probe listener for the Entity Beans part of the EJB monitoring events.
EntityBeanStatsProvider(EntityContainer, long, String, String, String) - Constructor for class com.sun.ejb.monitoring.stats.EntityBeanStatsProvider
 
EntityBeanStatsProvider - Interface in com.sun.ejb.spi.stats
 
EntityContainer - Class in com.sun.ejb.containers
This class implements the Container interface for EntityBeans.
EntityContainer(EjbDescriptor, ClassLoader) - Constructor for class com.sun.ejb.containers.EntityContainer
This constructor is called from the JarManager when a Jar is deployed.
EntityContainer(BaseContainer.ContainerType, EjbDescriptor, ClassLoader) - Constructor for class com.sun.ejb.containers.EntityContainer
 
EntityContainer.CacheProperties - Class in com.sun.ejb.containers
 
EntityContainer.CacheProperties() - Constructor for class com.sun.ejb.containers.EntityContainer.CacheProperties
 
EntityContainer.EJBObjectCacheVictimHandler - Class in com.sun.ejb.containers
 
EntityContainer.EJBObjectCacheVictimHandler() - Constructor for class com.sun.ejb.containers.EntityContainer.EJBObjectCacheVictimHandler
 
EntityContainer.LocalEJBObjectCacheVictimHandler - Class in com.sun.ejb.containers
 
EntityContainer.LocalEJBObjectCacheVictimHandler() - Constructor for class com.sun.ejb.containers.EntityContainer.LocalEJBObjectCacheVictimHandler
 
EntityContextImpl - Class in com.sun.ejb.containers
Implementation of EJBContext for EntityBeans
entityCtxPool - Variable in class com.sun.ejb.containers.EntityContainer
 
entityDelegate - Variable in class com.sun.ejb.base.stats.EntityBeanStatsImpl
 
entryCount - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
entryCountLk - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
env - Variable in class org.glassfish.ejb.startup.EjbDeployer
 
envProps - Variable in class com.sun.ejb.containers.BaseContainer
 
eq(Object, Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
Check for equality of non-null reference x and possibly-null y.
equals(Object) - Method in class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator.SimpleSessionKey
 
equals(Object) - Method in class com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate
 
equals(Object) - Method in class com.sun.ejb.containers.RemoteBusinessWrapperBase
 
equals(Object) - Method in class com.sun.ejb.containers.TimerPrimaryKey
 
equals(Object) - Method in class com.sun.ejb.containers.TimerSchedule
 
equals(Object) - Method in class com.sun.ejb.containers.TimerWrapper
 
evaluate() - Method in interface com.sun.ejb.codegen.ClassGeneratorFactory
 
evaluate() - Method in class com.sun.ejb.codegen.GenericHomeGenerator
 
evaluate() - Method in class com.sun.ejb.codegen.Remote30WrapperGenerator
 
evaluate() - Method in class com.sun.ejb.codegen.RemoteGenerator
 
evaluate() - Method in class com.sun.ejb.codegen.SerializableBeanGenerator
 
evaluate() - Method in class com.sun.ejb.codegen.ServiceInterfaceGenerator
 
event(EventListener.Event) - Method in class org.glassfish.ejb.startup.EjbDeployer
 
exception - Variable in class com.sun.ejb.EjbInvocation
This reflects any exception that has occurred during this invocation, including preInvoke, bean method execution, and postInvoke.
exceptionFromBeanMethod - Variable in class com.sun.ejb.EjbInvocation
Set to any exception directly thrown from bean method invocation, which could be either an application exception or a runtime exception.
execute(AdminCommandContext) - Method in class org.glassfish.ejb.admin.cli.ListTimers
Executes the command
execute(AdminCommandContext) - Method in class org.glassfish.ejb.admin.cli.MigrateTimers
Executes the command
existsInStore() - Method in class com.sun.ejb.containers.SessionContextImpl
 
existsInStore() - Method in interface com.sun.ejb.spi.container.StatefulEJBContext
 
externalPostInvoke() - Method in interface com.sun.ejb.Container
Performs post external invocation cleanup such as restoring the original class loader.
externalPostInvoke() - Method in class com.sun.ejb.containers.BaseContainer
 
externalPreInvoke() - Method in interface com.sun.ejb.Container
Performs pre external invocation setup such as setting application context class loader.
externalPreInvoke() - Method in class com.sun.ejb.containers.BaseContainer
 

F

factory - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
FIFOEJBObjectCache - Class in com.sun.ejb.containers.util.cache
A FIFO EJB(Local)Object cache that maintains reference count
FIFOEJBObjectCache(String) - Constructor for class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
default constructor
FIFOEJBObjectCache(String, long) - Constructor for class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
constructor with specified timeout
FIFOEJBObjectCache.EJBObjectCacheItem - Class in com.sun.ejb.containers.util.cache
 
FIFOEJBObjectCache.EJBObjectCacheItem(int, Object, Object, int) - Constructor for class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache.EJBObjectCacheItem
 
FIFOSessionCache - Class in com.sun.ejb.containers.util.cache
 
FIFOSessionCache(String, SFSBContainerCallback, int, int) - Constructor for class com.sun.ejb.containers.util.cache.FIFOSessionCache
 
findActiveNonPersistentTimersOwnedByThisServer() - Method in class com.sun.ejb.containers.TimerBean
 
findActiveNonPersistentTimersOwnedByThisServer() - Method in interface com.sun.ejb.containers.TimerLocal
 
findActiveTimerIdsByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
findActiveTimerIdsByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
findActiveTimerIdsOwnedBy(String) - Method in class com.sun.ejb.containers.TimerBean
 
findActiveTimerIdsOwnedBy(String) - Method in interface com.sun.ejb.containers.TimerLocal
 
findActiveTimerIdsOwnedByThisServer() - Method in class com.sun.ejb.containers.TimerBean
 
findActiveTimerIdsOwnedByThisServer() - Method in interface com.sun.ejb.containers.TimerLocal
 
findActiveTimerIdsOwnedByThisServerByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
findActiveTimerIdsOwnedByThisServerByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
findActiveTimersByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
findActiveTimersByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
findActiveTimersOwnedBy(String) - Method in class com.sun.ejb.containers.TimerBean
 
findActiveTimersOwnedBy(String) - Method in interface com.sun.ejb.containers.TimerLocal
 
findActiveTimersOwnedByThisServer() - Method in class com.sun.ejb.containers.TimerBean
 
findActiveTimersOwnedByThisServer() - Method in interface com.sun.ejb.containers.TimerLocal
 
findActiveTimersOwnedByThisServerByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
findActiveTimersOwnedByThisServerByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
findCancelledTimerIdsByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
findCancelledTimerIdsByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
findCancelledTimerIdsOwnedBy(String) - Method in class com.sun.ejb.containers.TimerBean
 
findCancelledTimerIdsOwnedBy(String) - Method in interface com.sun.ejb.containers.TimerLocal
 
findCancelledTimerIdsOwnedByThisServer() - Method in class com.sun.ejb.containers.TimerBean
 
findCancelledTimerIdsOwnedByThisServer() - Method in interface com.sun.ejb.containers.TimerLocal
 
findCancelledTimerIdsOwnedByThisServerByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
findCancelledTimerIdsOwnedByThisServerByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
findCancelledTimersByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
findCancelledTimersByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
findCancelledTimersOwnedBy(String) - Method in class com.sun.ejb.containers.TimerBean
 
findCancelledTimersOwnedBy(String) - Method in interface com.sun.ejb.containers.TimerLocal
 
findCancelledTimersOwnedByThisServer() - Method in class com.sun.ejb.containers.TimerBean
 
findCancelledTimersOwnedByThisServer() - Method in interface com.sun.ejb.containers.TimerLocal
 
findCancelledTimersOwnedByThisServerByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
findCancelledTimersOwnedByThisServerByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
findFlushEnabledAttr(MethodDescriptor) - Method in class com.sun.ejb.containers.BaseContainer
 
findTimer(TimerPrimaryKey) - Method in class com.sun.ejb.containers.TimerBean
 
findTimer(TimerPrimaryKey) - Method in interface com.sun.ejb.containers.TimerLocal
 
findTimerIdsByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
findTimerIdsByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
findTimerIdsByContainerAndOwner(long, String) - Method in class com.sun.ejb.containers.TimerBean
 
findTimerIdsByContainerAndOwnerAndState(long, String, int) - Method in class com.sun.ejb.containers.TimerBean
 
findTimerIdsByContainerAndState(long, int) - Method in class com.sun.ejb.containers.TimerBean
 
findTimerIdsByOwner(String) - Method in class com.sun.ejb.containers.TimerBean
 
findTimerIdsByOwnerAndState(String, int) - Method in class com.sun.ejb.containers.TimerBean
 
findTimerIdsOwnedBy(String) - Method in class com.sun.ejb.containers.TimerBean
 
findTimerIdsOwnedBy(String) - Method in interface com.sun.ejb.containers.TimerLocal
 
findTimerIdsOwnedByThisServer() - Method in class com.sun.ejb.containers.TimerBean
 
findTimerIdsOwnedByThisServer() - Method in interface com.sun.ejb.containers.TimerLocal
 
findTimerIdsOwnedByThisServerByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
findTimerIdsOwnedByThisServerByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
findTimersByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
findTimersByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
findTimersByContainerAndOwner(long, String) - Method in class com.sun.ejb.containers.TimerBean
 
findTimersByContainerAndOwnerAndState(long, String, int) - Method in class com.sun.ejb.containers.TimerBean
 
findTimersByContainerAndState(long, int) - Method in class com.sun.ejb.containers.TimerBean
 
findTimersByOwnerAndState(String, int) - Method in class com.sun.ejb.containers.TimerBean
 
findTimersOwnedBy(String) - Method in class com.sun.ejb.containers.TimerBean
 
findTimersOwnedBy(String) - Method in interface com.sun.ejb.containers.TimerLocal
 
findTimersOwnedByThisServer() - Method in class com.sun.ejb.containers.TimerBean
 
findTimersOwnedByThisServer() - Method in interface com.sun.ejb.containers.TimerLocal
 
findTimersOwnedByThisServerByContainer(long) - Method in class com.sun.ejb.containers.TimerBean
 
findTimersOwnedByThisServerByContainer(long) - Method in interface com.sun.ejb.containers.TimerLocal
 
findTxAttr(MethodDescriptor) - Method in class com.sun.ejb.containers.BaseContainer
 
flushEnabled - Variable in class com.sun.ejb.InvocationInfo
 
forceDestroyBean(EJBContextImpl) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
foundInTxCache - Variable in class com.sun.ejb.EjbInvocation
Tells if a CMP2.x bean was found in the Tx cache.
fromServer - Variable in class org.glassfish.ejb.admin.cli.MigrateTimers
 

G

generate(OutputStream) - Method in class com.sun.ejb.codegen.HomeGenerator
 
generate(OutputStream) - Method in class com.sun.ejb.codegen.WrapperGenerator
Generate the code to the specified output stream.
generateArtifacts(DeploymentContext) - Method in class org.glassfish.ejb.startup.EjbDeployer
Use this method to generate any ejb-related artifacts for the module
generateOptionalLocalInterface(Class, String) - Method in class com.sun.ejb.containers.EjbOptionalIntfGenerator
 
generateOptionalLocalInterfaceSubClass(Class, String, Class) - Method in class com.sun.ejb.containers.EjbOptionalIntfGenerator
 
generateSEI(ClassGeneratorFactory, String, ClassLoader, Class) - Static method in class com.sun.ejb.EJBUtils
 
generateSerializableSubclass() - Method in class com.sun.ejb.codegen.AsmSerializableBeanGenerator
 
Generator - Class in com.sun.ejb.codegen
The base class for all code generators.
Generator() - Constructor for class com.sun.ejb.codegen.Generator
 
GeneratorException - Exception in com.sun.ejb.codegen
The Generator exception is thrown whenever there is an error in generating the stubs and skeletons and other related files.
GeneratorException(String) - Constructor for exception com.sun.ejb.codegen.GeneratorException
Constructs the Generator exception with the specified string.
GenericEJBHome - Interface in com.sun.ejb.containers
 
GenericEJBLocalHome - Interface in com.sun.ejb.containers
 
GenericHomeGenerator - Class in com.sun.ejb.codegen
This class is used to generate a sub-interface of the GenericEJBHome interface that will be loaded within each application.
GenericHomeGenerator(ClassLoader) - Constructor for class com.sun.ejb.codegen.GenericHomeGenerator
 
get() - Method in class com.sun.ejb.containers.EjbFutureTask
 
get(long, TimeUnit) - Method in class com.sun.ejb.containers.EjbFutureTask
 
get() - Method in class com.sun.ejb.containers.EjbRemoteFutureTask
 
get(long, TimeUnit) - Method in class com.sun.ejb.containers.EjbRemoteFutureTask
 
get(long) - Method in interface com.sun.ejb.containers.GenericEJBHome
 
get(Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
get the item stored at the key.
get(int, Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
get the item stored at the given pre-computed hash code and the key.
get(Object) - Method in interface com.sun.ejb.containers.util.cache.Cache
 
get(Object, boolean) - Method in interface com.sun.ejb.containers.util.cache.EJBObjectCache
 
get(Object) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
get(Object, boolean) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
get(Object, boolean) - Method in class com.sun.ejb.containers.util.cache.UnboundedEJBObjectCache
 
get(Object) - Method in class com.sun.ejb.containers.util.MethodMap
 
get(Method, int) - Method in class com.sun.ejb.containers.util.MethodMap
 
getActivatedBeanSize() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
Returns the total number of bytes activated by this store including total, min, maximum
getActivationCount() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
Returns the total number of sessions activated from the store
getActivationErrorCount() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
Returns the total number of sessions that couldn't be Activated from the store
getActivationSuccessCount() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
Returns the total number of sessions successfully Activated from the store
getActivationTime() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
Returns the time spent on activating beans from the store including total, min, max
getActiveTxCache(Transaction) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getActiveTxCache(Transaction) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getAll(Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
get all the items stored at the key.
getAllAttrValues() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getAllAttrValues() - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
 
getAllMonitoredAttrbuteValues() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getApplicationId() - Method in class com.sun.ejb.containers.TimerState
 
getAroundInvokeChain(MethodDescriptor, Method) - Method in class com.sun.ejb.containers.interceptors.InterceptorManager
 
getAroundTimeoutChain(MethodDescriptor, Method) - Method in class com.sun.ejb.containers.interceptors.InterceptorManager
 
getAuditManager() - Method in class org.glassfish.ejb.security.factory.EJBSecurityManagerFactory
 
getAvailabilityEnabledFromConfig() - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Get the availability-enabled from domain.xml.
getAvailabilityEnabledFromEjbDescriptor() - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Get the availability-enabled for the bean from sun-ejb-jar.xml.
getAvailabilityEnabledFromEjbDescriptor(boolean) - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Get the availability-enabled for the bean from sun-ejb-jar.xml.
getBackingStore() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
getBackingStore() - Method in interface com.sun.ejb.spi.container.SFSBContainerInitialization
 
getBaseName(String) - Method in class com.sun.ejb.codegen.Generator
 
getBeanMethod() - Method in class com.sun.ejb.EjbInvocation
 
getBeans(Transaction) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getBeans(Transaction) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getBlob() - Method in class com.sun.ejb.containers.TimerState
 
getBusinessInterfaceName() - Method in class com.sun.ejb.containers.RemoteBusinessWrapperBase
 
getBusinessObject(Class<T>) - Method in class com.sun.ejb.containers.AbstractSessionContextImpl
 
getBusinessObject(Object, Class<S>) - Method in class com.sun.ejb.containers.EjbContainerServicesImpl
 
getCachedPermission() - Method in class com.sun.ejb.EjbInvocation
Returns CachedPermission associated with this invocation, or null if not available.
getCacheHits() - Method in class com.sun.ejb.base.stats.EJBCacheStatsImpl
 
getCacheHits() - Method in interface com.sun.ejb.containers.util.cache.Cache
 
getCacheHits() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
getCacheHits() - Method in interface com.sun.ejb.containers.util.cache.MonitorableCache
 
getCacheHits() - Method in class com.sun.ejb.monitoring.stats.EjbCacheStatsProvider
 
getCacheHits() - Method in interface com.sun.ejb.spi.stats.EJBCacheStatsProvider
 
getCacheIdleTimeoutInSeconds() - Method in class com.sun.ejb.base.container.util.CacheProperties
 
getCacheMisses() - Method in class com.sun.ejb.base.stats.EJBCacheStatsImpl
 
getCacheMisses() - Method in interface com.sun.ejb.containers.util.cache.Cache
 
getCacheMisses() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
getCacheMisses() - Method in interface com.sun.ejb.containers.util.cache.MonitorableCache
 
getCacheMisses() - Method in class com.sun.ejb.monitoring.stats.EjbCacheStatsProvider
 
getCacheMisses() - Method in interface com.sun.ejb.spi.stats.EJBCacheStatsProvider
 
getCallerIdentity() - Method in class com.sun.ejb.containers.EJBContextImpl
Deprecated.  
getCallerPrincipal() - Method in class com.sun.ejb.containers.EJBContextImpl
 
getCallerPrincipal() - Method in class org.glassfish.ejb.security.application.EJBSecurityManager
This method returns the Client Principal who initiated the current Invocation.
getCallFlowAgent() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getCallFlowAgent() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getCheckpointCount() - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreStatsImpl
Returns the total number of sessions checkpointed into the store
getCheckpointCount() - Method in interface com.sun.ejb.spi.sfsb.store.MonitorableSFSBStore
 
getCheckpointedBeanSize() - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreStatsImpl
Returns the number of bytes checkpointed
getCheckpointErrorCount() - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreStatsImpl
Returns the total number of sessions that couldn't be Checkpointed into the store
getCheckpointErrorCount() - Method in interface com.sun.ejb.spi.sfsb.store.MonitorableSFSBStore
 
getCheckpointSuccessCount() - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreStatsImpl
Returns the total number of sessions successfully Checkpointed into the store
getCheckpointSuccessCount() - Method in interface com.sun.ejb.spi.sfsb.store.MonitorableSFSBStore
 
getCheckpointTime() - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreStatsImpl
Returns the time spent on passivating beans to the store including total, min, max
getClassLoader() - Method in interface com.sun.ejb.Container
 
getClassLoader() - Method in class com.sun.ejb.containers.BaseContainer
 
getClassLoader(long) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getClassLoader(long) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getClassLoader() - Method in interface com.sun.ejb.spi.container.SFSBContainerCallback
 
getClassLoader() - Method in interface com.sun.ejb.spi.distributed.ReadOnlyBeanRefreshEventHandler
Called from DistributedReadOnlyBeanServiceImpl before de-serializing the bean's pk
getClassLoader() - Method in class org.glassfish.ejb.startup.EjbApplication
Returns the class loader associated with this application
getClassLoader() - Method in class org.glassfish.ejb.startup.EjbApplicationContainer
Returns the class loader associated with this application
getClientObject() - Method in class com.sun.ejb.containers.EJBLocalObjectImpl
Get the client object corresponding to an EJBLocalObjectImpl.
getClientObject() - Method in class com.sun.ejb.containers.EJBLocalObjectInvocationHandler
 
getClusterName() - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Get the cluster name from domain.xml for this server.
getCMCLock() - Method in class com.sun.ejb.EjbInvocation
 
getComponentEnvManager() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getComponentEnvManager() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getComponentId() - Method in interface com.sun.ejb.Container
Called from NamingManagerImpl during java:comp/env lookup.
getComponentId() - Method in class com.sun.ejb.containers.BaseContainer
Called from NamingManagerImpl during java:comp/env lookup.
getComponentInvocationHandler() - Method in class org.glassfish.ejb.security.application.EjbSecurityComponentInvocationHandler
 
getConcurrentInvokeCount() - Method in class com.sun.ejb.containers.EJBContextImpl
Get the number of concurrent invocations on this bean (could happen with re-entrant bean).
getContainer() - Method in interface com.sun.ejb.ComponentContext
Get the Container instance which created this Context.
getContainer() - Method in class com.sun.ejb.containers.builder.BaseContainerBuilder
 
getContainer(long) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getContainer(long) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getContainer() - Method in class com.sun.ejb.containers.EJBContextImpl
 
getContainer() - Method in class com.sun.ejb.containers.EJBHomeImpl
Called from EJBHome implementation.
getContainer() - Method in class com.sun.ejb.containers.EJBLocalHomeImpl
Called from concrete EJBLocalHome implementation.
getContainer() - Method in class com.sun.ejb.containers.EJBLocalRemoteObject
Container needs to be accessed from generated code as well as from other classes in this package.
getContainer(long) - Static method in class com.sun.ejb.containers.TimerBean
 
getContainerClassLoader() - Method in class com.sun.ejb.containers.BaseContainer
 
getContainerId() - Method in class com.sun.ejb.containers.TimerState
 
getContainerSync(Transaction) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getContainerSync(Transaction) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getContainerType() - Method in class com.sun.ejb.containers.BaseContainer
 
getContext(EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
 
getContext() - Method in class org.glassfish.ejb.embedded.EJBContainerImpl
Retrieve a naming context for looking up references to session beans executing in the embeddable container.
getContextData() - Method in class com.sun.ejb.containers.EJBContextImpl
 
getContextData() - Method in class com.sun.ejb.containers.interceptors.CallbackInvocationContext
 
getContextData() - Method in class com.sun.ejb.EjbInvocation
 
getContextID(EjbDescriptor) - Static method in class org.glassfish.ejb.security.application.EJBSecurityManager
 
getContextsForApp(String, boolean) - Method in class org.glassfish.ejb.security.factory.EJBSecurityManagerFactory
 
getCreateCount() - Method in class com.sun.ejb.base.stats.EJBStatsImpl
 
getCreateCount() - Method in class com.sun.ejb.monitoring.stats.EjbMonitoringStatsProvider
 
getCreateCount() - Method in class com.sun.ejb.monitoring.stats.MessageDrivenBeanStatsProvider
 
getCreateCount() - Method in interface com.sun.ejb.spi.stats.EJBStatsProvider
 
getCreatedCount() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getCreationTime() - Method in class com.sun.ejb.containers.TimerState
 
getCreationTimeRaw() - Method in class com.sun.ejb.containers.TimerState
 
getCurrentComponentInvocation() - Method in class com.sun.ejb.containers.AbstractSessionContextImpl
 
getCurrentInvocation() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getCurrentInvocation() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getCurrentSize() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
Returns the number of passivated / checkpointed sessions in the store
getCurrentSize() - Method in interface com.sun.ejb.containers.util.cache.MonitorableCache
 
getCurrentSize() - Method in interface com.sun.ejb.spi.sfsb.store.MonitorableSFSBStore
 
getCurrentStoreSize() - Method in interface com.sun.ejb.spi.stats.MonitorableSFSBStoreManager
Returns the number of passivated / checkpointed sessions in the store Note that this includes the sessions passivated / checkpointed by ohter store maangers in the cluster
getCurrentSubject() - Method in class org.glassfish.ejb.security.application.EJBSecurityManager
This will return the subject associated with the current call.
getDayOfMonth() - Method in class com.sun.ejb.containers.TimerSchedule
 
getDayOfWeek() - Method in class com.sun.ejb.containers.TimerSchedule
 
getDebugMonitorFlag() - Method in class com.sun.ejb.containers.BaseContainer
 
getDefaultEJBObjectImplClassName(EjbDescriptor) - Static method in class com.sun.ejb.codegen.WrapperGenerator
 
getDefaultHabitat() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getDefaultHabitat() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getDefaultRemoteHomeImplClassName(EjbDescriptor) - Static method in class com.sun.ejb.codegen.HomeGenerator
 
getDeployer() - Method in class org.glassfish.ejb.startup.EjbContainerStarter
 
getDescriptor() - Method in class com.sun.ejb.containers.BaseContainer
Method defined on JavaEEContainer
getDescriptor(long) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getDescriptor(long) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getDescriptor() - Method in class org.glassfish.ejb.startup.EjbApplication
 
getDescriptor() - Method in class org.glassfish.ejb.startup.EjbApplicationContainer
 
getDestroyedCount() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getDisallowedMethodsNames() - Method in class org.glassfish.ejb.deployment.BeanMethodCalculatorImpl
 
getDistributedEJBService() - Static method in class com.sun.ejb.spi.distributed.DistributedEJBServiceFactory
 
getDistributedReadOnlyBeanService() - Method in interface com.sun.ejb.spi.distributed.DistributedEJBService
 
getDistributedReadOnlyBeanService() - Method in class com.sun.ejb.spi.distributed.DistributedEJBServiceFactory
 
getDoTxProcessingInPostInvoke() - Method in class com.sun.ejb.EjbInvocation
 
getDynamicDeploymentContext() - Method in class com.sun.ejb.containers.builder.BaseContainerBuilder
 
getEJB() - Method in interface com.sun.ejb.ComponentContext
Get the EJB instance associated with this context.
getEJB() - Method in class com.sun.ejb.containers.EJBContextImpl
 
getEjbAsyncInvocationManager() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getEjbBundleDescriptor() - Method in class org.glassfish.ejb.startup.EjbApplication
 
getEJBClass() - Method in class com.sun.ejb.containers.BaseContainer
 
getEjbContainer() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getEjbContainer() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getEjbContainerAvailabilityEnabledFromConfig() - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Get the availability-enabled for the ejb container from domain.xml.
getEjbContainerAvailabilityEnabledFromConfig(boolean) - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Get the availability-enabled for the ejb container from domain.xml.
getEJBContext() - Method in class com.sun.ejb.EjbInvocation
 
getEJBContextObject(String) - Method in class com.sun.ejb.EjbNamingReferenceManagerImpl
 
getEjbDescriptor() - Method in interface com.sun.ejb.Container
 
getEjbDescriptor() - Method in class com.sun.ejb.containers.BaseContainer
 
getEjbFutureTask() - Method in class com.sun.ejb.EjbInvocation
 
getEJBHome() - Method in interface com.sun.ejb.Container
 
getEJBHome() - Method in class com.sun.ejb.containers.BaseContainer
 
getEJBHome() - Method in class com.sun.ejb.containers.EJBContextImpl
 
getEJBHome() - Method in class com.sun.ejb.containers.EJBHomeImpl
Get the EJBHome corresponding to an EJBHomeImpl.
getEJBHome() - Method in class com.sun.ejb.containers.EJBObjectImpl
 
getEJBHome() - Method in class com.sun.ejb.containers.MessageBeanContextImpl
 
getEJBHome() - Method in class com.sun.ejb.portable.EJBMetaDataImpl
 
getEJBHome() - Method in class com.sun.ejb.portable.HomeHandleImpl
 
getEJBHomeStub() - Method in class com.sun.ejb.containers.BaseContainer
 
getEJBLocalBusinessHome(String) - Method in class com.sun.ejb.containers.BaseContainer
Return an object that implements ejb's local business home interface.
getEJBLocalHome() - Method in class com.sun.ejb.containers.BaseContainer
Return an object that implements ejb's local home interface.
getEJBLocalHome() - Method in class com.sun.ejb.containers.EJBContextImpl
 
getEJBLocalHome() - Method in class com.sun.ejb.containers.EJBLocalHomeImpl
Get the EJBLocalHome corresponding to an EJBLocalHomeImpl.
getEJBLocalHome() - Method in class com.sun.ejb.containers.EJBLocalObjectImpl
 
getEJBLocalObject() - Method in class com.sun.ejb.containers.EJBContextImpl
This is a SessionContext/EntityContext method.
getEJBLocalObjectForPrimaryKey(Object, EJBContext) - Method in interface com.sun.ejb.Container
Obtain an Entity EJBLocalObject corresponding to the primary key.
getEJBLocalObjectForPrimaryKey(Object) - Method in interface com.sun.ejb.Container
 
getEJBLocalObjectForPrimaryKey(Object, EJBContext) - Method in class com.sun.ejb.containers.BaseContainer
 
getEJBLocalObjectForPrimaryKey(Object) - Method in class com.sun.ejb.containers.BaseContainer
 
getEJBLocalObjectForPrimaryKey(Object, EJBContext) - Method in class com.sun.ejb.containers.EntityContainer
Called only from the Persistence Manager for EJB2.0 CMP EntityBeans.
getEJBLocalObjectForPrimaryKey(Object) - Method in class com.sun.ejb.containers.EntityContainer
Called only from the Persistence Manager for EJB2.0 CMP EntityBeans.
getEJBMetaData() - Method in interface com.sun.ejb.Container
 
getEJBMetaData() - Method in class com.sun.ejb.containers.BaseContainer
 
getEJBMetaData() - Method in class com.sun.ejb.containers.EJBHomeImpl
This is the implementation of the javax.ejb.EJBHome method.
getEJBMethodStatsManager() - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
getEJBObject() - Method in class com.sun.ejb.containers.EJBContextImpl
This is a SessionContext/EntityContext method.
getEJBObject() - Method in class com.sun.ejb.containers.EJBObjectImpl
Get the Remote object corresponding to an EJBObjectImpl for the RemoteHome view.
getEJBObject(String) - Method in class com.sun.ejb.containers.EJBObjectImpl
Get the Remote object corresponding to an EJBObjectImpl for the RemoteBusiness view.
getEJBObject() - Method in class com.sun.ejb.containers.EntityContextImpl
Implementation of EntityContext method, overrides EJBContextImpl method.
getEJBObject() - Method in class com.sun.ejb.portable.HandleImpl
 
getEJBObjectForPrimaryKey(Object) - Method in interface com.sun.ejb.Container
Obtain an Entity EJBObject corresponding to the primary key.
getEJBObjectForPrimaryKey(Object) - Method in class com.sun.ejb.containers.BaseContainer
 
getEJBObjectForPrimaryKey(Object) - Method in class com.sun.ejb.containers.EntityContainer
Called only from the Persistence Manager for EJB2.0 CMP EntityBeans.
getEJBObjectImpl(byte[]) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
getEjbSecurityManager() - Method in class com.sun.ejb.EjbInvocation
 
getEJBTimerService() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getEJBTimerService(String) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getEJBTimerService(String, boolean) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getEJBTimerService() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getEJBTimerService(String) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getEJBTimerService(String, boolean) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getEnd() - Method in class com.sun.ejb.containers.TimerSchedule
 
getEndpointClassLoader() - Method in class com.sun.ejb.containers.EjbEndpointFacadeImpl
 
getEntryCount() - Method in class com.sun.ejb.containers.util.cache.BaseCache
get the number of entries in the cache
getEnvironment() - Method in class com.sun.ejb.containers.EJBContextImpl
 
getExecutionTime() - Method in class com.sun.ejb.base.stats.EJBMethodStatsImpl
 
getExecutionTime() - Method in class com.sun.ejb.base.stats.MethodMonitor
 
getExecutionTime() - Method in interface com.sun.ejb.spi.stats.EJBMethodStatsProvider
 
getExpiredSessionCount() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
Returns the total number of expired sessions that were removed by this store
getExpiredSessionCount() - Method in interface com.sun.ejb.spi.sfsb.store.MonitorableSFSBStore
 
getExtendedEntityManager(EntityManagerFactory) - Method in class com.sun.ejb.containers.SessionContextImpl
 
getExtendedEntityManagerMap() - Method in class com.sun.ejb.containers.SessionContextImpl
 
getExtendedEntityManagers() - Method in class com.sun.ejb.containers.SessionContextImpl
 
getGeneratedClass() - Method in class com.sun.ejb.codegen.Generator
 
getGeneratedClass() - Method in class com.sun.ejb.codegen.GenericHomeGenerator
Get the fully qualified name of the generated class.
getGeneratedClass() - Method in class com.sun.ejb.codegen.HomeGenerator
Get the fully qualified name of the generated class.
getGeneratedClass() - Method in class com.sun.ejb.codegen.Remote30WrapperGenerator
 
getGeneratedClass() - Method in class com.sun.ejb.codegen.RemoteGenerator
Get the fully qualified name of the generated class.
getGeneratedClass() - Method in class com.sun.ejb.codegen.SerializableBeanGenerator
Get the fully qualified name of the generated class.
getGeneratedClass() - Method in class com.sun.ejb.codegen.ServiceInterfaceGenerator
Get the fully qualified name of the generated class.
getGeneratedClass() - Method in class com.sun.ejb.codegen.WrapperGenerator
Get the fully qualified name of the generated class.
getGeneratedOptionalInterfaceName(String) - Static method in class com.sun.ejb.EJBUtils
 
getGeneratedRemoteIntfName(String) - Static method in class com.sun.ejb.EJBUtils
 
getGeneratedRemoteWrapperName(String) - Static method in class com.sun.ejb.EJBUtils
 
getGeneratedSerializableClassName(String) - Static method in class com.sun.ejb.EJBUtils
 
getGenericEJBHomeClassName() - Static method in class com.sun.ejb.EJBUtils
 
getGlassfishNamingManager() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getGlassfishNamingManager() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getHandle() - Method in class com.sun.ejb.containers.EJBObjectImpl
This is called when the EJB client does ejbref.getHandle().
getHandle() - Method in class com.sun.ejb.containers.TimerWrapper
 
getHAPersistenceType() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getHAPersistenceType() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getHashCode() - Method in class com.sun.ejb.containers.util.cache.BaseCache.CacheItem
get the item's hashCode
getHaStorePoolJndiNameFromConfig() - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Get the sfsb-store-pool-name from domain.xml.
getHomeHandle() - Method in class com.sun.ejb.containers.EJBHomeImpl
This is the implementation of the javax.ejb.EJBHome getHomeHandle method.
getHomeInterfaceClass() - Method in class com.sun.ejb.portable.EJBMetaDataImpl
 
getHour() - Method in class com.sun.ejb.containers.TimerSchedule
 
getIdleTimeoutInSeconds() - Method in interface com.sun.ejb.containers.util.cache.MonitorableCache
 
getIdleTimeoutInSeconds() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getIndex(int) - Method in class com.sun.ejb.containers.util.cache.BaseCache
get the index of the item in the cache
getIndex(Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
get the index of the item given a key
getInfo(ClassLoader) - Method in class com.sun.ejb.containers.TimerState.Blob
 
getInfo() - Method in class com.sun.ejb.containers.TimerState
 
getInfo() - Method in class com.sun.ejb.containers.TimerWrapper
 
getInitialExpiration() - Method in class com.sun.ejb.containers.TimerState
 
getInitialExpirationRaw() - Method in class com.sun.ejb.containers.TimerState
 
getInjectionManager() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getInjectionManager() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getInstance() - Static method in class com.sun.ejb.codegen.UniqueIdGenerator
Returns the singleton instance of this class.
getInstance() - Static method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getInstanceKey() - Method in class com.sun.ejb.containers.AbstractSessionContextImpl
 
getInterceptorChain() - Method in class com.sun.ejb.EjbInvocation
 
getInterceptorClasses() - Method in class com.sun.ejb.containers.interceptors.InterceptorManager
 
getInterceptorInstances() - Method in class com.sun.ejb.containers.EJBContextImpl
 
getInterceptorInstances() - Method in class com.sun.ejb.containers.interceptors.CallbackInvocationContext
 
getInterceptorInstances() - Method in class com.sun.ejb.containers.interceptors.InterceptorInvocationHandler
 
getInterceptorInstances() - Method in interface com.sun.ejb.containers.interceptors.InterceptorManager.AroundInvokeContext
 
getInterceptorInstances() - Method in class com.sun.ejb.EjbInvocation
 
getIntervalDuration() - Method in class com.sun.ejb.containers.TimerState
 
getInvId() - Method in class com.sun.ejb.containers.EjbAsyncTask
 
getInvId() - Method in class com.sun.ejb.EjbInvocation
 
getInvocationManager() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getInvocationManager() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getInvokedBusinessInterface() - Method in class com.sun.ejb.containers.AbstractSessionContextImpl
 
getInvokerId(String, String, String) - Static method in class com.sun.ejb.monitoring.stats.EjbMonitoringUtils
 
getIPAddress() - Method in class com.sun.ejb.containers.builder.BaseContainerBuilder
 
getJaccEjb(EjbInvocation) - Method in interface com.sun.ejb.Container
Used by EjbInvocation during JACC EnterpriseBean policy handler request for target EnterpriseBean instance.
getJaccEjb(EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
Called-back from security implementation through EjbInvocation when a jacc policy provider wants an enterprise bean instance.
getJaccEjb() - Method in class com.sun.ejb.EjbInvocation
Used by JACC implementation to get an enterprise bean instance for the EnterpriseBean policy handler.
getJavaGlobalJndiNamePrefix() - Method in class com.sun.ejb.containers.BaseContainer
 
getJmsMaxMessagesLoad() - Method in class com.sun.ejb.base.stats.EJBPoolStatsImpl
 
getJmsMaxMessagesLoad() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getJmsMaxMessagesLoad() - Method in class com.sun.ejb.monitoring.stats.EjbPoolStatsProvider
 
getJmsMaxMessagesLoad() - Method in interface com.sun.ejb.spi.stats.EJBPoolStatsProvider
 
getKey() - Method in class com.sun.ejb.containers.util.cache.BaseCache.CacheItem
get the item's key
getLastAccess() - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
getLastAccessTime() - Method in class com.sun.ejb.containers.SessionContextImpl
 
getLastAccessTime() - Method in interface com.sun.ejb.spi.container.StatefulEJBContext
 
getLastExpiration() - Method in class com.sun.ejb.containers.TimerState
 
getLastExpirationRaw() - Method in class com.sun.ejb.containers.TimerState
 
getLastRefreshedAt() - Method in class com.sun.ejb.containers.ReadOnlyContextImpl
 
getLastTimeUsed() - Method in class com.sun.ejb.containers.EJBContextImpl
 
getLoadCount() - Method in interface com.sun.ejb.spi.sfsb.store.MonitorableSFSBStore
 
getLoadErrorCount() - Method in interface com.sun.ejb.spi.sfsb.store.MonitorableSFSBStore
 
getLoadFromBackupCount() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
getLoadSuccessCount() - Method in interface com.sun.ejb.spi.sfsb.store.MonitorableSFSBStore
 
getLogger() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getLogger() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getManager(String, String, boolean) - Method in class org.glassfish.ejb.security.factory.EJBSecurityManagerFactory
 
getManagers(String, boolean) - Method in class org.glassfish.ejb.security.factory.EJBSecurityManagerFactory
 
getManagersForApp(String, boolean) - Method in class org.glassfish.ejb.security.factory.EJBSecurityManagerFactory
 
getMaxCacheSize() - Method in class com.sun.ejb.base.container.util.CacheProperties
 
getMaxCacheSize() - Method in class com.sun.ejb.containers.EntityContainer
 
getMaxCacheSize() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
getMaxCacheSize() - Method in interface com.sun.ejb.containers.util.cache.Cache
 
getMaxCacheSize() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
getMaxCacheSize() - Method in interface com.sun.ejb.containers.util.cache.MonitorableCache
 
getMaxCacheSize() - Method in interface com.sun.ejb.spi.stats.EJBCacheStatsProvider
 
getMaxCacheSize() - Method in interface com.sun.ejb.spi.stats.EntityBeanStatsProvider
 
getMaxCacheSize() - Method in interface com.sun.ejb.spi.stats.StatefulSessionBeanStatsProvider
 
getMaxIdleTime() - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
getMaxPoolSize() - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
getMaxPoolSize() - Method in class com.sun.ejb.containers.EntityContainer
 
getMaxPoolSize() - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
getMaxPoolSize() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getMaxPoolSize() - Method in interface com.sun.ejb.spi.stats.EJBPoolStatsProvider
 
getMaxPoolSize() - Method in interface com.sun.ejb.spi.stats.EntityBeanStatsProvider
 
getMaxPoolSize() - Method in interface com.sun.ejb.spi.stats.StatelessSessionBeanStatsProvider
 
getMaxReadyCount() - Method in class com.sun.ejb.base.stats.SessionBeanStatsImpl
 
getMaxReadyCount() - Method in class com.sun.ejb.base.stats.StatefulSessionBeanStatsImpl
 
getMaxReadyCount() - Method in class com.sun.ejb.base.stats.StatelessSessionBeanStatsImpl
 
getMaxWaitTimeInMillis() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getMessage() - Method in exception com.sun.ejb.containers.ParallelAccessException
 
getMessage() - Method in class com.sun.ejb.EjbInvocation
This is for EJB JAXWS only.
getMessageContext() - Method in class com.sun.ejb.containers.AbstractSessionContextImpl
 
getMessageCount() - Method in class com.sun.ejb.base.stats.MessageDrivenBeanStatsImpl
 
getMessageCount() - Method in class com.sun.ejb.containers.MessageBeanContainer
 
getMessageCount() - Method in interface com.sun.ejb.spi.stats.MessageDrivenBeanStatsProvider
 
getMetaData() - Method in class org.glassfish.ejb.startup.EjbDeployer
 
getMethod() - Method in class com.sun.ejb.containers.interceptors.AroundInvokeInvocationContext
 
getMethod() - Method in class com.sun.ejb.containers.interceptors.CallbackInvocationContext
 
getMethod() - Method in class com.sun.ejb.EjbInvocation
 
getMethodInterface() - Method in class com.sun.ejb.EjbInvocation
This method returns the method interface constant for this EjbInvocation.
getMethodMonitors() - Method in class com.sun.ejb.base.stats.EJBMethodStatsManagerImpl
 
getMethodName() - Method in class com.sun.ejb.base.stats.MethodMonitor
 
getMethodParamCount() - Method in class com.sun.ejb.containers.TimerSchedule
 
getMethodParams() - Method in class com.sun.ejb.EjbInvocation
 
getMethodReadyCount() - Method in class com.sun.ejb.base.stats.SessionBeanStatsImpl
 
getMethodReadyCount() - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
getMethodReadyCount() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
getMethodReadyCount() - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
getMethodReadyCount() - Method in class com.sun.ejb.monitoring.stats.StatefulSessionBeanStatsProvider
 
getMethodReadyCount() - Method in class com.sun.ejb.monitoring.stats.StatelessSessionBeanStatsProvider
 
getMethodReadyCount() - Method in interface com.sun.ejb.spi.stats.SessionBeanStatsProvider
 
getMethodsFor(EjbDescriptor, ClassLoader) - Method in class org.glassfish.ejb.deployment.BeanMethodCalculatorImpl
 
getMethodStatistic() - Method in class com.sun.ejb.base.stats.EJBMethodStatsImpl
 
getMethodStatistic() - Method in class com.sun.ejb.monitoring.stats.EjbMethodStatsProvider
 
getMinReadyCount() - Method in class com.sun.ejb.base.stats.SessionBeanStatsImpl
 
getMinReadyCount() - Method in class com.sun.ejb.base.stats.StatefulSessionBeanStatsImpl
 
getMinReadyCount() - Method in class com.sun.ejb.base.stats.StatelessSessionBeanStatsImpl
 
getMinute() - Method in class com.sun.ejb.containers.TimerSchedule
 
getModuleType() - Method in class org.glassfish.ejb.startup.EjbDeployer
 
getMonitorAttributeValues() - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
getMonitorAttributeValues() - Method in class com.sun.ejb.containers.MessageBeanContainer
 
getMonitorAttributeValues() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
getMonitorAttributeValues() - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
getMonitoringMethodsArray() - Method in class com.sun.ejb.containers.BaseContainer
 
getMonitoringMethodsArray(boolean) - Method in class com.sun.ejb.containers.BaseContainer
 
getMonitoringStatsProvider(String, String, String) - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
getMonitoringStatsProvider(String, String, String) - Method in class com.sun.ejb.containers.BaseContainer
 
getMonitoringStatsProvider(String, String, String) - Method in class com.sun.ejb.containers.EntityContainer
 
getMonitoringStatsProvider(String, String, String) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
getMonitoringStatsProvider(String, String, String) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
getMonitoringStatsProvider(String, String, String) - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
getMonth() - Method in class com.sun.ejb.containers.TimerSchedule
 
getName() - Method in class org.glassfish.ejb.startup.EjbContainerStarter
 
getNextTimeout() - Method in class com.sun.ejb.containers.TimerSchedule
Returns the Date of the next possible timeout.
getNextTimeout(Date) - Method in class com.sun.ejb.containers.TimerSchedule
Returns the Date of the next possible timeout after the specific date.
getNextTimeout() - Method in class com.sun.ejb.containers.TimerWrapper
 
getNextUniqueId() - Method in class com.sun.ejb.codegen.UniqueIdGenerator
Returns the next unique id for an application or stand alone ejb module.
getNumBeansInCache() - Method in class com.sun.ejb.base.stats.EJBCacheStatsImpl
 
getNumBeansInCache() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
getNumBeansInCache() - Method in class com.sun.ejb.monitoring.stats.EjbCacheStatsProvider
 
getNumBeansInCache() - Method in interface com.sun.ejb.spi.stats.EJBCacheStatsProvider
 
getNumBeansInPool() - Method in class com.sun.ejb.base.stats.EJBPoolStatsImpl
 
getNumBeansInPool() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getNumBeansInPool() - Method in class com.sun.ejb.monitoring.stats.EjbPoolStatsProvider
 
getNumBeansInPool() - Method in interface com.sun.ejb.spi.stats.EJBPoolStatsProvider
 
getNumberOfVictimsToSelect() - Method in class com.sun.ejb.base.container.util.CacheProperties
 
getNumExpiredSessionsRemoved() - Method in class com.sun.ejb.base.stats.EJBCacheStatsImpl
 
getNumExpiredSessionsRemoved() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
getNumExpiredSessionsRemoved() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
getNumExpiredSessionsRemoved() - Method in class com.sun.ejb.monitoring.stats.EjbCacheStatsProvider
 
getNumExpiredSessionsRemoved() - Method in interface com.sun.ejb.spi.stats.EJBCacheStatsProvider
 
getNumPassivationErrors() - Method in class com.sun.ejb.base.stats.EJBCacheStatsImpl
 
getNumPassivationErrors() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
getNumPassivationErrors() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
getNumPassivationErrors() - Method in class com.sun.ejb.monitoring.stats.EjbCacheStatsProvider
 
getNumPassivationErrors() - Method in interface com.sun.ejb.spi.stats.EJBCacheStatsProvider
 
getNumPassivations() - Method in class com.sun.ejb.base.stats.EJBCacheStatsImpl
 
getNumPassivations() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
getNumPassivations() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
getNumPassivations() - Method in class com.sun.ejb.monitoring.stats.EjbCacheStatsProvider
 
getNumPassivations() - Method in interface com.sun.ejb.spi.stats.EJBCacheStatsProvider
 
getNumPassivationSuccess() - Method in class com.sun.ejb.base.stats.EJBCacheStatsImpl
 
getNumPassivationSuccess() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
getNumPassivationSuccess() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
getNumPassivationSuccess() - Method in class com.sun.ejb.monitoring.stats.EjbCacheStatsProvider
 
getNumPassivationSuccess() - Method in interface com.sun.ejb.spi.stats.EJBCacheStatsProvider
 
getNumThreadsWaiting() - Method in class com.sun.ejb.base.stats.EJBPoolStatsImpl
 
getNumThreadsWaiting() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getNumThreadsWaiting() - Method in class com.sun.ejb.monitoring.stats.EjbPoolStatsProvider
 
getNumThreadsWaiting() - Method in interface com.sun.ejb.spi.stats.EJBPoolStatsProvider
 
getNumTimersCreated() - Method in class com.sun.ejb.base.stats.EJBTimedObjectStatsImpl
 
getNumTimersCreated() - Method in class com.sun.ejb.monitoring.stats.EjbTimedObjectStatsProvider
 
getNumTimersDelivered() - Method in class com.sun.ejb.base.stats.EJBTimedObjectStatsImpl
 
getNumTimersDelivered() - Method in class com.sun.ejb.monitoring.stats.EjbTimedObjectStatsProvider
 
getNumTimersRemoved() - Method in class com.sun.ejb.base.stats.EJBTimedObjectStatsImpl
 
getNumTimersRemoved() - Method in class com.sun.ejb.monitoring.stats.EjbTimedObjectStatsProvider
 
getNumVictimsAccessed() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
getObject(boolean, Object) - Method in class com.sun.ejb.containers.util.pool.AbstractPool
Get an object.
getObject(long, Object) - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getObject(Object) - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getObject(boolean, Object) - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
Get an object.
getObject(long, Object) - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
 
getObject(Object) - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
 
getObject(boolean, Object) - Method in interface com.sun.ejb.containers.util.pool.Pool
Deprecated.  
getObject(long, Object) - Method in interface com.sun.ejb.containers.util.pool.Pool
Deprecated.  
getObject(Object) - Method in interface com.sun.ejb.containers.util.pool.Pool
Get an object from the pool within the specified time.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.sun.ejb.containers.RemoteBusinessObjectFactory
 
getORBHelper() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getORBHelper() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getOrCreateApplication(Set<DeploymentElement>, String) - Static method in class org.glassfish.ejb.embedded.DeploymentElement
Create deployable application from a Set of DeploymentElements.
getOwnerId() - Method in class com.sun.ejb.containers.TimerState
 
getPackageName(String) - Method in class com.sun.ejb.codegen.Generator
Get the package name from the class name.
getPackageName() - Method in class com.sun.ejb.codegen.ServiceInterfaceGenerator
 
getParameters() - Method in class com.sun.ejb.containers.interceptors.AroundInvokeInvocationContext
 
getParameters() - Method in class com.sun.ejb.containers.interceptors.CallbackInvocationContext
 
getParameters() - Method in class com.sun.ejb.EjbInvocation
 
getPassivatedBeanSize() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
Returns the total number of bytes passivated by this store including total, min, maximum
getPassivationBatchCount() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
getPassivationBatchCount() - Method in interface com.sun.ejb.spi.container.SFSBContainerCallback
 
getPassivationCount() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
Returns the total number of sessions passivated using this store
getPassivationCount() - Method in interface com.sun.ejb.spi.sfsb.store.MonitorableSFSBStore
 
getPassivationErrorCount() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
Returns the total number of sessions that couldn't be Passivated using the store
getPassivationErrorCount() - Method in interface com.sun.ejb.spi.sfsb.store.MonitorableSFSBStore
 
getPassivationStorePath() - Method in class com.sun.ejb.base.container.util.CacheProperties
 
getPassivationSuccessCount() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
Returns the total number of sessions successfully Passivated using the store
getPassivationSuccessCount() - Method in interface com.sun.ejb.spi.sfsb.store.MonitorableSFSBStore
 
getPassivationTime() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
Returns the time spent on passivating beans to the store including total, min, max
getPassiveCount() - Method in class com.sun.ejb.base.stats.StatefulSessionBeanStatsImpl
 
getPassiveCount() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
getPassiveCount() - Method in class com.sun.ejb.monitoring.stats.StatefulSessionBeanStatsProvider
 
getPassiveCount() - Method in interface com.sun.ejb.spi.stats.StatefulSessionBeanStatsProvider
 
getPersistenceStoreType() - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
 
getPkHashCode() - Method in class com.sun.ejb.containers.TimerState
 
getPKLevelSequenceNum() - Method in class com.sun.ejb.containers.ReadOnlyContextImpl
 
getPolicyConfigurationCount() - Method in class org.glassfish.ejb.security.application.EjbSecurityStatsProvider
 
getPoolDescriptor() - Method in class com.sun.ejb.containers.MessageBeanContainer
 
getPooledCount() - Method in class com.sun.ejb.base.stats.EntityBeanStatsImpl
 
getPooledCount() - Method in class com.sun.ejb.containers.EntityContainer
 
getPooledCount() - Method in class com.sun.ejb.monitoring.stats.EntityBeanStatsProvider
 
getPooledCount() - Method in interface com.sun.ejb.spi.stats.EntityBeanStatsProvider
 
getPooledEJB() - Method in class com.sun.ejb.containers.EntityContainer
 
getPoolSuccess() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getPort() - Method in class com.sun.ejb.containers.builder.BaseContainerBuilder
 
getPossibleCmpCmrFields(ClassLoader, String) - Method in class org.glassfish.ejb.deployment.BeanMethodCalculatorImpl
 
getPre30LifecycleMethodNames() - Method in class com.sun.ejb.containers.BaseContainer
 
getPre30LifecycleMethodNames() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
getPreInvokeTxStatus() - Method in class com.sun.ejb.EjbInvocation
 
getPrimaryKey() - Method in class com.sun.ejb.containers.EJBLocalObjectImpl
 
getPrimaryKey() - Method in class com.sun.ejb.containers.EJBObjectImpl
 
getPrimaryKey() - Method in class com.sun.ejb.containers.EntityContextImpl
Implementation of EntityContext method.
getPrimaryKeyClass() - Method in class com.sun.ejb.portable.EJBMetaDataImpl
 
getProbeProviderFactory() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getProbeProviderFactory() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getProtocolManager() - Method in class com.sun.ejb.containers.BaseContainer
 
getProxy() - Method in class com.sun.ejb.containers.interceptors.InterceptorInvocationHandler
 
getReadOnlyBeanInfo() - Method in class com.sun.ejb.containers.ReadOnlyContextImpl
 
getReadOnlyBeanLocalNotifier(String) - Static method in class com.sun.appserv.ejb.ReadOnlyBeanHelper
 
getReadOnlyBeanLocalNotifier(String) - Static method in class com.sun.ejb.containers.ReadOnlyBeanHelper
Deprecated. Get a ReadOnlyBeanLocalNotifier for a bean that can be "lookedup" using the ejbName
getReadOnlyBeanLocalNotifier() - Method in interface com.sun.ejb.containers.ReadOnlyEJBLocalHome
 
getReadOnlyBeanLocalNotifier() - Method in class com.sun.ejb.containers.ReadOnlyEJBLocalHomeImpl
 
getReadOnlyBeanNotifier(String) - Static method in class com.sun.appserv.ejb.ReadOnlyBeanHelper
 
getReadOnlyBeanNotifier(String) - Static method in class com.sun.ejb.containers.ReadOnlyBeanHelper
Deprecated. Get a ReadOnlyBeanNotifier for a bean that can be "lookedup" using the ejbName
getReadOnlyBeanNotifier() - Method in interface com.sun.ejb.containers.ReadOnlyEJBHome
 
getReadOnlyBeanNotifier() - Method in class com.sun.ejb.containers.ReadOnlyEJBHomeImpl
 
getReadyCount() - Method in class com.sun.ejb.base.stats.EntityBeanStatsImpl
 
getReadyCount() - Method in class com.sun.ejb.containers.EntityContainer
 
getReadyCount() - Method in class com.sun.ejb.monitoring.stats.EntityBeanStatsProvider
 
getReadyCount() - Method in interface com.sun.ejb.spi.stats.EntityBeanStatsProvider
 
getReadyEJB(EjbInvocation) - Method in class com.sun.ejb.containers.CommitCEntityContainer
 
getReadyEJB(EjbInvocation) - Method in class com.sun.ejb.containers.EntityContainer
 
getRefCount() - Method in class com.sun.ejb.containers.SessionContextImpl
 
getRemote30HomeJndiName(String) - Static method in class com.sun.ejb.EJBUtils
 
getRemoteEjbJndiName(EjbReferenceDescriptor) - Static method in class com.sun.ejb.EJBUtils
Actual jndi-name under which Remote ejb factory lives depends on whether it's a Remote Home view or Remote Business view.
getRemoteEjbJndiName(boolean, String, String) - Static method in class com.sun.ejb.EJBUtils
 
getRemoteInterfaceClass() - Method in class com.sun.ejb.portable.EJBMetaDataImpl
 
getRemovalTimeoutInSeconds() - Method in class com.sun.ejb.base.container.util.CacheProperties
 
getRemovalTimeoutInSeconds() - Method in interface com.sun.ejb.containers.util.cache.MonitorableCache
 
getRemoveCount() - Method in class com.sun.ejb.base.stats.EJBStatsImpl
 
getRemoveCount() - Method in class com.sun.ejb.monitoring.stats.EjbMonitoringStatsProvider
 
getRemoveCount() - Method in interface com.sun.ejb.spi.stats.EJBStatsProvider
 
getRequestClientVersion() - Method in interface com.sun.ejb.spi.sfsb.util.SFSBVersionManager
 
getResizeQuantity() - Method in interface com.sun.ejb.containers.util.cache.MonitorableCache
 
getResizeQuantity() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getResourceHandle() - Method in class com.sun.ejb.containers.MessageBeanListenerImpl
 
getResourceHandler() - Method in class com.sun.ejb.EjbInvocation
 
getResourceList() - Method in interface com.sun.ejb.ComponentContext
Get the resources associated with this Context.
getResourceList() - Method in class com.sun.ejb.containers.EJBContextImpl
Get all the resources associated with the context
getResponseClientVersion() - Method in interface com.sun.ejb.spi.sfsb.util.SFSBVersionManager
 
getRollbackOnly() - Method in class com.sun.ejb.containers.EJBContextImpl
 
getRollbackOnly() - Method in class com.sun.ejb.containers.SingletonContextImpl
 
getSchedule() - Method in class com.sun.ejb.containers.TimerState
 
getSchedule() - Method in class com.sun.ejb.containers.TimerWrapper
 
getScheduleAsString() - Method in class com.sun.ejb.containers.TimerSchedule
 
getScheduleExpression() - Method in class com.sun.ejb.containers.TimerSchedule
 
getSecond() - Method in class com.sun.ejb.containers.TimerSchedule
 
getSecurityAttribute(EjbDescriptor, Method) - Method in class com.sun.ejb.codegen.Generator
 
getSecurityManager() - Method in interface com.sun.ejb.Container
 
getSecurityManager() - Method in class com.sun.ejb.containers.BaseContainer
 
getSecurityManagerCount() - Method in class org.glassfish.ejb.security.application.EjbSecurityStatsProvider
 
getSerializableObjectFactory() - Method in class com.sun.ejb.containers.EJBLocalHomeImpl
 
getSerializableObjectFactory() - Method in class com.sun.ejb.containers.EJBLocalObjectImpl
Called from EJBUtils.EJBObjectOutputStream.replaceObject
getSerializableObjectFactory() - Method in class com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate
 
getSerializableObjectFactory() - Method in class com.sun.ejb.containers.TimerWrapper
 
getSerializableObjectFactory() - Method in interface com.sun.ejb.spi.io.IndirectlySerializable
 
getSerializableSubclassName() - Method in class com.sun.ejb.codegen.AsmSerializableBeanGenerator
 
getServerContext() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getServerContext() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getServerEnvironment() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getServerEnvironment() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getServiceIntfName() - Method in class com.sun.ejb.codegen.ServiceInterfaceGenerator
 
getSessionContext() - Method in class com.sun.ejb.containers.SessionContextImpl
 
getSessionContext() - Method in interface com.sun.ejb.spi.container.StatefulEJBContext
 
getSessionId() - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
getSfsbClientVersion() - Method in class com.sun.ejb.containers.EJBLocalRemoteObject
 
getSfsbHaPersistenceTypeFromConfig() - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Get the sfsb-ha-persistence-type from domain.xml.
getSfsbNonHaPersistenceTypeFromConfig() - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Get the sfsb-non-ha-persistence-type from domain.xml.
getSize() - Method in class com.sun.ejb.containers.util.cache.BaseCache.CacheItem
 
getSize() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getSOAPMessage() - Method in class com.sun.ejb.EjbInvocation
This is for EJB JAXWS only.
getStart() - Method in class com.sun.ejb.containers.TimerSchedule
 
getStatByName(String) - Method in class com.sun.ejb.containers.util.cache.BaseCache
get the desired statistic counter
getStatByName(String) - Method in class com.sun.ejb.containers.util.cache.LruCache
get the desired statistic counter
getState() - Method in class com.sun.ejb.containers.TimerState
 
getState() - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
getStatefulWriteLock() - Method in class com.sun.ejb.containers.SessionContextImpl
 
getStatistic(String) - Method in class com.sun.ejb.base.stats.StatsImpl
 
getStatisticNames() - Method in class com.sun.ejb.base.stats.StatsImpl
 
getStatistics() - Method in class com.sun.ejb.base.stats.StatsImpl
 
getStats() - Method in class com.sun.ejb.containers.util.cache.BaseCache
get the stats snapshot
getStats() - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
getStats() - Method in class com.sun.ejb.containers.util.cache.LruCache
 
getStats() - Method in class com.sun.ejb.containers.util.cache.UnboundedEJBObjectCache
 
getSteadyPoolSize() - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
getSteadyPoolSize() - Method in class com.sun.ejb.containers.EntityContainer
 
getSteadyPoolSize() - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
getSteadyPoolSize() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getSteadyPoolSize() - Method in interface com.sun.ejb.spi.stats.EJBPoolStatsProvider
 
getSteadyPoolSize() - Method in interface com.sun.ejb.spi.stats.EntityBeanStatsProvider
 
getSteadyPoolSize() - Method in interface com.sun.ejb.spi.stats.StatelessSessionBeanStatsProvider
 
getStorePoolJndiNameFromConfig() - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Get the store-pool-jndi-name from domain.xml.
getStringifiedMethodName() - Method in class com.sun.ejb.monitoring.stats.EjbMethodStatsProvider
 
getStub() - Method in class com.sun.ejb.containers.EJBObjectImpl
 
getStub(String) - Method in class com.sun.ejb.containers.EJBObjectImpl
 
getStub() - Method in class com.sun.ejb.containers.RemoteBusinessWrapperBase
 
getTarget() - Method in class com.sun.ejb.containers.interceptors.CallbackInvocationContext
 
getTarget() - Method in class com.sun.ejb.EjbInvocation
 
getTargetInstance() - Method in class com.sun.ejb.containers.interceptors.InterceptorInvocationHandler
 
getTargetObject(byte[], String) - Method in interface com.sun.ejb.Container
Return the EJBObject/EJBHome for the given instanceKey.
getTargetObject(byte[], String) - Method in class com.sun.ejb.containers.BaseContainer
Return the EJBObject/EJBHome Proxy for the given ejbId and instanceKey.
getThreadPoolExecutor(String) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getThreadPoolExecutor(String) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getThrowable() - Method in exception com.sun.ejb.containers.util.pool.PoolException
 
getTimedObjectPrimaryKey(ClassLoader) - Method in class com.sun.ejb.containers.TimerState.Blob
 
getTimedObjectPrimaryKey() - Method in class com.sun.ejb.containers.TimerState
 
getTimeout() - Method in class com.sun.ejb.containers.EJBTimerTask
 
getTimeout() - Method in class com.sun.ejb.MethodLockInfo
 
getTimer() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getTimer() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getTimer() - Method in class com.sun.ejb.containers.interceptors.CallbackInvocationContext
 
getTimer() - Method in class com.sun.ejb.EjbInvocation
 
getTimeRemaining() - Method in class com.sun.ejb.containers.TimerWrapper
 
getTimerId() - Method in class com.sun.ejb.containers.TimerPrimaryKey
 
getTimerId() - Method in class com.sun.ejb.containers.TimerState
 
getTimerMethodName() - Method in class com.sun.ejb.containers.TimerSchedule
 
getTimerResource() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getTimerResource() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getTimers() - Method in class com.sun.ejb.containers.EJBTimerServiceWrapper
 
getTimerSchedule() - Method in class com.sun.ejb.containers.TimerState
 
getTimersCreated() - Method in interface com.sun.ejb.spi.stats.EJBTimedObjectStatsProvider
 
getTimersDelivered() - Method in interface com.sun.ejb.spi.stats.EJBTimedObjectStatsProvider
 
getTimerService() - Method in class com.sun.ejb.containers.AbstractSessionContextImpl
 
getTimerService() - Method in class com.sun.ejb.containers.EntityContextImpl
 
getTimerService() - Method in class com.sun.ejb.containers.MessageBeanContextImpl
 
getTimerService() - Method in class com.sun.ejb.containers.SessionContextImpl
 
getTimerService() - Method in class com.sun.ejb.containers.SingletonContextImpl
 
getTimersRemoved() - Method in interface com.sun.ejb.spi.stats.EJBTimedObjectStatsProvider
 
getTimeUnit() - Method in class com.sun.ejb.MethodLockInfo
 
getTimeZone() - Method in class com.sun.ejb.containers.TimerSchedule
 
getTimeZoneID() - Method in class com.sun.ejb.containers.TimerSchedule
 
getTotalBeansCreated() - Method in class com.sun.ejb.base.stats.EJBPoolStatsImpl
 
getTotalBeansCreated() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getTotalBeansCreated() - Method in class com.sun.ejb.monitoring.stats.EjbPoolStatsProvider
 
getTotalBeansCreated() - Method in interface com.sun.ejb.spi.stats.EJBPoolStatsProvider
 
getTotalBeansDestroyed() - Method in class com.sun.ejb.base.stats.EJBPoolStatsImpl
 
getTotalBeansDestroyed() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getTotalBeansDestroyed() - Method in class com.sun.ejb.monitoring.stats.EjbPoolStatsProvider
 
getTotalBeansDestroyed() - Method in interface com.sun.ejb.spi.stats.EJBPoolStatsProvider
 
getTotalExecutionTime() - Method in class com.sun.ejb.monitoring.stats.EjbMethodStatsProvider
 
getTotalInvocations() - Method in class com.sun.ejb.base.stats.MethodMonitor
 
getTotalNumErrors() - Method in class com.sun.ejb.base.stats.EJBMethodStatsImpl
 
getTotalNumErrors() - Method in class com.sun.ejb.base.stats.MethodMonitor
 
getTotalNumErrors() - Method in class com.sun.ejb.monitoring.stats.EjbMethodStatsProvider
 
getTotalNumErrors() - Method in interface com.sun.ejb.spi.stats.EJBMethodStatsProvider
 
getTotalNumSuccess() - Method in class com.sun.ejb.base.stats.EJBMethodStatsImpl
 
getTotalNumSuccess() - Method in class com.sun.ejb.base.stats.MethodMonitor
 
getTotalNumSuccess() - Method in class com.sun.ejb.monitoring.stats.EjbMethodStatsProvider
 
getTotalNumSuccess() - Method in interface com.sun.ejb.spi.stats.EJBMethodStatsProvider
 
getTransaction() - Method in interface com.sun.ejb.ComponentContext
Get the Transaction object associated with this Context.
getTransaction() - Method in class com.sun.ejb.containers.EJBContextImpl
 
getTransactionalMethodsFor(EjbDescriptor, ClassLoader) - Method in class org.glassfish.ejb.deployment.BeanMethodCalculatorImpl
 
getTransactionManager() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
getTransactionManager() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
getTransactionOperationsManager() - Method in class com.sun.ejb.EjbInvocation
 
getTxAttr(Method, String) - Method in class com.sun.ejb.containers.BaseContainer
 
getTxAttr(EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
 
getTxAttribute(EjbDescriptor, Method) - Method in class com.sun.ejb.codegen.Generator
 
getUniqueClassName(DeploymentContext, String, String, Vector) - Method in class com.sun.ejb.codegen.Generator
 
getUserTransaction() - Method in class com.sun.ejb.containers.AbstractSessionContextImpl
 
getUserTransaction() - Method in class com.sun.ejb.containers.EJBContextImpl
 
getUserTransaction() - Method in class com.sun.ejb.containers.MessageBeanContextImpl
 
getUsesCallerIdentity() - Method in class org.glassfish.ejb.security.application.EJBSecurityManager
 
getValue() - Method in class com.sun.ejb.containers.util.cache.BaseCache.CacheItem
get the item's value
getVersion() - Method in class com.sun.ejb.containers.SessionContextImpl
 
getVersion() - Method in interface com.sun.ejb.spi.container.StatefulEJBContext
 
getVersion() - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
getVictimCount() - Method in interface com.sun.ejb.containers.util.cache.MonitorableCache
 
getVictimSelectionPolicy() - Method in class com.sun.ejb.base.container.util.CacheProperties
 
getVictimSelectionPolicy() - Method in interface com.sun.ejb.containers.util.cache.MonitorableCache
 
getWaitCount() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
getWar(Set<DeploymentElement>) - Static method in class org.glassfish.ejb.embedded.DeploymentElement
 
getWasCancelCalled() - Method in class com.sun.ejb.EjbInvocation
 
getWebServiceMethod() - Method in class com.sun.ejb.EjbInvocation
 
getWebServiceTie() - Method in class com.sun.ejb.EjbInvocation
 
getWithTimeout(long, long, String) - Method in interface com.sun.ejb.containers.GenericEJBHome
 
getYear() - Method in class com.sun.ejb.containers.TimerSchedule
 

H

handle(String) - Method in class com.sun.ejb.containers.EJBContextNamingProxy
 
handle(String) - Method in class com.sun.ejb.containers.InternalInterceptorBindingNamingProxy
 
handle(String) - Method in class com.sun.ejb.containers.TimerServiceNamingProxy
 
handleBatchOverflow(ArrayList) - Method in class com.sun.ejb.containers.EntityContainer.LocalEJBObjectCacheVictimHandler
 
handleBatchOverflow(ArrayList) - Method in interface com.sun.ejb.containers.util.cache.EJBObjectCacheListener
 
HandleDelegateUtil - Class in com.sun.ejb.portable
Common code for looking up the java:comp/HandleDelegate.
HandleDelegateUtil() - Constructor for class com.sun.ejb.portable.HandleDelegateUtil
 
HandleImpl - Class in com.sun.ejb.portable
A portable implementation of Handle using the HandleDelegate SPI.
HandleImpl(EJBObject) - Constructor for class com.sun.ejb.portable.HandleImpl
 
handleOverflow(Object) - Method in class com.sun.ejb.containers.EntityContainer.LocalEJBObjectCacheVictimHandler
 
handleOverflow() - Method in class com.sun.ejb.containers.util.cache.BaseCache
increase the threshold
handleOverflow(Object) - Method in interface com.sun.ejb.containers.util.cache.EJBObjectCacheListener
 
handleRefreshAllRequest() - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
handleRefreshAllRequest(long) - Method in interface com.sun.ejb.spi.distributed.DistributedReadOnlyBeanService
Called from the DistributedReadOnlyBeanNotifier when it receives a (remote) request to refresh all RO beans
handleRefreshAllRequest() - Method in interface com.sun.ejb.spi.distributed.ReadOnlyBeanRefreshEventHandler
Called from DistributedReadOnlyBeanServiceImpl when a refreshAll message arrives at this instance
handleRefreshRequest(Object) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
handleRefreshRequest(long, byte[]) - Method in interface com.sun.ejb.spi.distributed.DistributedReadOnlyBeanService
Called from the DistributedReadOnlyBeanNotifier when it receives a (remote) request to refresh a RO bean
handleRefreshRequest(Object) - Method in interface com.sun.ejb.spi.distributed.ReadOnlyBeanRefreshEventHandler
Called from DistributedReadOnlyBeanServiceImpl when a refresh message arrives at this instance
hasEJBModule(Set<DeploymentElement>) - Static method in class org.glassfish.ejb.embedded.DeploymentElement
 
hasExtendedPC() - Method in class com.sun.ejb.containers.SessionContextImpl
 
hash(Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
Returns a hash code for non-null Object x.
hashCode() - Method in class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator.SimpleSessionKey
 
hashCode() - Method in class com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate
 
hashCode() - Method in class com.sun.ejb.containers.RemoteBusinessWrapperBase
 
hashCode() - Method in class com.sun.ejb.containers.TimerPrimaryKey
 
hashCode() - Method in class com.sun.ejb.containers.TimerSchedule
 
hashCode() - Method in class com.sun.ejb.containers.TimerWrapper
 
hashCode() - Method in class com.sun.ejb.containers.util.cache.CacheEntry
 
hasInterceptors() - Method in class com.sun.ejb.containers.interceptors.InterceptorManager
 
hasLibrary(Set<DeploymentElement>) - Static method in class org.glassfish.ejb.embedded.DeploymentElement
 
hasLocalBusinessView - Variable in class com.sun.ejb.containers.BaseContainer
 
hasLocalHomeView - Variable in class com.sun.ejb.containers.BaseContainer
 
hasMoreElements() - Method in class com.sun.ejb.portable.ObjrefEnumeration
 
hasOptionalLocalBusinessView - Variable in class com.sun.ejb.containers.BaseContainer
 
hasRemoteBusinessView - Variable in class com.sun.ejb.containers.BaseContainer
 
hasRemoteHomeView - Variable in class com.sun.ejb.containers.BaseContainer
 
HAStatefulSessionStoreMonitor - Class in com.sun.ejb.base.stats
An instance of this class is used by the StatefulContainer to update monitoring data.
HAStatefulSessionStoreMonitor() - Constructor for class com.sun.ejb.base.stats.HAStatefulSessionStoreMonitor
 
HAStatefulSessionStoreStatsImpl - Class in com.sun.ejb.base.stats
Implementation of StatefulSessionStoreStats There is once instance of this class per StatefulEJBContainer
HAStatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager) - Constructor for class com.sun.ejb.base.stats.HAStatefulSessionStoreStatsImpl
 
hasTimeout() - Method in class com.sun.ejb.MethodLockInfo
 
hasWar(Set<DeploymentElement>) - Static method in class org.glassfish.ejb.embedded.DeploymentElement
 
head - Variable in class com.sun.ejb.containers.util.cache.LruCache
 
HIGH_WATER_MARK - Static variable in class com.sun.ejb.containers.EntityContainer
 
hitCount - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
hitCountLk - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
holdingSFSBSerializedLock() - Method in class com.sun.ejb.EjbInvocation
 
HomeGenerator - Class in com.sun.ejb.codegen
This class generates the EJBHome implementation.
HomeGenerator(DeploymentContext, EjbDescriptor, boolean, Vector) - Constructor for class com.sun.ejb.codegen.HomeGenerator
 
HomeHandleImpl - Class in com.sun.ejb.portable
A portable implementation of HomeHandle using the HandleDelegate SPI.
HomeHandleImpl(EJBHome) - Constructor for class com.sun.ejb.portable.HomeHandleImpl
 
homeIntf - Variable in class com.sun.ejb.containers.BaseContainer
 
hour(String) - Method in class com.sun.ejb.containers.TimerSchedule
 

I

iased - Variable in class com.sun.ejb.containers.EntityContainer
 
idCounter - Variable in class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator
 
idleEJBObjectPassivator - Variable in class com.sun.ejb.containers.EntityContainer
 
idleLocalEJBObjectPassivator - Variable in class com.sun.ejb.containers.EntityContainer
 
idleTimeoutInSeconds - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
inActivatePassivate() - Method in class com.sun.ejb.containers.EJBContextImpl
 
inActivatePassivate(ComponentInvocation) - Method in class com.sun.ejb.containers.EJBContextImpl
 
incrementActivationCount(boolean) - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
incrementAddCount() - Method in class com.sun.ejb.containers.util.cache.BaseCache
 
incrementAndGetVersion() - Method in class com.sun.ejb.containers.SessionContextImpl
 
incrementAndGetVersion() - Method in interface com.sun.ejb.spi.container.StatefulEJBContext
 
incrementCacheFailures(Object) - Method in interface com.sun.ejb.containers.util.cache.Cache
 
incrementCacheFailures() - Method in interface com.sun.ejb.containers.util.cache.Cache
 
incrementCacheSuccess(Object) - Method in interface com.sun.ejb.containers.util.cache.Cache
 
incrementCacheSuccess() - Method in interface com.sun.ejb.containers.util.cache.Cache
 
incrementCheckpointCount(boolean) - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreMonitor
 
incrementCheckpointCount(boolean) - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreStatsImpl
 
incrementCheckpointCount(boolean) - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
incrementConcurrentInvokeCount() - Method in class com.sun.ejb.containers.EJBContextImpl
Increment the number of concurrent invocations on this bean (could happen with re-entrant bean).
incrementCreatedTimedObject() - Method in class com.sun.ejb.containers.BaseContainer
 
incrementDeliveredTimedObject() - Method in class com.sun.ejb.containers.BaseContainer
 
incrementEntryCount() - Method in class com.sun.ejb.containers.util.cache.BaseCache
synchronized counter updates
incrementExpiredSessionsRemoved(long) - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
incrementHitCount() - Method in class com.sun.ejb.containers.util.cache.BaseCache
 
incrementLoadFromBackupCount() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
incrementMethodReadyStat() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
incrementMissCount() - Method in class com.sun.ejb.containers.util.cache.BaseCache
 
incrementOverflowCount() - Method in class com.sun.ejb.containers.util.cache.BaseCache
 
incrementPassivationCount(boolean) - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
incrementPKLevelSequenceNum() - Method in class com.sun.ejb.containers.ReadOnlyContextImpl
 
incrementRefCount() - Method in class com.sun.ejb.containers.SessionContextImpl
 
incrementReferenceCount() - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
incrementRefreshCount() - Method in class com.sun.ejb.containers.util.cache.BaseCache
 
incrementRemovalCount() - Method in class com.sun.ejb.containers.util.cache.BaseCache
 
incrementRemovedTimedObject() - Method in class com.sun.ejb.containers.BaseContainer
 
IndentingWriter - Class in com.sun.ejb.codegen
 
IndentingWriter(OutputStreamWriter) - Constructor for class com.sun.ejb.codegen.IndentingWriter
 
IndirectlySerializable - Interface in com.sun.ejb.spi.io
An interface that allows Non-Serializable objects to be persisted.
inEjbRemove - Variable in class com.sun.ejb.containers.EJBContextImpl
 
init(EjbDescriptor) - Method in class com.sun.ejb.base.container.util.CacheProperties
 
init(Object, Object[], Object, InterceptorManager) - Method in class com.sun.ejb.containers.interceptors.InterceptorInvocationHandler
 
init(InvocationContext) - Method in class com.sun.ejb.containers.interceptors.SystemInterceptorProxy
 
init(int, Properties) - Method in class com.sun.ejb.containers.util.cache.BaseCache
initialize the cache
init(int, float, Properties) - Method in class com.sun.ejb.containers.util.cache.BaseCache
initialize the cache
init(int, int, long, float, Properties) - Method in interface com.sun.ejb.containers.util.cache.EJBObjectCache
 
init(int, int, long, float, Properties) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
init(int, float, Properties) - Method in class com.sun.ejb.containers.util.cache.NRUSessionCache
 
init(int, int, long, float, Properties) - Method in class com.sun.ejb.containers.util.cache.UnboundedEJBObjectCache
 
initialize() - Method in class com.sun.ejb.base.stats.EJBCacheStatsImpl
 
initialize() - Method in class com.sun.ejb.base.stats.EJBPoolStatsImpl
 
initialize() - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreStatsImpl
 
initialize() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
 
initialize(String) - Method in class com.sun.ejb.base.stats.StatsImpl
 
initialize(EjbInvocation) - Method in class com.sun.ejb.containers.EjbAsyncTask
 
initialize(Object, Object, CacheEntry) - Method in class com.sun.ejb.containers.util.cache.CacheEntry
 
initialize(Object, int, Object, CacheEntry) - Method in class com.sun.ejb.containers.util.cache.CacheEntry
 
initializeHome() - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
initializeHome() - Method in class com.sun.ejb.containers.EntityContainer
Called from the ContainerFactory during initialization.
initializeHome() - Method in class com.sun.ejb.containers.MessageBeanContainer
 
initializeHome() - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
initializeHome() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
initializeHome() - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
initializeInterceptorInstances(Object[]) - Method in class com.sun.ejb.containers.interceptors.InterceptorManager
 
initializePool(ObjectFactory, long, int, int, int, long, int, ClassLoader) - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
initializePool(ObjectFactory, int, int, int, int, ClassLoader) - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
 
initializeSingleton(AbstractSingletonContainer) - Method in class org.glassfish.ejb.startup.SingletonLifeCycleManager
 
initializeStatefulWriteLock() - Method in class com.sun.ejb.containers.SessionContextImpl
 
initSessionStats() - Method in class com.sun.ejb.base.stats.SessionBeanStatsImpl
 
initSessionStats() - Method in class com.sun.ejb.base.stats.StatefulSessionBeanStatsImpl
 
initSessionStats() - Method in class com.sun.ejb.base.stats.StatelessSessionBeanStatsImpl
 
initWithEjbDescriptor(EjbDescriptor) - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
initializes this config object with a specific EJB descriptor
injectEjbInstance(EJBContextImpl) - Method in class com.sun.ejb.containers.BaseContainer
 
injectionManager - Variable in class com.sun.ejb.containers.BaseContainer
 
inResizing - Variable in class com.sun.ejb.containers.util.pool.NonBlockingPool
 
instanceKey - Variable in class com.sun.ejb.containers.AbstractSessionContextImpl
 
instantiateEJBLocalBusinessObjectImpl() - Method in class com.sun.ejb.containers.BaseContainer
 
instantiateEJBLocalObjectImpl() - Method in class com.sun.ejb.containers.BaseContainer
 
instantiateEJBObjectImpl() - Method in class com.sun.ejb.containers.BaseContainer
 
instantiateOptionalEJBLocalBusinessObjectImpl() - Method in class com.sun.ejb.containers.BaseContainer
 
instantiateRemoteBusinessObjectImpl() - Method in class com.sun.ejb.containers.BaseContainer
 
instantiateSingletonInstance() - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
intercept(InterceptorManager.InterceptorChain, InterceptorManager.AroundInvokeContext) - Method in class com.sun.ejb.containers.interceptors.InterceptorManager
 
intercept(LifecycleCallbackDescriptor.CallbackType, EJBContextImpl) - Method in class com.sun.ejb.containers.interceptors.InterceptorManager
 
intercept(LifecycleCallbackDescriptor.CallbackType, Object, Object[]) - Method in class com.sun.ejb.containers.interceptors.InterceptorManager
 
interceptorChain - Variable in class com.sun.ejb.InvocationInfo
 
InterceptorInvocationHandler - Class in com.sun.ejb.containers.interceptors
 
InterceptorInvocationHandler() - Constructor for class com.sun.ejb.containers.interceptors.InterceptorInvocationHandler
 
interceptorManager - Variable in class com.sun.ejb.containers.BaseContainer
 
InterceptorManager - Class in com.sun.ejb.containers.interceptors
UserInterceptorsManager manages UserInterceptors.
InterceptorManager(Logger, BaseContainer, Class[], String[]) - Constructor for class com.sun.ejb.containers.interceptors.InterceptorManager
 
InterceptorManager(Logger, ClassLoader, String, InterceptorInfo) - Constructor for class com.sun.ejb.containers.interceptors.InterceptorManager
 
InterceptorManager.AroundInvokeContext - Interface in com.sun.ejb.containers.interceptors
 
InterceptorManager.InterceptorChain - Interface in com.sun.ejb.containers.interceptors
 
InterceptorUtil - Class in com.sun.ejb.containers.interceptors
 
InterceptorUtil() - Constructor for class com.sun.ejb.containers.interceptors.InterceptorUtil
 
InternalEJBContainerException - Exception in com.sun.ejb.containers
 
InternalEJBContainerException() - Constructor for exception com.sun.ejb.containers.InternalEJBContainerException
 
InternalEJBContainerException(String) - Constructor for exception com.sun.ejb.containers.InternalEJBContainerException
 
InternalEJBContainerException(String, Throwable) - Constructor for exception com.sun.ejb.containers.InternalEJBContainerException
 
internalGet(int, Object, boolean) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
internalGetEJBLocalObjectImpl(Object) - Method in class com.sun.ejb.containers.EntityContainer
The following are private methods for implementing internal logic for lifecyle and state management, in a reusable way.
internalGetEJBLocalObjectImpl(Object, boolean) - Method in class com.sun.ejb.containers.EntityContainer
 
internalGetEJBLocalObjectImpl(Object, boolean, boolean) - Method in class com.sun.ejb.containers.EntityContainer
 
internalGetEJBObjectImpl(Object, byte[]) - Method in class com.sun.ejb.containers.EntityContainer
 
internalGetEJBObjectImpl(Object, byte[], boolean) - Method in class com.sun.ejb.containers.EntityContainer
 
internalGetEJBObjectImpl(Object, byte[], boolean, boolean) - Method in class com.sun.ejb.containers.EntityContainer
 
InternalInterceptorBindingImpl - Class in com.sun.ejb.containers
 
InternalInterceptorBindingImpl(Habitat) - Constructor for class com.sun.ejb.containers.InternalInterceptorBindingImpl
 
InternalInterceptorBindingNamingProxy - Class in com.sun.ejb.containers
Provides access to internal product-specific spi object for binding system-level interceptors (e.g from JAX-RS)
InternalInterceptorBindingNamingProxy() - Constructor for class com.sun.ejb.containers.InternalInterceptorBindingNamingProxy
 
internalPut(int, Object, Object, int, boolean) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
InternalRemoteException - Exception in com.sun.ejb.containers
 
InternalRemoteException(InternalEJBContainerException) - Constructor for exception com.sun.ejb.containers.InternalRemoteException
 
internalRemove(Object, boolean) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
InvalidBean - Exception in com.sun.ejb.codegen
 
InvalidBean(String) - Constructor for exception com.sun.ejb.codegen.InvalidBean
Constructs the InvalidBean exception with the specified string.
InvalidHome - Exception in com.sun.ejb.codegen
 
InvalidHome(String) - Constructor for exception com.sun.ejb.codegen.InvalidHome
Constructs the InvalidHome exception with the specified string.
InvocationHandlerUtil - Class in com.sun.ejb.containers
 
invocationInfo - Variable in class com.sun.ejb.EjbInvocation
InvocationInfo object caches information about the current method
InvocationInfo - Class in com.sun.ejb
InvocationInfo caches various attributes of the method that is currently held in the invocation object (that is currently executed) This avoids some of the expensive operations like (for example) method.getName().startsWith("findByPrimaryKey") Every container maintains a HashMap of method VS invocationInfo that is populated during container initialization
InvocationInfo() - Constructor for class com.sun.ejb.InvocationInfo
 
InvocationInfo(Method) - Constructor for class com.sun.ejb.InvocationInfo
 
invocationInfoMap - Variable in class com.sun.ejb.containers.BaseContainer
 
invocationManager - Variable in class com.sun.ejb.containers.BaseContainer
 
invoke(Object, Method, Object[]) - Method in class com.sun.ejb.containers.EJBLocalObjectInvocationHandler
This entry point is only used for Local Home view.
invoke(Object, Method, Object[]) - Method in class com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate
 
invoke(Object, Method, Object[]) - Method in class com.sun.ejb.containers.EJBObjectInvocationHandler
This entry point is only used for the Remote Home view.
invoke(Object, Method, Object[]) - Method in class com.sun.ejb.containers.EJBObjectInvocationHandlerDelegate
 
invoke(Object, Method, Object[]) - Method in class com.sun.ejb.containers.interceptors.InterceptorInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class com.sun.ejb.containers.RemoteBusinessIntfInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class com.sun.ejb.containers.WebServiceInvocationHandler
 
invoke(Method, boolean, Object, Object[]) - Method in class org.glassfish.ejb.security.application.EJBSecurityManager
This method is similiar to the runMethod, except it keeps the semantics same as the one in reflection.
invoke(Method, EjbInvocation, Object, Object[], EJBSecurityManager) - Static method in class org.glassfish.ejb.security.EJBSecurityUtil
This method is similiar to the runMethod, except it keeps the semantics same as the one in reflection.
invokeBeanMethod(EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
Called from Interceptor Chain to invoke the actual bean method.
invokeBeanMethod() - Method in class com.sun.ejb.containers.interceptors.AroundInvokeInvocationContext
Called from Interceptor Chain to invoke the actual bean method.
invokeBeanMethod() - Method in interface com.sun.ejb.containers.interceptors.InterceptorManager.AroundInvokeContext
Called from Interceptor Chain to invoke the actual bean method.
invokeBeanMethod() - Method in class com.sun.ejb.EjbInvocation
 
invokeFindByPrimaryKey(Method, EjbInvocation, Object[]) - Method in class com.sun.ejb.containers.EntityContainer
 
invokeFindByPrimaryKey(Method, EjbInvocation, Object[]) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
invokeJavaObjectMethod(InvocationHandler, Method, Object[]) - Static method in class com.sun.ejb.containers.InvocationHandlerUtil
 
invokeNext(int, InterceptorManager.AroundInvokeContext) - Method in interface com.sun.ejb.containers.interceptors.InterceptorManager.InterceptorChain
 
invokePeriodically(long, long, Runnable) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
invokePeriodically(long, long, Runnable) - Method in interface com.sun.ejb.spi.container.SFSBContainerCallback
 
invokePostConstruct() - Method in class com.sun.ejb.containers.interceptors.InterceptorInvocationHandler
 
invokePreDestroy() - Method in class com.sun.ejb.containers.interceptors.InterceptorInvocationHandler
 
IOUtils - Class in com.sun.ejb.base.io
 
IOUtils() - Constructor for class com.sun.ejb.base.io.IOUtils
 
isActive() - Method in class com.sun.ejb.containers.TimerState
 
isAppExceptionRequiringRollback(Throwable) - Method in class com.sun.ejb.containers.BaseContainer
Returns true if this exception is an Application Exception and it requires rollback of the transaction in which it was thrown.
isApplicationException(Throwable) - Method in class com.sun.ejb.containers.BaseContainer
 
isAsynchronous() - Method in class com.sun.ejb.InvocationInfo
 
isAutomatic() - Method in class com.sun.ejb.containers.TimerSchedule
 
isAWebService() - Method in class com.sun.ejb.EjbInvocation
 
isBusinessInterface - Variable in class com.sun.ejb.EjbInvocation
True if this invocation was made through a local business interface or bean local view or a remote business interface.
isBusinessMethod - Variable in class com.sun.ejb.InvocationInfo
 
isCacheOverflowAllowed() - Method in interface com.sun.ejb.containers.util.cache.MonitorableCache
 
isCalendarTimer() - Method in class com.sun.ejb.containers.TimerWrapper
 
isCallerInRole(Identity) - Method in class com.sun.ejb.containers.EJBContextImpl
Deprecated.  
isCallerInRole(String) - Method in class com.sun.ejb.containers.EJBContextImpl
 
isCallerInRole(String) - Method in class com.sun.ejb.containers.MessageBeanContextImpl
 
isCallerInRole(String) - Method in class com.sun.ejb.EjbInvocation
Implements the method in org.glassfish.ejb.api.EJBInvocation
isCallerInRole(String) - Method in class org.glassfish.ejb.security.application.EJBSecurityManager
This method returns a boolean value indicating whether or not the caller is in the specified role.
isCancelled() - Method in class com.sun.ejb.containers.EjbFutureTask
 
isCancelled() - Method in class com.sun.ejb.containers.EjbRemoteFutureTask
 
isCancelled() - Method in class com.sun.ejb.containers.TimerState
 
isCascadeDeleteAfterSuperEJBRemove() - Method in class com.sun.ejb.containers.EntityContextImpl
 
isCascadeDeleteBeforeEJBRemove() - Method in class com.sun.ejb.containers.EntityContextImpl
 
isClientProxy(Object) - Method in class com.sun.ejb.containers.interceptors.JavaEEInterceptorBuilderFactoryImpl
Tests if a given object is a client proxy associated with an interceptor invoker.
isContainerManagedPers - Variable in class com.sun.ejb.containers.EntityContainer
 
isCreateHomeFinder - Variable in class com.sun.ejb.InvocationInfo
 
isDas() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
isDas() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
Embedded is a single-instance like DAS
isDebugMonitoringEnabled() - Static method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Is private (internal) monitoring enabled
isDeclaredException(Throwable, Class[]) - Static method in class com.sun.ejb.containers.InvocationHandlerUtil
 
isDeliveryTransacted(Method) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
isDone() - Method in class com.sun.ejb.containers.EjbFutureTask
 
isDone() - Method in class com.sun.ejb.containers.EjbRemoteFutureTask
 
isDone(long) - Method in interface com.sun.ejb.containers.GenericEJBHome
 
isEJBIntfMethod(Class, Method) - Method in class com.sun.ejb.codegen.Generator
Return true if method is on a javax.ejb.EJBObject/EJBLocalObject/ javax.ejb.EJBHome,javax.ejb.EJBLocalHome interface.
isEJBLite() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
isEJBLite() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
isEjbManagedObject(Object, Class) - Method in class com.sun.ejb.containers.EjbContainerServicesImpl
 
isEjbReferenceCacheable(EjbReferenceDescriptor) - Method in class com.sun.ejb.EjbNamingReferenceManagerImpl
 
isEjbTimeout - Variable in class com.sun.ejb.InvocationInfo
 
isEJBTimerServiceLoaded() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
isEJBTimerServiceLoaded() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
isEmbeddedServer() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
isEmbeddedServer() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
isEmfRegisteredWithTx(EntityManagerFactory) - Method in class com.sun.ejb.containers.SessionContextImpl
 
isEmpty() - Method in class com.sun.ejb.containers.util.cache.BaseCache
is this cache empty?
isEntity - Variable in class com.sun.ejb.containers.BaseContainer
 
isHAEnabled() - Method in class com.sun.ejb.base.sfsb.util.CheckpointPolicyImpl
 
isHAEnabled() - Method in class com.sun.ejb.containers.BaseContainer
 
isHAEnabled() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
isHAEnabled() - Method in interface com.sun.ejb.spi.sfsb.util.CheckpointPolicy
 
isHome - Variable in class com.sun.ejb.EjbInvocation
true if this is an invocation on the home object this is required for jacc.
isHomeFinder - Variable in class com.sun.ejb.InvocationInfo
 
isIdentical(EJBLocalObject) - Method in class com.sun.ejb.containers.EJBLocalObjectImpl
 
isIdentical(EJBObject) - Method in class com.sun.ejb.containers.EJBObjectImpl
 
isInitialized() - Static method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
isInsideContainer() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
isInsideContainer() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
isLocal - Variable in class com.sun.ejb.containers.BaseContainer
Data members for Local views *
isLocal - Variable in class com.sun.ejb.EjbInvocation
Local flag: true if this invocation was through the 2.x (or earlier) Local client view, the 3.x local client view or a no-interface client view.
isLocalInterfaceSupported() - Method in class com.sun.ejb.containers.BaseContainer
 
isLocalInterfaceSupported - Variable in class com.sun.ejb.containers.EJBContextImpl
 
isMessageDriven - Variable in class com.sun.ejb.containers.BaseContainer
 
isMessageDriven - Variable in class com.sun.ejb.EjbInvocation
true if this is a message-driven bean invocation
isMethodMonitorOn() - Method in class com.sun.ejb.base.stats.EJBMethodStatsManagerImpl
 
isMethodMonitorOn() - Method in interface com.sun.ejb.spi.stats.EJBMethodStatsManager
 
isMonitoringEnabled() - Static method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
Is (any) monitoring enabled -- private or public Statistics gathering is based on this value
isMonitoringOn() - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
isNew() - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
isPersistent() - Method in class com.sun.ejb.containers.TimerWrapper
 
isReadLockedMethod() - Method in class com.sun.ejb.MethodLockInfo
 
isReentrant - Variable in class com.sun.ejb.containers.EntityContainer
 
isRemote - Variable in class com.sun.ejb.containers.BaseContainer
Data members for Remote views *
isRemote - Variable in class com.sun.ejb.EjbInvocation
True if this invocation was made through the 2.x (or earlier) Remote client view or the 3.x remote client view.
isRemoteInterfaceSupported() - Method in class com.sun.ejb.containers.BaseContainer
 
isRemoteInterfaceSupported - Variable in class com.sun.ejb.containers.EJBContextImpl
 
isRemoved(Object) - Method in class com.sun.ejb.containers.EjbContainerServicesImpl
 
isRemoved() - Method in class com.sun.ejb.containers.ReadOnlyContextImpl
 
isSession - Variable in class com.sun.ejb.containers.BaseContainer
 
isSession() - Method in class com.sun.ejb.portable.EJBMetaDataImpl
 
isSingleton - Variable in class com.sun.ejb.containers.BaseContainer
 
isStarted() - Method in class org.glassfish.ejb.startup.EjbApplication
 
isStatefulSession - Variable in class com.sun.ejb.containers.BaseContainer
 
isStatelessSession - Variable in class com.sun.ejb.containers.BaseContainer
 
isStatelessSession() - Method in class com.sun.ejb.portable.EJBMetaDataImpl
 
isStopped() - Method in class com.sun.ejb.containers.BaseContainer
 
isSystemUncheckedException(Throwable) - Method in class com.sun.ejb.containers.BaseContainer
 
isThresholdReached() - Method in class com.sun.ejb.containers.util.cache.BaseCache
has cache reached its threshold
isThresholdReached() - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
isThresholdReached() - Method in class com.sun.ejb.containers.util.cache.PassivatedSessionCache
 
isThresholdReached() - Method in class com.sun.ejb.containers.util.cache.UnBoundedSessionCache
 
isTimedObject() - Method in interface com.sun.ejb.Container
Returns true if this Container uses EJB Timer Service.
isTimedObject() - Method in class com.sun.ejb.containers.BaseContainer
 
isTimerCallback - Variable in class com.sun.ejb.EjbInvocation
true if this is an ejb timeout method invocation
isTrimmed - Variable in class com.sun.ejb.containers.util.cache.LruCache.LruCacheItem
 
isTxRequiredLocalCMPField - Variable in class com.sun.ejb.InvocationInfo
 
isUndeployed() - Method in class com.sun.ejb.containers.BaseContainer
 
isValid(ScheduledTimerDescriptor) - Static method in class com.sun.ejb.containers.TimerSchedule
Returns true if this Schedule can calculate its next timeout without errors.
isValid(Calendar) - Method in class com.sun.ejb.containers.TimerSchedule
Returns true if this date can be used for the next timeout of the schedule represented by this instance.
isWebService - Variable in class com.sun.ejb.EjbInvocation
true if this is a web service invocation
isWebServiceEndpoint - Variable in class com.sun.ejb.containers.BaseContainer
 
isWriteLockedMethod() - Method in class com.sun.ejb.MethodLockInfo
 
itemAccessed(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.BaseCache
this item is accessed
itemAccessed(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
itemAccessed(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.FIFOSessionCache
 
itemAccessed(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.LruCache
this item is accessed
itemAccessed(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
itemAccessed(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.NRUSessionCache
 
itemAdded(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.BaseCache
this item is just added to the cache
itemAdded(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.LruCache
/** this item is just added to the cache
itemAdded(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.NRUSessionCache
 
itemAdded(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.PassivatedSessionCache
this item is just added to the cache
itemRefreshed(BaseCache.CacheItem, int) - Method in class com.sun.ejb.containers.util.cache.BaseCache
item value has been refreshed
itemRefreshed(BaseCache.CacheItem, int) - Method in class com.sun.ejb.containers.util.cache.FIFOSessionCache
 
itemRefreshed(BaseCache.CacheItem, int) - Method in class com.sun.ejb.containers.util.cache.LruCache
item value has been refreshed
itemRefreshed(BaseCache.CacheItem, int) - Method in class com.sun.ejb.containers.util.cache.NRUSessionCache
 
itemRemoved(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.BaseCache
item value has been removed from the cache
itemRemoved(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
itemRemoved(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.LruCache
item value has been removed from the cache
itemRemoved(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.NRUSessionCache
 

J

J2EEObjectStreamFactory - Interface in com.sun.ejb.spi.io
A Factory interface for creating an Object{Input | Output}Stream that allows serialization / de-serialization of "standard" J2EE Objects like EJBLocalObject, JNDIContext, UserTransaction etc.
J2EEObjectStreamFactoryImpl - Class in com.sun.ejb.base.io
A Factory class for creating EJBObject input/output Stream
J2EEObjectStreamFactoryImpl() - Constructor for class com.sun.ejb.base.io.J2EEObjectStreamFactoryImpl
 
JavaCompilerException - Exception in com.sun.ejb.codegen
 
JavaEEInterceptorBuilderFactoryImpl - Class in com.sun.ejb.containers.interceptors
 
JavaEEInterceptorBuilderFactoryImpl() - Constructor for class com.sun.ejb.containers.interceptors.JavaEEInterceptorBuilderFactoryImpl
 
JavaEEInterceptorBuilderImpl - Class in com.sun.ejb.containers.interceptors
 
JavaEEInterceptorBuilderImpl(InterceptorInfo, InterceptorManager, EjbOptionalIntfGenerator, Class, Class) - Constructor for class com.sun.ejb.containers.interceptors.JavaEEInterceptorBuilderImpl
 
JavaEEIOUtilsImpl - Class in com.sun.ejb.base.io
Simple wrapper to IOUtils
JavaEEIOUtilsImpl() - Constructor for class com.sun.ejb.base.io.JavaEEIOUtilsImpl
 
JavaEEObjectStreamHandlerForEJBs - Class in com.sun.ejb.containers
A small JavaEEObjectStreamHandler that wraps the old IndirectlySerializable AND SerializableObjectFactory
JavaEEObjectStreamHandlerForEJBs() - Constructor for class com.sun.ejb.containers.JavaEEObjectStreamHandlerForEJBs
 
JavaGlobalJndiNamingObjectProxy - Class in com.sun.ejb.containers
Used to register portable global JNDI names for LOCAL EJB 2.x / 3.x references.
JavaGlobalJndiNamingObjectProxy(BaseContainer, String) - Constructor for class com.sun.ejb.containers.JavaGlobalJndiNamingObjectProxy
 
jcdiInjectionContext - Variable in class com.sun.ejb.containers.EJBContextImpl
 

K

KEEP_TEMPORARY_FILES - Static variable in class org.glassfish.ejb.embedded.EJBContainerProviderImpl
 
key - Variable in class com.sun.ejb.containers.util.cache.CacheEntry
 
key - Variable in class com.sun.ejb.containers.util.cache.PassivatedSessionInfo
 
keyHashCode - Variable in class com.sun.ejb.containers.util.cache.CacheEntry
 
keys - Variable in class com.sun.ejb.containers.EntityContainer.LocalEJBObjectCacheVictimHandler
 
keys() - Method in class com.sun.ejb.containers.util.cache.BaseCache
get an Iterator for the keys stored in the cache
keyToByteArray(SimpleKeyGenerator.SimpleSessionKey) - Method in class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator
Called from the Container before publishing an IOR.
keyToByteArray(Object) - Method in interface com.sun.ejb.spi.sfsb.store.SFSBUUIDUtil
Called from the Container before publishing an IOR.
keyToByteArray(T) - Method in interface com.sun.ejb.spi.sfsb.util.SFSBUUIDUtil
Called from the Container before publishing an IOR.

L

lastAccessed - Variable in class com.sun.ejb.containers.util.cache.LruCache.LruCacheItem
 
lastAccessedAt - Variable in class com.sun.ejb.containers.util.cache.PassivatedSessionInfo
 
lifecycleCallbackAnnotationClasses - Static variable in class com.sun.ejb.containers.BaseContainer
 
list - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
listener - Variable in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
listeners - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
listSize - Variable in class com.sun.ejb.containers.util.cache.LruCache
 
listTimers(String[]) - Method in class com.sun.ejb.containers.EJBTimerService
Provide a count of timers owned by each server
listTimers(String[]) - Method in class com.sun.ejb.spi.distributed.DistributedEJBTimerServiceImpl
 
ListTimers - Class in org.glassfish.ejb.admin.cli
 
ListTimers() - Constructor for class org.glassfish.ejb.admin.cli.ListTimers
 
lNext - Variable in class com.sun.ejb.containers.util.cache.LruCache.LruCacheItem
 
load() - Method in class com.sun.ejb.containers.TimerState
 
load(EjbContainerStarter, DeploymentContext) - Method in class org.glassfish.ejb.startup.EjbDeployer
 
loadCheckpointInfo() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
loadClass(String) - Method in class com.sun.ejb.containers.EjbOptionalIntfGenerator
 
loadCountLock - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache
 
loader - Variable in class com.sun.ejb.containers.BaseContainer
 
loader - Variable in class com.sun.ejb.containers.builder.BaseContainerBuilder
 
loadFromBackupCount - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache
 
loadGeneratedGenericEJBHomeClass(ClassLoader) - Static method in class com.sun.ejb.EJBUtils
 
loadGeneratedRemoteBusinessClasses(String) - Static method in class com.sun.ejb.EJBUtils
 
loadGeneratedRemoteBusinessClasses(ClassLoader, String) - Static method in class com.sun.ejb.EJBUtils
 
loadGeneratedSerializableClass(ClassLoader, String) - Static method in class com.sun.ejb.EJBUtils
 
loadPolicyConfiguration(EjbDescriptor) - Method in class org.glassfish.ejb.security.application.EJBSecurityManager
 
loadValue(Object, int) - Method in class com.sun.ejb.containers.util.cache.BaseCache
Cannot find an item with the given key and hashCode
LOCAL_SUFFIX - Static variable in class com.sun.ejb.codegen.HomeGenerator
 
LOCAL_SUFFIX - Static variable in class com.sun.ejb.codegen.WrapperGenerator
 
localBusinessHomeIntf - Variable in class com.sun.ejb.containers.BaseContainer
 
localBusinessIntfs - Variable in class com.sun.ejb.containers.BaseContainer
 
localHomeIntf - Variable in class com.sun.ejb.containers.BaseContainer
 
localStrings - Static variable in class com.sun.ejb.containers.EntityContainer
 
lock - Variable in class com.sun.ejb.containers.EntityContainer.LocalEJBObjectCacheVictimHandler
 
logMonitoredComponentsData(boolean) - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
logParams - Variable in class com.sun.ejb.containers.BaseContainer
 
lookup(String) - Method in class com.sun.ejb.containers.EJBContextImpl
 
lookupEJB(Serializable, SFSBContainerCallback, Object) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
lookupExtendedEntityManager(EntityManagerFactory) - Method in class com.sun.ejb.containers.BaseContainer
Containers that allow extended EntityManager will override this method.
lookupExtendedEntityManager(EntityManagerFactory) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
lookupRemote30BusinessObject(Object, String) - Static method in class com.sun.ejb.EJBUtils
 
lPrev - Variable in class com.sun.ejb.containers.util.cache.LruCache.LruCacheItem
 
LruCache - Class in com.sun.ejb.containers.util.cache
LRUCache in-memory bounded cache with an LRU list
LruCache() - Constructor for class com.sun.ejb.containers.util.cache.LruCache
default constructor
LruCache(long) - Constructor for class com.sun.ejb.containers.util.cache.LruCache
constructor with specified timeout
LruCache.LruCacheItem - Class in com.sun.ejb.containers.util.cache
default CacheItem class implementation
LruCache.LruCacheItem(int, Object, Object, int) - Constructor for class com.sun.ejb.containers.util.cache.LruCache.LruCacheItem
 
LruSessionCache - Class in com.sun.ejb.containers.util.cache
 
LruSessionCache(String, SFSBContainerCallback, int, int) - Constructor for class com.sun.ejb.containers.util.cache.LruSessionCache
 
LruSessionCache.LruSessionCacheItem - Class in com.sun.ejb.containers.util.cache
 
LruSessionCache.LruSessionCacheItem(int, Object, Object, int) - Constructor for class com.sun.ejb.containers.util.cache.LruSessionCache.LruSessionCacheItem
 
LruSessionCache.LruSessionCacheItem(int, Object, Object, int, byte) - Constructor for class com.sun.ejb.containers.util.cache.LruSessionCache.LruSessionCacheItem
 

M

main(String[]) - Static method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
main(String[]) - Static method in class org.glassfish.ejb.startup.SingletonLifeCycleManager
 
maxBuckets - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
maxCacheSize - Variable in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
maxPoolSize - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
maxWaitTimeInMillis - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
MessageBeanContainer - Class in com.sun.ejb.containers
This class provides container functionality specific to message-driven EJBs.
MessageBeanContainer.MessageDeliveryType - Enum in com.sun.ejb.containers
 
MessageBeanContextImpl - Class in com.sun.ejb.containers
Implementation of EJBContext for message-driven beans
MessageBeanListenerImpl - Class in com.sun.ejb.containers
 
messageContext - Variable in class com.sun.ejb.EjbInvocation
Used for web service invocations to hold SOAP message context.
messageDeliveredEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider
 
messageDeliveredEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.stats.MessageDrivenBeanStatsProvider
 
MessageDrivenBeanStatsImpl - Class in com.sun.ejb.base.stats
A Class for providing stats for MDB Container.
MessageDrivenBeanStatsImpl(MessageDrivenBeanStatsProvider) - Constructor for class com.sun.ejb.base.stats.MessageDrivenBeanStatsImpl
 
MessageDrivenBeanStatsProvider - Class in com.sun.ejb.monitoring.stats
Probe listener for the Message-Driven Beans part of the EJB monitoring events.
MessageDrivenBeanStatsProvider(long, String, String, String) - Constructor for class com.sun.ejb.monitoring.stats.MessageDrivenBeanStatsProvider
 
MessageDrivenBeanStatsProvider - Interface in com.sun.ejb.spi.stats
 
metadata - Variable in class com.sun.ejb.containers.BaseContainer
 
method - Variable in class com.sun.ejb.EjbInvocation
Method to be invoked.
method - Variable in class com.sun.ejb.InvocationInfo
 
methodIntf - Variable in class com.sun.ejb.InvocationInfo
 
methodLockInfo - Variable in class com.sun.ejb.InvocationInfo
 
MethodLockInfo - Class in com.sun.ejb
MethodLockInfo caches various attributes of lock attributes
MethodLockInfo() - Constructor for class com.sun.ejb.MethodLockInfo
 
MethodMap - Class in com.sun.ejb.containers.util
This is an optimized map for resolving java.lang.reflect.Method objects.
MethodMap(Map) - Constructor for class com.sun.ejb.containers.util.MethodMap
 
MethodMap(Map, int) - Constructor for class com.sun.ejb.containers.util.MethodMap
 
MethodMonitor - Class in com.sun.ejb.base.stats
A Class for providing stats for an EJB method All concrete S1AS containers instantiate one instance of this class for each EJB method.
MethodMonitor(Method, boolean) - Constructor for class com.sun.ejb.base.stats.MethodMonitor
 
methodMonitorMap - Variable in class com.sun.ejb.containers.BaseContainer
 
MethodNotFound - Exception in com.sun.ejb.codegen
 
MethodNotFound(String) - Constructor for exception com.sun.ejb.codegen.MethodNotFound
Constructs the MethodNotFound exception with the specified string.
methodParams - Variable in class com.sun.ejb.EjbInvocation
Used for JACC PolicyContextHandlers.
methodReadyAddEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider
 
methodReadyAddEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.stats.StatefulSessionBeanStatsProvider
 
methodReadyRemoveEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.probes.EjbMonitoringProbeProvider
 
methodReadyRemoveEvent(long, String, String, String) - Method in class com.sun.ejb.monitoring.stats.StatefulSessionBeanStatsProvider
 
migrateTimers(String) - Method in class com.sun.ejb.containers.EJBTimerService
Take ownership of another server's timers.
migrateTimers(String, String) - Method in class com.sun.ejb.containers.TimerBean
 
migrateTimers(String, String) - Method in interface com.sun.ejb.containers.TimerLocal
 
migrateTimers(String) - Method in class com.sun.ejb.spi.distributed.DistributedEJBTimerServiceImpl
-------------------------------------------------------------- Methods implemented for DistributedEJBTimerService --------------------------------------------------------------
MigrateTimers - Class in org.glassfish.ejb.admin.cli
 
MigrateTimers() - Constructor for class org.glassfish.ejb.admin.cli.MigrateTimers
 
MIN_PASSIVATION_BATCH_COUNT - Static variable in class com.sun.ejb.containers.StatefulSessionContainer
 
MINIMUM_TIMER_DELIVERY_INTERVAL - Static variable in interface com.sun.ejb.containers.EjbContainerUtil
 
minute(String) - Method in class com.sun.ejb.containers.TimerSchedule
 
missCount - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
missCountLk - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
modName - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
MonitorableCache - Interface in com.sun.ejb.containers.util.cache
 
MonitorableSFSBStore - Interface in com.sun.ejb.spi.sfsb.store
 
MonitorableSFSBStoreManager - Interface in com.sun.ejb.spi.stats
An interface that allows monitoring of an SFSBStoreManager implementation
monitoringLevelChanged(boolean) - Method in class com.sun.ejb.base.stats.EJBTimedObjectStatsImpl
 
monitoringLevelChanged(boolean) - Method in interface com.sun.ejb.spi.stats.EJBTimedObjectStatsProvider
Notification that the monitoringLevel is either turned off (false) OR turned on (true).
monitoringLevelChanged(boolean) - Method in interface com.sun.ejb.spi.stats.MonitorableSFSBStoreManager
Notification that the monitoringLevel is either turned off (false) OR tuened on (true).
MonitoringRegistryMediator - Class in com.sun.ejb.base.stats
A class that acts as an Mediator between admin.registry.* objects and EJBContainers.
MonitoringRegistryMediator(MonitoredObjectType, String, String, String) - Constructor for class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
monitorOn - Variable in class com.sun.ejb.base.stats.StatsImpl
 
monitorOn - Variable in class com.sun.ejb.containers.BaseContainer
 
month(String) - Method in class com.sun.ejb.containers.TimerSchedule
 
mustInvokeAsynchronously() - Method in class com.sun.ejb.EjbInvocation
 

N

name - Variable in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
namingManager - Variable in class com.sun.ejb.containers.BaseContainer
 
needsCheckpoint(Method) - Method in class com.sun.ejb.base.sfsb.util.CheckpointPolicyImpl
 
needsCheckpoint(Method) - Method in interface com.sun.ejb.spi.sfsb.util.CheckpointPolicy
 
needToAddSFSBVersionInterceptors() - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
 
newTaskFor(Callable<T>) - Method in class com.sun.ejb.containers.EjbThreadPoolExecutor
Ensure that we give out our EjbFutureTask as opposed to JDK's FutureTask
next - Variable in class com.sun.ejb.containers.util.cache.CacheEntry
 
next - Variable in class com.sun.ejb.containers.util.cache.PassivatedSessionInfo
 
nextElement() - Method in class com.sun.ejb.portable.ObjrefEnumeration
 
NO_PARAMS - Static variable in class com.sun.ejb.containers.BaseContainer
 
NO_TIMEOUT - Static variable in class com.sun.ejb.containers.util.cache.LruCache
 
NO_VERSION - Static variable in interface com.sun.ejb.spi.sfsb.util.SFSBVersionManager
 
NonBlockingPool - Class in com.sun.ejb.containers.util.pool
NonBlockingPool pool provides the basic implementation of an object pool.
NonBlockingPool() - Constructor for class com.sun.ejb.containers.util.pool.NonBlockingPool
 
NonBlockingPool(long, String, ObjectFactory, int, int, int, int, ClassLoader) - Constructor for class com.sun.ejb.containers.util.pool.NonBlockingPool
 
NonBlockingPool(long, String, ObjectFactory, int, int, int, int, ClassLoader, boolean) - Constructor for class com.sun.ejb.containers.util.pool.NonBlockingPool
 
notifyRefresh(int) - Method in class com.sun.ejb.containers.util.cache.BaseCache
notify threads waiting for a refresh on the object associated with the key
notifyRefresh(long, byte[]) - Method in interface com.sun.ejb.spi.distributed.DistributedReadOnlyBeanNotifier
This is called by the container after it has called refresh
notifyRefresh(long, Object) - Method in interface com.sun.ejb.spi.distributed.DistributedReadOnlyBeanService
Called by the container after it has refreshed the RO bean
notifyRefresh(long, byte[]) - Method in class com.sun.ejb.spi.distributed.ReadOnlyBeanMessageCallBack
This is called by the container after it has called refresh
notifyRefreshAll(long) - Method in interface com.sun.ejb.spi.distributed.DistributedReadOnlyBeanNotifier
This is called by the container after it has called refresh
notifyRefreshAll(long) - Method in interface com.sun.ejb.spi.distributed.DistributedReadOnlyBeanService
Called by the container after it has refreshed all RO beans
notifyRefreshAll(long) - Method in class com.sun.ejb.spi.distributed.ReadOnlyBeanMessageCallBack
This is called by the container after it has called refresh
NRUSessionCache - Class in com.sun.ejb.containers.util.cache
 
NRUSessionCache(String, SFSBContainerCallback, int, int) - Constructor for class com.sun.ejb.containers.util.cache.NRUSessionCache
 
numActivated - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache
 

O

ObjectFactory - Interface in com.sun.ejb.containers.util.pool
An object factory that 'knows' how to create / destroy objects
ObjrefEnumeration - Class in com.sun.ejb.portable
This class is necessary because neither Vector nor Hashtable return a Serializable Enumeration, which can be sent from the EJB server back to the client.
ObjrefEnumeration() - Constructor for class com.sun.ejb.portable.ObjrefEnumeration
 
onReady() - Method in interface com.sun.ejb.Container
Called when server instance is Ready
onReady() - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
onReady() - Method in class com.sun.ejb.containers.BaseContainer
Called when server instance is Ready
onReady() - Method in class com.sun.ejb.containers.EntityContainer
 
onReady() - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
onShutdown() - Method in interface com.sun.ejb.Container
Called when server instance is shuting down
onShutdown() - Method in class com.sun.ejb.containers.BaseContainer
Container shutdown event.
onShutdown() - Method in class com.sun.ejb.containers.EJBTimerService
Called from TimerBeanContainer
onTermination() - Method in interface com.sun.ejb.Container
Called when server instance is terminating.
onTermination() - Method in class com.sun.ejb.containers.BaseContainer
Called when server instance is terminating.
onUndeploy(StatefulEJBContext) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
optIntfClassLoader - Variable in class com.sun.ejb.containers.BaseContainer
 
optionalEjbLocalBusinessObjectImpl - Variable in class com.sun.ejb.containers.EJBContextImpl
 
OptionalLocalInterfaceProvider - Interface in com.sun.ejb.containers
Created by IntelliJ IDEA.
orderingThreshold - Variable in class com.sun.ejb.containers.util.cache.NRUSessionCache
 
org.glassfish.ejb.admin.cli - package org.glassfish.ejb.admin.cli
 
org.glassfish.ejb.deployment - package org.glassfish.ejb.deployment
 
org.glassfish.ejb.embedded - package org.glassfish.ejb.embedded
 
org.glassfish.ejb.security - package org.glassfish.ejb.security
 
org.glassfish.ejb.security.application - package org.glassfish.ejb.security.application
 
org.glassfish.ejb.security.factory - package org.glassfish.ejb.security.factory
 
org.glassfish.ejb.startup - package org.glassfish.ejb.startup
 
org.glassfish.ejb.upgrade - package org.glassfish.ejb.upgrade
 
originalContextClassLoader - Variable in class com.sun.ejb.EjbInvocation
Used by MessageBeanContainer to keep track of the context class loader that was active before message delivery began.
overflowCount - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
overflowCountLk - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 

P

p(String) - Method in class com.sun.ejb.codegen.IndentingWriter
 
ParallelAccessException - Exception in com.sun.ejb.containers
 
ParallelAccessException() - Constructor for exception com.sun.ejb.containers.ParallelAccessException
 
ParallelAccessException(String) - Constructor for exception com.sun.ejb.containers.ParallelAccessException
 
ParallelAccessException(String, Throwable) - Constructor for exception com.sun.ejb.containers.ParallelAccessException
 
passivateAndPoolEJB(EntityContextImpl) - Method in class com.sun.ejb.containers.EntityContainer
 
PassivatedSessionCache - Class in com.sun.ejb.containers.util.cache
 
PassivatedSessionCache() - Constructor for class com.sun.ejb.containers.util.cache.PassivatedSessionCache
default constructor
PassivatedSessionCache(long) - Constructor for class com.sun.ejb.containers.util.cache.PassivatedSessionCache
constructor with specified timeout
PassivatedSessionInfo - Class in com.sun.ejb.containers.util.cache
 
PassivatedSessionInfo(long, int, PassivatedSessionInfo) - Constructor for class com.sun.ejb.containers.util.cache.PassivatedSessionInfo
 
PassivatedSessionInfo(long, int) - Constructor for class com.sun.ejb.containers.util.cache.PassivatedSessionInfo
 
passivateEJB(ComponentContext) - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
passivateEJB(ComponentContext) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
passivateEJB(ComponentContext) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
passivateEJB(StatefulEJBContext) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
passivateEJB(ComponentContext) - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
passivateEJB(StatefulEJBContext, Serializable) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
passivateEJB(StatefulEJBContext) - Method in interface com.sun.ejb.spi.container.SFSBContainerCallback
 
passivationCandidates - Variable in class com.sun.ejb.containers.EntityContainer
 
passivationCount - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache
 
passivationCountLock - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache
 
pln(String) - Method in class com.sun.ejb.codegen.IndentingWriter
 
plnI(String) - Method in class com.sun.ejb.codegen.IndentingWriter
 
policyCreationEvent(String) - Method in class org.glassfish.ejb.security.application.EjbSecurityStatsProvider
 
policyDestructionEndedEvent(String) - Method in class org.glassfish.ejb.security.application.EjbSecurityProbeProvider
 
policyDestructionEvent(String) - Method in class org.glassfish.ejb.security.application.EjbSecurityProbeProvider
 
policyDestructionEvent(String) - Method in class org.glassfish.ejb.security.application.EjbSecurityStatsProvider
 
policyDestructionStartedEvent(String) - Method in class org.glassfish.ejb.security.application.EjbSecurityProbeProvider
 
policyLoader - Variable in class org.glassfish.ejb.startup.EjbDeployer
 
pOln(String) - Method in class com.sun.ejb.codegen.IndentingWriter
 
pool - Variable in class com.sun.ejb.containers.StatelessSessionContainer
 
Pool - Interface in com.sun.ejb.containers.util.pool
Pool defines the methods that can be used by the application to access pooled objects.
PoolException - Exception in com.sun.ejb.containers.util.pool
 
PoolException() - Constructor for exception com.sun.ejb.containers.util.pool.PoolException
 
PoolException(String) - Constructor for exception com.sun.ejb.containers.util.pool.PoolException
 
PoolException(String, Throwable) - Constructor for exception com.sun.ejb.containers.util.pool.PoolException
 
poolName - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
poolProbeListener - Variable in class com.sun.ejb.containers.BaseContainer
 
poolProbeNotifier - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
poolReturned - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
poolSuccess - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
populateMethodMonitorMap() - Method in class com.sun.ejb.containers.BaseContainer
 
populateMethodMonitorMap(Method[]) - Method in class com.sun.ejb.containers.BaseContainer
 
populateMethodMonitorMap(Method[], boolean) - Method in class com.sun.ejb.containers.BaseContainer
 
postConstruct() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
postConstruct() - Method in class com.sun.ejb.spi.distributed.DistributedEJBTimerServiceImpl
 
postConstruct() - Method in class com.sun.ejb.spi.distributed.ReadOnlyBeanMessageCallBack
 
postConstruct() - Method in class org.glassfish.ejb.startup.EjbContainerStarter
 
postConstruct() - Method in class org.glassfish.ejb.startup.EjbDeployer
 
postConstruct() - Method in class org.glassfish.ejb.upgrade.EJBTimerServiceUpgrade
 
postCreate(EjbInvocation, Object) - Method in interface com.sun.ejb.Container
Called by the EJB(Local)Home after invoking ejbCreate on an EntityBean.
postCreate(EjbInvocation, Object) - Method in class com.sun.ejb.containers.BaseContainer
 
postCreate(EjbInvocation, Object) - Method in class com.sun.ejb.containers.EntityContainer
This is called from the generated "HelloEJBHomeImpl" create* method, after ejb.ejbCreate() has been called and before ejb.ejbPostCreate() is called.
postFind(EjbInvocation, Object, Object[]) - Method in interface com.sun.ejb.Container
Called by the EJB(Local)Home after invoking ejbFind* on an EntityBean.
postFind(EjbInvocation, Object, Object[]) - Method in class com.sun.ejb.containers.BaseContainer
 
postFind(EjbInvocation, Object, Object[]) - Method in class com.sun.ejb.containers.EntityContainer
Convert a collection of primary keys to a collection of EJBObjects.
postFind(EjbInvocation, Object, Object[]) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
postInitialize(SecurityManager) - Method in class com.sun.ejb.containers.builder.BaseContainerBuilder
 
postInvoke(Method, Throwable) - Method in class com.sun.ejb.base.stats.EJBMethodStatsManagerImpl
 
postInvoke(Throwable) - Method in class com.sun.ejb.base.stats.MethodMonitor
 
postInvoke(EjbInvocation) - Method in interface com.sun.ejb.Container
Called by the EJB(Local)Object/EJB(Local)Home after an invocation on a bean.
postInvoke(EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
Called from EJBObject/EJBHome after invoking on bean.
postInvoke(EjbInvocation, boolean) - Method in class com.sun.ejb.containers.BaseContainer
 
postInvoke(EjbInvocation) - Method in class com.sun.ejb.containers.MessageBeanContainer
TODO public void appendStats(StringBuffer sbuf) { sbuf.append("\nMessageBeanContainer: ").append("CreateCount=").append( statCreateCount).append("; ").append("RemoveCount=").append( statRemoveCount).append("; ").append("MsgCount=").append( statMessageCount).append("; "); sbuf.append("]"); }
postInvoke(Method, Throwable) - Method in interface com.sun.ejb.spi.stats.EJBMethodStatsManager
 
postInvoke(ComponentInvocation) - Method in class org.glassfish.ejb.security.application.EJBSecurityManager
This method is used by Message Driven Bean Container to remove the run-as identity information that was set up using the preSetRunAsIdentity method
postInvokeTx(EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
postInvokeTx is called after every invocation on the EJB instance, including ejbCreate/ejbFind---/ejbRemove.
postInvokeTx(EjbInvocation) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
postProcessInvocationInfo(InvocationInfo) - Method in class com.sun.ejb.containers.BaseContainer
 
postProcessInvocationInfo(InvocationInfo) - Method in class com.sun.ejb.containers.EntityContainer
 
preCreate(EjbInvocation, EntityContextImpl) - Method in class com.sun.ejb.containers.EntityContainer
Called from getContext before the ejb.ejbCreate is called
preDestroy() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
preDestroy() - Method in class org.glassfish.ejb.startup.EjbContainerStarter
 
preFind(EjbInvocation, EntityContextImpl) - Method in class com.sun.ejb.containers.EntityContainer
Called from getContext before the ejb.ejbFind* is called
prefix - Variable in class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator
 
preInitialize(EjbDescriptor, ClassLoader) - Method in class com.sun.ejb.containers.BaseContainer
 
preInitialize(EjbDescriptor, ClassLoader) - Method in class com.sun.ejb.containers.EntityContainer
 
preInvoke(Method) - Method in class com.sun.ejb.base.stats.EJBMethodStatsManagerImpl
 
preInvoke() - Method in class com.sun.ejb.base.stats.MethodMonitor
 
preInvoke(EjbInvocation) - Method in interface com.sun.ejb.Container
Called by the EJB(Local)Object/EJB(Local)Home before an invocation on a bean.
preInvoke(EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
Called from EJBObject/EJBHome before invoking on EJB.
preInvoke(EjbInvocation) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
preInvoke(EjbInvocation) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
preInvoke(Method) - Method in interface com.sun.ejb.spi.stats.EJBMethodStatsManager
 
preInvoke(ComponentInvocation) - Method in class org.glassfish.ejb.security.application.EJBSecurityManager
This method is used by MDB Container - Invocation Manager to setup the run-as identity information.
preInvokeTx(EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
This is called from preInvoke before every method invocation on the EJB instance, including ejbCreate, ejbFind*, ejbRemove.
preload(int) - Method in class com.sun.ejb.containers.util.pool.AbstractPool
Preload the pool with objects.
preload(int) - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
Preload the pool with objects.
prepare(DeploymentContext) - Method in class org.glassfish.ejb.startup.EjbDeployer
 
prepopulate(int) - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
Prepopulate the pool with objects.
preSelect() - Method in interface com.sun.ejb.Container
Notification from persistence manager than an ejbSelect query is about to be invoked on a bean of the ejb type for this container.
preSelect() - Method in class com.sun.ejb.containers.BaseContainer
 
preSelect() - Method in class com.sun.ejb.containers.EntityContainer
Called from CMP PersistentManager
previousSize - Variable in class com.sun.ejb.containers.util.pool.BoundedPool
 
primaryKey - Variable in class com.sun.ejb.containers.EJBLocalRemoteObject
 
print() - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
printStackTrace() - Method in exception com.sun.ejb.containers.util.pool.PoolException
 
printStackTrace(PrintStream) - Method in exception com.sun.ejb.containers.util.pool.PoolException
 
printStackTrace(PrintWriter) - Method in exception com.sun.ejb.containers.util.pool.PoolException
 
printStaticMethodInit(IndentingWriter, Class, Method[]) - Method in class com.sun.ejb.codegen.Generator
 
printType(Class) - Method in class com.sun.ejb.codegen.Generator
 
proceed() - Method in class com.sun.ejb.containers.interceptors.AroundInvokeInvocationContext
 
proceed() - Method in class com.sun.ejb.containers.interceptors.CallbackInvocationContext
 
proceed() - Method in class com.sun.ejb.EjbInvocation
 
processNotification(Signal) - Method in class com.sun.ejb.spi.distributed.DistributedEJBTimerServiceImpl
 
processNotification(Signal) - Method in class com.sun.ejb.spi.distributed.ReadOnlyBeanMessageCallBack
 
ProtocolPlaceholder - Class in com.sun.enterprise
Moving ProtocolManager and RemoteReferenceFactory to orb-connector made this package disappear.
ProtocolPlaceholder() - Constructor for class com.sun.enterprise.ProtocolPlaceholder
 
put(Object, Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
cache the given value at the specified key and return previous value
put(Object, Object, int) - Method in class com.sun.ejb.containers.util.cache.BaseCache
cache the given value at the specified key and return previous value
put(Object, Object) - Method in interface com.sun.ejb.containers.util.cache.Cache
 
put(Object, Object, boolean) - Method in interface com.sun.ejb.containers.util.cache.EJBObjectCache
 
put(Object, Object) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
put(Object, Object, boolean) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
put(Object, Object, boolean) - Method in class com.sun.ejb.containers.util.cache.UnboundedEJBObjectCache
 
put(Object, Object) - Method in class com.sun.ejb.containers.util.MethodMap
 
putAll(Map) - Method in class com.sun.ejb.containers.util.MethodMap
 

R

ReadOnlyBeanContainer - Class in com.sun.ejb.containers
The Container that manages instances of ReadOnly Beans.
ReadOnlyBeanContainer(EjbDescriptor, ClassLoader) - Constructor for class com.sun.ejb.containers.ReadOnlyBeanContainer
 
ReadOnlyBeanHelper - Class in com.sun.appserv.ejb
Class that is used to obtain ReadOnlyBeanNotifier and ReadOnlyBeanLocalNotifier.
ReadOnlyBeanHelper() - Constructor for class com.sun.appserv.ejb.ReadOnlyBeanHelper
 
ReadOnlyBeanHelper - Class in com.sun.ejb.containers
Deprecated. New implementations must use com.sun.appserv.ejb.ReadOnlyBeanHelper
ReadOnlyBeanHelper() - Constructor for class com.sun.ejb.containers.ReadOnlyBeanHelper
Deprecated.  
ReadOnlyBeanLocalNotifier - Interface in com.sun.appserv.ejb
ReadOnlyBeanLocalNotifier is used to force refresh of ReadOnly local beans
ReadOnlyBeanLocalNotifier - Interface in com.sun.ejb
Deprecated. New implementation must use com.sun.appserv.ejb.ReadOnlyLocalBeanNotifier
ReadOnlyBeanLocalNotifierImpl - Class in com.sun.ejb.containers
 
ReadOnlyBeanLocalNotifierImpl(ReadOnlyBeanContainer) - Constructor for class com.sun.ejb.containers.ReadOnlyBeanLocalNotifierImpl
 
ReadOnlyBeanMessageCallBack - Class in com.sun.ejb.spi.distributed
 
ReadOnlyBeanMessageCallBack() - Constructor for class com.sun.ejb.spi.distributed.ReadOnlyBeanMessageCallBack
 
ReadOnlyBeanNotifier - Interface in com.sun.appserv.ejb
ReadOnlyBeanNotifier is used to force refresh of ReadOnly beans
ReadOnlyBeanNotifier - Interface in com.sun.ejb
Deprecated. New implementation must use com.sun.appserv.ejb.ReadOnlyBeanNotifier
ReadOnlyBeanNotifierImpl - Class in com.sun.ejb.containers
An instance of ReadOnlyBeanNotifier is used to refresh ReadOnlyBeans
ReadOnlyBeanNotifierImpl(ReadOnlyEJBHome) - Constructor for class com.sun.ejb.containers.ReadOnlyBeanNotifierImpl
 
ReadOnlyBeanRefreshEventHandler - Interface in com.sun.ejb.spi.distributed
ReadOnlyBeanRefreshEventHandler defines the methods that can be used to implement a distributed ReadOnly beans.
ReadOnlyContextImpl - Class in com.sun.ejb.containers
Implementation of EJBContext for ReadOnlyBeans.
ReadOnlyEJBHome - Interface in com.sun.ejb.containers
Home interface for all Remote ReadOnly Beans
ReadOnlyEJBHomeImpl - Class in com.sun.ejb.containers
Implementation of the EJBHome interface.
ReadOnlyEJBHomeImpl() - Constructor for class com.sun.ejb.containers.ReadOnlyEJBHomeImpl
 
ReadOnlyEJBLocalHome - Interface in com.sun.ejb.containers
 
ReadOnlyEJBLocalHomeImpl - Class in com.sun.ejb.containers
Implementation of the EJBHome interface.
ReadOnlyEJBLocalHomeImpl() - Constructor for class com.sun.ejb.containers.ReadOnlyEJBLocalHomeImpl
 
readResolve() - Method in class com.sun.ejb.containers.RemoteBusinessWrapperBase
 
readyStore - Variable in class com.sun.ejb.containers.EntityContainer
 
refCount - Variable in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache.EJBObjectCacheItem
 
refCountLock - Variable in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
refresh(Object) - Method in interface com.sun.appserv.ejb.ReadOnlyBeanLocalNotifier
This method would be used by the user to manually force the refresh of read only beans for an application.
refresh(Object) - Method in interface com.sun.appserv.ejb.ReadOnlyBeanNotifier
This method would be used by the user to manually force the refresh of read only beans for an application.
refresh(Object) - Method in class com.sun.ejb.containers.ReadOnlyBeanLocalNotifierImpl
 
refresh(Object) - Method in class com.sun.ejb.containers.ReadOnlyBeanNotifierImpl
 
refreshAll() - Method in interface com.sun.appserv.ejb.ReadOnlyBeanLocalNotifier
This method forces *all* primary keys for a read-only bean to be marked as needing a refresh.
refreshAll() - Method in interface com.sun.appserv.ejb.ReadOnlyBeanNotifier
This method forces *all* primary keys for a read-only bean to be marked as needing a refresh.
refreshAll() - Method in class com.sun.ejb.containers.ReadOnlyBeanLocalNotifierImpl
 
refreshAll() - Method in class com.sun.ejb.containers.ReadOnlyBeanNotifierImpl
 
refreshCount - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
refreshCountLk - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
refreshFlags - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
refreshValue(Object, int) - Method in class com.sun.ejb.containers.util.cache.BaseCache.CacheItem
refresh the item's value
register() - Method in class com.sun.ejb.monitoring.stats.EjbCacheStatsProvider
 
register() - Method in class com.sun.ejb.monitoring.stats.EjbMonitoringStatsProvider
 
register() - Method in class com.sun.ejb.monitoring.stats.EjbPoolStatsProvider
 
register() - Method in class com.sun.ejb.monitoring.stats.EjbTimedObjectStatsProvider
 
register() - Method in class org.glassfish.ejb.security.application.EjbSecurityComponentInvocationHandler
 
registerContainer(BaseContainer) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
registerContainer(BaseContainer) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
registered - Variable in class com.sun.ejb.base.stats.StatsImpl
 
registerEJBMethods(Method[], boolean) - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
registerInterceptor(Object) - Method in class com.sun.ejb.containers.InternalInterceptorBindingImpl
 
registerMonitorableComponents() - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
registerMonitorableComponents() - Method in class com.sun.ejb.containers.BaseContainer
 
registerMonitorableComponents() - Method in class com.sun.ejb.containers.EntityContainer
 
registerMonitorableComponents(Method[]) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
registerMonitorableComponents() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
registerMonitorableComponents() - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
registerPMSync(Transaction, Synchronization) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
registerPMSync(Transaction, Synchronization) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
registerProvider(StatelessSessionBeanStatsProvider) - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
registerProvider(StatefulSessionBeanStatsProvider) - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
registerProvider(EntityBeanStatsProvider) - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
registerProvider(MessageDrivenBeanStatsProvider) - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
registerProvider(EJBCacheStatsProvider) - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
registerProvider(EJBPoolStatsProvider) - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
registerProvider(MonitorableSFSBStoreManager, boolean) - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
registerProvider(EJBTimedObjectStatsProvider) - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
registerResource(ResourceHandle) - Method in class com.sun.ejb.containers.EJBContextImpl
Register a resource opened by the EJB instance associated with this Context.
registerRuntimeInterceptor(Object) - Method in class com.sun.ejb.containers.interceptors.InterceptorManager
Called sometime after original interceptor initialization.
registerTimerMonitorableComponent() - Method in class com.sun.ejb.containers.BaseContainer
 
registerTxAttrForMethod(Method, String) - Method in class com.sun.ejb.containers.BaseContainer
 
registryMediator - Variable in class com.sun.ejb.containers.BaseContainer
 
releaseContext(EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
 
releaseContext(EjbInvocation) - Method in class com.sun.ejb.containers.BMCSingletonContainer
 
releaseContext(EjbInvocation) - Method in class com.sun.ejb.containers.CMCSingletonContainer
This method must unlock any lock that might have been acquired in _getContext().
releaseContext(EjbInvocation) - Method in class com.sun.ejb.containers.EntityContainer
This is called from BaseContainer.postInvoke after EntityContainer.preInvokeTx has been called.
releaseContext(EjbInvocation) - Method in class com.sun.ejb.containers.MessageBeanContainer
Return instance to a pooled state.
releaseContext(EjbInvocation) - Method in class com.sun.ejb.containers.StatefulSessionContainer
Called from preInvoke which is called from the EJBObject for local and remote invocations.
releaseContext(EjbInvocation) - Method in class com.sun.ejb.containers.StatelessSessionContainer
Called from preInvoke which is called from the EJBObject for local and remote invocations.
releaseTargetObject(Remote) - Method in interface com.sun.ejb.Container
Release the EJBObject/EJBHome object.
releaseTargetObject(Remote) - Method in class com.sun.ejb.containers.BaseContainer
Release the EJBObject/EJBHome object.
Remote30WrapperGenerator - Class in com.sun.ejb.codegen
 
Remote30WrapperGenerator(ClassLoader, String, String) - Constructor for class com.sun.ejb.codegen.Remote30WrapperGenerator
Construct the Wrapper generator with the specified deployment descriptor and class loader.
REMOTE_SUFFIX - Static variable in class com.sun.ejb.codegen.HomeGenerator
 
REMOTE_SUFFIX - Static variable in class com.sun.ejb.codegen.WrapperGenerator
 
RemoteAsyncResult - Class in com.sun.ejb.containers
This class stores the result of an async Future operation.
RemoteAsyncResult() - Constructor for class com.sun.ejb.containers.RemoteAsyncResult
 
remoteBusinessHomeIntf - Variable in class com.sun.ejb.containers.BaseContainer
 
remoteBusinessIntfInfo - Variable in class com.sun.ejb.containers.BaseContainer
 
RemoteBusinessIntfInvocationHandler - Class in com.sun.ejb.containers
This is an invocation handler for a remote EJB 3.x business interface.
RemoteBusinessIntfInvocationHandler(Class, Remote) - Constructor for class com.sun.ejb.containers.RemoteBusinessIntfInvocationHandler
 
RemoteBusinessObject - Interface in com.sun.ejb.containers
 
RemoteBusinessObjectFactory - Class in com.sun.ejb.containers
An object factory to handle Remote EJB 30 business interface reference access.
RemoteBusinessObjectFactory() - Constructor for class com.sun.ejb.containers.RemoteBusinessObjectFactory
 
RemoteBusinessWrapperBase - Class in com.sun.ejb.containers
 
RemoteBusinessWrapperBase(Remote, String) - Constructor for class com.sun.ejb.containers.RemoteBusinessWrapperBase
 
RemoteGenerator - Class in com.sun.ejb.codegen
This class is used to generate the RMI-IIOP version of a remote business interface.
RemoteGenerator(ClassLoader, String) - Constructor for class com.sun.ejb.codegen.RemoteGenerator
Construct the Wrapper generator with the specified deployment descriptor and class loader.
remoteHomeRefFactory - Variable in class com.sun.ejb.containers.BaseContainer
 
remoteIntf - Variable in class com.sun.ejb.containers.BaseContainer
 
removalCount - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
removalCountLk - Variable in class com.sun.ejb.containers.util.cache.BaseCache
 
removalInfo - Variable in class com.sun.ejb.InvocationInfo
 
removalTimeoutInSeconds - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache
 
remove(Object) - Method in class com.sun.ejb.containers.EjbContainerServicesImpl
 
remove(Handle) - Method in class com.sun.ejb.containers.EJBHomeImpl
This is the implementation of the javax.ejb.EJBHome remove method.
remove(Object) - Method in class com.sun.ejb.containers.EJBHomeImpl
This is the implementation of the javax.ejb.EJBHome remove method.
remove(Object) - Method in class com.sun.ejb.containers.EJBLocalHomeImpl
This is the implementation of the javax.ejb.EJBLocalHome remove method.
remove() - Method in class com.sun.ejb.containers.EJBLocalObjectImpl
 
remove() - Method in class com.sun.ejb.containers.EJBObjectImpl
This is called when the EJB client does ejbref.remove().
remove(TimerPrimaryKey) - Method in class com.sun.ejb.containers.TimerBean
 
remove(Set<TimerPrimaryKey>) - Method in class com.sun.ejb.containers.TimerBean
 
remove(TimerPrimaryKey) - Method in interface com.sun.ejb.containers.TimerLocal
 
remove(Set<TimerPrimaryKey>) - Method in interface com.sun.ejb.containers.TimerLocal
 
remove(Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
remove the item stored at the key.
remove(int, Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
remove the item stored at the key.
remove(Object, Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
remove the given value stored at the key; value-specific removals.
remove(Object) - Method in interface com.sun.ejb.containers.util.cache.Cache
 
remove(Object, boolean) - Method in interface com.sun.ejb.containers.util.cache.EJBObjectCache
 
remove(Object) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
remove(Object, boolean) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
remove(Object) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
remove(Object, boolean) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
remove(Object, boolean) - Method in class com.sun.ejb.containers.util.cache.UnboundedEJBObjectCache
 
remove(Object) - Method in class com.sun.ejb.containers.util.MethodMap
 
remove(int) - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
remove(int) - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
 
removeAll(Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
remove all the item with the given key.
removeAll(long) - Method in interface com.sun.ejb.spi.sfsb.util.SFSBVersionManager
 
removeBean(EJBLocalRemoteObject, Method, boolean) - Method in class com.sun.ejb.containers.EntityContainer
 
removeBean(EjbInvocation) - Method in class com.sun.ejb.containers.EntityContainer
container.preInvoke() must already be done.
removeBean(EJBLocalRemoteObject, Method, boolean) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
removeBeanUnchecked(EJBLocalObject) - Method in interface com.sun.ejb.Container
Remove a bean.
removeBeanUnchecked(Object) - Method in interface com.sun.ejb.Container
Remove a bean given primary key.
removeBeanUnchecked(Object) - Method in class com.sun.ejb.containers.BaseContainer
 
removeBeanUnchecked(EJBLocalObject) - Method in class com.sun.ejb.containers.BaseContainer
 
removeBeanUnchecked(EJBLocalObject) - Method in class com.sun.ejb.containers.EntityContainer
Remove a bean.
removeBeanUnchecked(Object) - Method in class com.sun.ejb.containers.EntityContainer
Remove a bean.
removeContainerSync(Transaction) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
removeContainerSync(Transaction) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
removeContextFromReadyStore(Object, EntityContextImpl) - Method in class com.sun.ejb.containers.CommitCEntityContainer
 
removeContextFromReadyStore(Object, EntityContextImpl) - Method in class com.sun.ejb.containers.EntityContainer
 
removeDups(Method[]) - Method in class com.sun.ejb.codegen.Generator
 
removeExpiredSessions() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
removeIdleObjects() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
removeIdleObjects() - Method in class com.sun.ejb.containers.util.pool.BoundedPool
 
removeIdleObjects() - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
 
removeIfIdle - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache
 
removeIncompleteTxEJB(EntityContextImpl, boolean) - Method in class com.sun.ejb.containers.EntityContainer
Called from releaseContext if ejb is removed, from afterCompletion, and from passivateEJB.
removeReadOnlyBeanRefreshEventHandler(long) - Method in interface com.sun.ejb.spi.distributed.DistributedReadOnlyBeanService
Called from ReadOnlyBeanContainer to unregister itself as a ReadOnlyBeanRefreshEventHandler.
removeTimedoutBean(EJBContextImpl) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
repeats() - Method in class com.sun.ejb.containers.TimerState
 
replaceObject(Object) - Method in class com.sun.ejb.containers.JavaEEObjectStreamHandlerForEJBs
 
resetAllStats() - Method in class com.sun.ejb.base.stats.EJBMethodStatsImpl
 
resetAllStats(boolean) - Method in class com.sun.ejb.base.stats.MethodMonitor
 
resetPolicyContext() - Method in class org.glassfish.ejb.security.application.EJBSecurityManager
 
resizeQuantity - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
resolveEjbReference(EjbReferenceDescriptor, Context) - Method in class com.sun.ejb.EjbNamingReferenceManagerImpl
 
resolveEjbRefObject(EjbReferenceDescriptor, Object) - Static method in class com.sun.ejb.EJBUtils
 
resolveObject(Object) - Method in class com.sun.ejb.containers.JavaEEObjectStreamHandlerForEJBs
 
restoreEJBTimers() - Method in class com.sun.ejb.containers.EJBTimerService
Called at server startup *after* user apps have been re-activated to restart any active EJB timers.
resultException - Variable in class com.sun.ejb.containers.RemoteAsyncResult
 
resultValue - Variable in class com.sun.ejb.containers.RemoteAsyncResult
 
resume() - Method in class org.glassfish.ejb.startup.EjbApplication
Resumes this application container.
resume() - Method in class org.glassfish.ejb.startup.EjbApplicationContainer
Resumes this application container.
returnObject(Object) - Method in class com.sun.ejb.containers.util.pool.AbstractPool
Return an object back to the pool.
returnObject(Object) - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
Return an object back to the pool.
returnObject(Object) - Method in interface com.sun.ejb.containers.util.pool.Pool
Return an object back to the pool.
run() - Method in class com.sun.ejb.containers.EJBTimerTask
 
run() - Method in class com.sun.ejb.containers.EntityContainer.LocalEJBObjectCacheVictimHandler
 
runMethod(Method, Object, Object[]) - Method in class org.glassfish.ejb.security.application.EJBSecurityManager
Runs a business method of an EJB withint the bean's policy context.
runMethod(Method, EjbInvocation, Object, Object[], EJBSecurityManager) - Static method in class org.glassfish.ejb.security.EJBSecurityUtil
This method is called from the generated code to execute the method.

S

sc - Variable in class org.glassfish.ejb.startup.EjbDeployer
 
ScheduledTimerValidatorImpl - Class in org.glassfish.ejb.deployment
Utility class to use ejb container code to validate ScheduledTimerDescriptor attributes
ScheduledTimerValidatorImpl() - Constructor for class org.glassfish.ejb.deployment.ScheduledTimerValidatorImpl
 
scheduleIds - Variable in class com.sun.ejb.containers.BaseContainer
 
ScrambledKeyGenerator - Class in com.sun.ejb.base.sfsb.util
A utility class that generates stateful session keys using two longs The session id generated by this class is guarenteed to be unique as long as the system clock is never reset to a previous value The hashCode of the SessionKey generated by ScrambledKeyGenerator also allows uniform distribution of keys when hashed in a HashMap
ScrambledKeyGenerator() - Constructor for class com.sun.ejb.base.sfsb.util.ScrambledKeyGenerator
 
ScrambledKeyGenerator(byte[], int) - Constructor for class com.sun.ejb.base.sfsb.util.ScrambledKeyGenerator
 
ScrambledKeyGenerator(long) - Constructor for class com.sun.ejb.base.sfsb.util.ScrambledKeyGenerator
 
SEC_CHECKED - Static variable in interface com.sun.ejb.Container
 
SEC_EXCLUDED - Static variable in interface com.sun.ejb.Container
 
SEC_NOT_INITIALIZED - Static variable in interface com.sun.ejb.Container
 
SEC_UNCHECKED - Static variable in interface com.sun.ejb.Container
 
secAttrStrings - Static variable in interface com.sun.ejb.Container
 
second(String) - Method in class com.sun.ejb.containers.TimerSchedule
 
securityManager - Variable in class com.sun.ejb.containers.BaseContainer
 
securityManagerCreationEndedEvent(String) - Method in class org.glassfish.ejb.security.application.EjbSecurityProbeProvider
 
securityManagerCreationEvent(String) - Method in class org.glassfish.ejb.security.application.EjbSecurityProbeProvider
 
securityManagerCreationEvent(String) - Method in class org.glassfish.ejb.security.application.EjbSecurityStatsProvider
 
securityManagerCreationStartedEvent(String) - Method in class org.glassfish.ejb.security.application.EjbSecurityProbeProvider
 
securityManagerDestructionEndedEvent(String) - Method in class org.glassfish.ejb.security.application.EjbSecurityProbeProvider
 
securityManagerDestructionEvent(String) - Method in class org.glassfish.ejb.security.application.EjbSecurityProbeProvider
 
securityManagerDestructionEvent(String) - Method in class org.glassfish.ejb.security.application.EjbSecurityStatsProvider
 
securityManagerDestructionStartedEvent(String) - Method in class org.glassfish.ejb.security.application.EjbSecurityProbeProvider
 
securityPermissions - Variable in class com.sun.ejb.EjbInvocation
The security attribute of the bean method.
securityPermissions - Variable in class com.sun.ejb.InvocationInfo
 
SerializableBeanGenerator - Class in com.sun.ejb.codegen
This class is used to generate a Serializable sub-class of a 3.0 stateful session bean.
SerializableBeanGenerator(ClassLoader, String) - Constructor for class com.sun.ejb.codegen.SerializableBeanGenerator
 
SerializableObjectFactory - Interface in com.sun.ejb.spi.io
An interface that creates an Object that was serialized using IndirectlySerializable
serializeObject(Object, boolean) - Static method in class com.sun.ejb.base.io.IOUtils
 
serializeObject(Object, boolean) - Method in class com.sun.ejb.base.io.JavaEEIOUtilsImpl
 
serializeObject(Object, boolean) - Static method in class com.sun.ejb.EJBUtils
Utility methods for serializing EJBs, primary keys and container-managed fields, all of which may include Remote EJB references, Local refs, JNDI Contexts etc which are not Serializable.
serializeObject(Object) - Static method in class com.sun.ejb.EJBUtils
 
serializeObjectFields(Object, ObjectOutputStream) - Static method in class com.sun.ejb.EJBUtils
 
ServiceInterfaceGenerator - Class in com.sun.ejb.codegen
This class is responsible for generating the SEI when it is not packaged by the application.
ServiceInterfaceGenerator(ClassLoader, Class) - Constructor for class com.sun.ejb.codegen.ServiceInterfaceGenerator
Construct the Wrapper generator with the specified deployment descriptor and class loader.
SessionBeanStatsImpl - Class in com.sun.ejb.base.stats
A Class for providing stats for both Stateless and Stateful Containers.
SessionBeanStatsImpl(SessionBeanStatsProvider, String) - Constructor for class com.sun.ejb.base.stats.SessionBeanStatsImpl
 
SessionBeanStatsProvider - Interface in com.sun.ejb.spi.stats
 
SessionContextImpl - Class in com.sun.ejb.containers
Implementation of EJBContext for SessionBeans
sessionDelegate - Variable in class com.sun.ejb.base.stats.SessionBeanStatsImpl
 
setActivationSize(long) - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
setActivationTime(long) - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
setActiveTxCache(Transaction, Object) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
setActiveTxCache(Transaction, Object) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
setApplicationId(long) - Method in class com.sun.ejb.containers.TimerState
 
setAutomatic(boolean) - Method in class com.sun.ejb.containers.TimerSchedule
 
setBackingStore(BackingStore<Serializable, SimpleMetadata>) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
setBackingStore(BackingStore<Serializable, SimpleMetadata>) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
setBackingStore(BackingStore<Serializable, SimpleMetadata>) - Method in interface com.sun.ejb.spi.container.SFSBContainerInitialization
 
setBlob(TimerState.Blob) - Method in class com.sun.ejb.containers.TimerState
 
setCacheName(String) - Method in class com.sun.ejb.containers.util.cache.LruCache
 
setCascadeDeleteAfterSuperEJBRemove(boolean) - Method in class com.sun.ejb.containers.EntityContextImpl
 
setCascadeDeleteBeforeEJBRemove(boolean) - Method in class com.sun.ejb.containers.EntityContextImpl
 
setCheckpointPolicy(CheckpointPolicy) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
setCheckpointPolicy(CheckpointPolicy) - Method in interface com.sun.ejb.spi.container.SFSBContainerInitialization
 
setCheckpointSize(long) - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreMonitor
 
setCheckpointSize(long) - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreStatsImpl
 
setCheckpointSize(long) - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
setCheckpointTime(long) - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreMonitor
 
setCheckpointTime(long) - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreStatsImpl
 
setCheckpointTime(long) - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
setCMCLock(Lock) - Method in class com.sun.ejb.EjbInvocation
 
setConfigData(String) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
setConfigData(String) - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
setContainerClassLoader(ClassLoader) - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
setContainerClassLoader(ClassLoader) - Method in class com.sun.ejb.containers.util.pool.NonBlockingPool
 
setContainerId(long) - Method in class com.sun.ejb.containers.TimerState
 
setContextCalled() - Method in class com.sun.ejb.containers.MessageBeanContextImpl
 
setCreationTimeRaw(long) - Method in class com.sun.ejb.containers.TimerState
 
setDebugMonitorFlag(boolean) - Method in class com.sun.ejb.containers.BaseContainer
 
setDelegate(HAStatefulSessionStoreStatsImpl) - Method in class com.sun.ejb.base.stats.HAStatefulSessionStoreMonitor
 
setDelegate(Object) - Method in class com.sun.ejb.containers.interceptors.SystemInterceptorProxy
 
setDistributedReadOnlyBeanNotifier(DistributedReadOnlyBeanNotifier) - Method in interface com.sun.ejb.spi.distributed.DistributedReadOnlyBeanService
This is typically done during appserver startup time.
setDoTxProcessingInPostInvoke(boolean) - Method in class com.sun.ejb.EjbInvocation
 
setEjbFutureTask(EjbFutureTask) - Method in class com.sun.ejb.EjbInvocation
 
setEJBHome(EJBHome) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
setEJBObject(Remote) - Method in class com.sun.ejb.containers.EJBObjectImpl
 
setEJBObject(String, Remote) - Method in class com.sun.ejb.containers.EJBObjectImpl
 
setEJBObjectCacheListener(EJBObjectCacheListener) - Method in interface com.sun.ejb.containers.util.cache.EJBObjectCache
 
setEJBObjectCacheListener(EJBObjectCacheListener) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
setEJBObjectCacheListener(EJBObjectCacheListener) - Method in class com.sun.ejb.containers.util.cache.UnboundedEJBObjectCache
 
setEJBTimerService(EJBTimerService) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
setEJBTimerService(EJBTimerService) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
setEJBTimerServiceDBReadBeforeTimeout(boolean) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
setEJBTimerServiceDBReadBeforeTimeout(boolean) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
setEmfRegisteredWithTx(EntityManagerFactory, boolean) - Method in class com.sun.ejb.containers.SessionContextImpl
 
setExistsInStore(boolean) - Method in class com.sun.ejb.containers.SessionContextImpl
 
setExistsInStore(boolean) - Method in interface com.sun.ejb.spi.container.StatefulEJBContext
 
setHoldingSFSBSerializedLock(boolean) - Method in class com.sun.ejb.EjbInvocation
 
setInfo(String, String, String) - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
setInitialExpirationRaw(long) - Method in class com.sun.ejb.containers.TimerState
 
setInsideContainer(boolean) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
setInsideContainer(boolean) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
setInstanceKey(Object) - Method in class com.sun.ejb.containers.AbstractSessionContextImpl
 
setIntervalDuration(long) - Method in class com.sun.ejb.containers.TimerState
 
setInvId(long) - Method in class com.sun.ejb.EjbInvocation
 
setIsAsynchronous(boolean) - Method in class com.sun.ejb.InvocationInfo
 
setJ2EEObjectStreamFactory(J2EEObjectStreamFactory) - Static method in class com.sun.ejb.base.io.IOUtils
 
setLastAccess(long) - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
setLastExpiration(Date) - Method in class com.sun.ejb.containers.TimerState
 
setLastExpirationRaw(long) - Method in class com.sun.ejb.containers.TimerState
 
setLastRefreshedAt(long) - Method in class com.sun.ejb.containers.ReadOnlyContextImpl
 
setLevel(MonitoringLevel) - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
setLockType(LockType) - Method in class com.sun.ejb.MethodLockInfo
 
setMaxCacheSize(int) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
setMaxIdleTime(long) - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
setMessage(T) - Method in class com.sun.ejb.EjbInvocation
This is for EJB JAXWS only.
setMessageContext(MessageContext) - Method in class com.sun.ejb.EjbInvocation
 
setMonitorOn(boolean) - Method in class com.sun.ejb.containers.BaseContainer
 
setNew(boolean) - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
setOptionalLocalIntfProxy(Proxy) - Method in interface com.sun.ejb.containers.OptionalLocalInterfaceProvider
 
setOwnerId(String) - Method in class com.sun.ejb.containers.TimerState
 
setParameters(Object[]) - Method in class com.sun.ejb.containers.interceptors.AroundInvokeInvocationContext
 
setParameters(Object[]) - Method in class com.sun.ejb.containers.interceptors.CallbackInvocationContext
 
setParameters(Object[]) - Method in class com.sun.ejb.EjbInvocation
Set the parameters that will be used to invoke the business method.
setPassivationBatchCount(int) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
setPassivationSize(long) - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
setPassivationTime(long) - Method in class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
setPerformDBReadBeforeTimeout(boolean) - Method in class com.sun.ejb.containers.EJBTimerService
 
setPerformDBReadBeforeTimeout(boolean) - Method in class com.sun.ejb.spi.distributed.DistributedEJBTimerServiceImpl
 
setPkHashCode(int) - Method in class com.sun.ejb.containers.TimerState
 
setPKLevelSequenceNum(int) - Method in class com.sun.ejb.containers.ReadOnlyContextImpl
 
setPreInvokeTxStatus(Integer) - Method in class com.sun.ejb.EjbInvocation
 
setProxy(Object) - Method in class com.sun.ejb.containers.EJBLocalObjectInvocationHandler
 
setReadOnlyBeanInfo(ReadOnlyBeanInfo) - Method in class com.sun.ejb.containers.ReadOnlyContextImpl
 
setRefreshFlag(Object) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
setRemovalGracePeriodInSeconds(int) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
setRemovalGracePeriodInSeconds(int) - Method in interface com.sun.ejb.spi.container.SFSBContainerInitialization
 
setRemoved(boolean) - Method in class com.sun.ejb.containers.ReadOnlyContextImpl
 
setRequestClientVersion(long) - Method in interface com.sun.ejb.spi.sfsb.util.SFSBVersionManager
 
setResourceHandle(ResourceHandle) - Method in class com.sun.ejb.containers.MessageBeanListenerImpl
 
setResponseClientVersion(long) - Method in interface com.sun.ejb.spi.sfsb.util.SFSBVersionManager
 
setRollbackOnly() - Method in class com.sun.ejb.containers.EJBContextImpl
 
setRollbackOnly() - Method in class com.sun.ejb.containers.SingletonContextImpl
 
setSchedule(String) - Method in class com.sun.ejb.containers.TimerState
 
setSecurityManager(SecurityManager) - Method in class com.sun.ejb.containers.BaseContainer
 
setSessionCache(LruSessionCache) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
setSessionContext(SessionContext) - Method in class com.sun.ejb.containers.TimerBean
 
setSessionId(Serializable) - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
setSfsbClientVersion(long) - Method in class com.sun.ejb.containers.EJBLocalRemoteObject
 
setSfsbHaPersistenceType(String) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
setSFSBUUIDUtil(SFSBUUIDUtil) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
setSFSBUUIDUtil(SFSBUUIDUtil) - Method in interface com.sun.ejb.spi.container.SFSBContainerInitialization
 
setSFSBVersionManager(SFSBVersionManager) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
setSFSBVersionManager(SFSBVersionManager) - Method in interface com.sun.ejb.spi.container.SFSBContainerInitialization
 
setShutdownState() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
setSingletonLifeCycleManager(SingletonLifeCycleManager) - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
setStartedState() - Method in interface com.sun.ejb.Container
Start servicing invocations for EJB instances in this Container.
setStartedState() - Method in class com.sun.ejb.containers.BaseContainer
 
setState(int) - Method in class com.sun.ejb.containers.TimerState
 
setState(byte[]) - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
setStatefulSessionStoreMonitor(StatefulSessionStoreMonitor) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
setStatefulWriteLock(SessionContextImpl) - Method in class com.sun.ejb.containers.SessionContextImpl
 
setStoppedState() - Method in interface com.sun.ejb.Container
Stop servicing invocations for EJB instances in this Container.
setStoppedState() - Method in class com.sun.ejb.containers.BaseContainer
 
setTimeout(long, TimeUnit) - Method in class com.sun.ejb.MethodLockInfo
 
setTimerId(String) - Method in class com.sun.ejb.containers.TimerState
 
setTransaction(Transaction) - Method in class com.sun.ejb.containers.EJBContextImpl
 
setUndeployedState() - Method in interface com.sun.ejb.Container
Stop servicing invocations for EJB instances in this Container as the container is being undeployed.
setUndeployedState() - Method in class com.sun.ejb.containers.BaseContainer
 
setUndeployedState() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
setupIdleBeansPassivator(Cache) - Method in class com.sun.ejb.containers.EntityContainer
setup a timer task to trim timed out entries in the cache.
setVersion(long) - Method in class com.sun.ejb.containers.SessionContextImpl
 
setVersion(long) - Method in interface com.sun.ejb.spi.container.StatefulEJBContext
 
setVersion(long) - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
setWasCancelCalled(boolean) - Method in class com.sun.ejb.EjbInvocation
 
setWebServiceContext(Object) - Method in class com.sun.ejb.EjbInvocation
 
setWebServiceMethod(Method) - Method in class com.sun.ejb.EjbInvocation
 
setWebServiceTie(Object) - Method in class com.sun.ejb.EjbInvocation
 
SFSBBeanState - Class in com.sun.ejb.spi.sfsb.store
 
SFSBBeanState(Serializable, long, boolean, byte[], long) - Constructor for class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
SFSBContainerCallback - Interface in com.sun.ejb.spi.container
 
SFSBContainerInitialization - Interface in com.sun.ejb.spi.container
This interface that defines the methods that are used by the PersistenceStrategyBuilder to initialize the container
sfsbDelegate - Variable in class com.sun.ejb.base.stats.StatefulSessionBeanStatsImpl
 
sfsbSerializedClass - Variable in class com.sun.ejb.containers.BaseContainer
 
SFSBTxCheckpointCoordinator - Class in com.sun.ejb.containers
A class to checkpoint HA enabled SFSBs as a single transactional unit.
SFSBUUIDUtil - Interface in com.sun.ejb.spi.sfsb.store
 
SFSBUUIDUtil<T> - Interface in com.sun.ejb.spi.sfsb.util
An instance of this class will be used by the Stateful SessionBean Container to create sessionIDs whenever home.create(..) is called
SFSBVersionManager - Interface in com.sun.ejb.spi.sfsb.util
 
shutdown() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
 
SimpleKeyGenerator - Class in com.sun.ejb.base.sfsb.util
A utility class that generates stateful session keys using two longs The session id generated by this class is guarenteed to be unique as long as the system clock is never reset to a previous value The hashCode of the SessionKey generated by SimpleKeyGenerator also allows uniform distribution of keys when hashed in a HashMap
SimpleKeyGenerator() - Constructor for class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator
 
SimpleKeyGenerator(byte[], int) - Constructor for class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator
 
SimpleKeyGenerator(long) - Constructor for class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator
 
SimpleKeyGenerator.SimpleSessionKey - Class in com.sun.ejb.base.sfsb.util
 
SimpleKeyGenerator.SimpleSessionKey(long, long, int) - Constructor for class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator.SimpleSessionKey
 
SINGLETON_BEAN_POOL_PROP - Static variable in class com.sun.ejb.containers.BaseContainer
 
SingletonBeanStatsProvider - Class in com.sun.ejb.monitoring.stats
Defines SingletonBeanStatsProvider
SingletonBeanStatsProvider(long, String, String, String) - Constructor for class com.sun.ejb.monitoring.stats.SingletonBeanStatsProvider
 
SingletonContextImpl - Class in com.sun.ejb.containers
Implementation of EJBContext for Singleton SessionBeans
singletonCtx - Variable in class com.sun.ejb.containers.AbstractSingletonContainer
 
singletonCtxFactory - Variable in class com.sun.ejb.containers.AbstractSingletonContainer
 
singletonInitializationFailed - Variable in class com.sun.ejb.containers.AbstractSingletonContainer
 
singletonInitialized - Variable in class com.sun.ejb.containers.AbstractSingletonContainer
 
SingletonLifeCycleManager - Class in org.glassfish.ejb.startup
 
size() - Method in interface com.sun.ejb.containers.util.cache.Cache
 
start(Date) - Method in class com.sun.ejb.containers.TimerSchedule
 
start(ApplicationContext) - Method in class org.glassfish.ejb.startup.EjbApplication
 
start(ApplicationContext) - Method in class org.glassfish.ejb.startup.EjbApplicationContainer
 
startApplication(boolean) - Method in interface com.sun.ejb.Container
Called after all the components in the container's application have loaded successfully.
startApplication(boolean) - Method in class com.sun.ejb.containers.BaseContainer
Called after all the components in the container's application have deployed successfully.
startApplication(boolean) - Method in class com.sun.ejb.containers.MessageBeanContainer
Called when the application containing this message-bean has successfully gotten through the initial load phase of each module.
startApplication(boolean) - Method in class com.sun.ejb.containers.TimerBeanContainer
Called after all the components in the container's application have deployed successfully.
startInvocation() - Method in class com.sun.ejb.containers.EjbEndpointFacadeImpl
 
startsWithCreate - Variable in class com.sun.ejb.InvocationInfo
 
startsWithFind - Variable in class com.sun.ejb.InvocationInfo
 
startsWithFindByPrimaryKey - Variable in class com.sun.ejb.InvocationInfo
 
startsWithRemove - Variable in class com.sun.ejb.InvocationInfo
 
state - Variable in class com.sun.ejb.containers.EJBContextImpl
 
StatefulContainerBuilder - Class in com.sun.ejb.containers.builder
A builder for StatefulSessionContainer.
StatefulContainerBuilder() - Constructor for class com.sun.ejb.containers.builder.StatefulContainerBuilder
 
StatefulEJBContext - Interface in com.sun.ejb.spi.container
 
StatefulSessionBeanStatsImpl - Class in com.sun.ejb.base.stats
A Class for providing stats for Stateful Container.
StatefulSessionBeanStatsImpl(StatefulSessionBeanStatsProvider) - Constructor for class com.sun.ejb.base.stats.StatefulSessionBeanStatsImpl
 
StatefulSessionBeanStatsProvider - Class in com.sun.ejb.monitoring.stats
Probe listener for the Stateful Session Beans part of the EJB monitoring events.
StatefulSessionBeanStatsProvider(StatefulSessionContainer, long, String, String, String) - Constructor for class com.sun.ejb.monitoring.stats.StatefulSessionBeanStatsProvider
 
StatefulSessionBeanStatsProvider - Interface in com.sun.ejb.spi.stats
 
StatefulSessionContainer - Class in com.sun.ejb.containers
This class provides container functionality specific to stateful SessionBeans.
StatefulSessionContainer(EjbDescriptor, ClassLoader) - Constructor for class com.sun.ejb.containers.StatefulSessionContainer
This constructor is called from the JarManager when a Jar is deployed.
StatefulSessionContainer(BaseContainer.ContainerType, EjbDescriptor, ClassLoader) - Constructor for class com.sun.ejb.containers.StatefulSessionContainer
 
StatefulSessionStoreMonitor - Class in com.sun.ejb.base.stats
An instance of this class is used by the StatefulContainer to update monitoring data.
StatefulSessionStoreMonitor() - Constructor for class com.sun.ejb.base.stats.StatefulSessionStoreMonitor
 
StatefulSessionStoreStatsImpl - Class in com.sun.ejb.base.stats
Implementation of StatefulSessionStoreStats There is once instance of this class per StatefulEJBContainer
StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager) - Constructor for class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
 
StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager, String) - Constructor for class com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
 
StatelessSessionBeanStatsImpl - Class in com.sun.ejb.base.stats
A Class for providing stats for Stateless Container.
StatelessSessionBeanStatsImpl(StatelessSessionBeanStatsProvider) - Constructor for class com.sun.ejb.base.stats.StatelessSessionBeanStatsImpl
 
StatelessSessionBeanStatsProvider - Class in com.sun.ejb.monitoring.stats
Probe listener for the Stateless Session Beans part of the EJB monitoring events.
StatelessSessionBeanStatsProvider(StatelessSessionContainer, long, String, String, String) - Constructor for class com.sun.ejb.monitoring.stats.StatelessSessionBeanStatsProvider
 
StatelessSessionBeanStatsProvider - Interface in com.sun.ejb.spi.stats
 
StatelessSessionContainer - Class in com.sun.ejb.containers
This class provides container functionality specific to stateless SessionBeans.
StatelessSessionContainer(BaseContainer.ContainerType, EjbDescriptor, ClassLoader) - Constructor for class com.sun.ejb.containers.StatelessSessionContainer
 
StatelessSessionContainer.SessionContextFactory - Class in com.sun.ejb.containers
 
StatelessSessionContainer.SessionContextFactory() - Constructor for class com.sun.ejb.containers.StatelessSessionContainer.SessionContextFactory
 
stateToString() - Method in class com.sun.ejb.containers.TimerState
 
stateToString(int) - Static method in class com.sun.ejb.containers.TimerState
 
StaticRmiStubGenerator - Class in com.sun.ejb.codegen
This class is used to generate the RMI-IIOP version of a remote business interface.
StaticRmiStubGenerator(Habitat) - Constructor for class com.sun.ejb.codegen.StaticRmiStubGenerator
This class is only instantiated internally.
StatsImpl - Class in com.sun.ejb.base.stats
Base class for all the StatsImpl.
StatsImpl() - Constructor for class com.sun.ejb.base.stats.StatsImpl
 
StatsProvider - Interface in com.sun.ejb.spi.stats
 
statToString() - Method in class com.sun.ejb.base.stats.StatsImpl
 
steadyPoolSize - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
stop(ApplicationContext) - Method in class org.glassfish.ejb.startup.EjbApplication
 
stop(ApplicationContext) - Method in class org.glassfish.ejb.startup.EjbApplicationContainer
 
stringToInt(String, String, Logger) - Static method in class com.sun.ejb.containers.MessageBeanContainer
 
submit(EjbInvocation) - Method in class com.sun.ejb.containers.EjbAsyncInvocationManager
 
suffix - Variable in class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator
 
suspend() - Method in class org.glassfish.ejb.startup.EjbApplication
Suspends this application container.
suspend() - Method in class org.glassfish.ejb.startup.EjbApplicationContainer
Suspends this application container.
SystemInterceptorProxy - Class in com.sun.ejb.containers.interceptors
 
SystemInterceptorProxy() - Constructor for class com.sun.ejb.containers.interceptors.SystemInterceptorProxy
 

T

tail - Variable in class com.sun.ejb.containers.util.cache.LruCache
 
target - Variable in class org.glassfish.ejb.admin.cli.MigrateTimers
 
targetMethod1 - Variable in class com.sun.ejb.InvocationInfo
 
targetMethod2 - Variable in class com.sun.ejb.InvocationInfo
 
testCreate(String, EJBContext, String, Date, long, Serializable) - Static method in class com.sun.ejb.containers.TimerBean
 
testMigrate(String) - Static method in class com.sun.ejb.containers.TimerBean
 
threshold - Variable in class com.sun.ejb.containers.util.cache.BaseCache
threshold for the cache; once the threshold is reached entries are removed to accomodate newer inserts
throwLocalException(Throwable, Class[]) - Static method in class com.sun.ejb.containers.InvocationHandlerUtil
 
throwRemoteException(Throwable, Class[]) - Static method in class com.sun.ejb.containers.InvocationHandlerUtil
 
timeout - Variable in class com.sun.ejb.containers.util.cache.LruCache
 
timer - Variable in class com.sun.ejb.EjbInvocation
 
TIMER_RESOURCE_JNDI - Static variable in interface com.sun.ejb.containers.EjbContainerUtil
 
TIMER_SERVICE_APP_NAME - Static variable in interface com.sun.ejb.containers.EjbContainerUtil
 
TIMER_SERVICE_UPGRADED - Static variable in interface com.sun.ejb.containers.EjbContainerUtil
 
TimerBean - Class in com.sun.ejb.containers
TimerBean is a facade for the persistent state of an EJB Timer.
TimerBean() - Constructor for class com.sun.ejb.containers.TimerBean
 
TimerBean.Blob - Class in com.sun.ejb.containers
To be used to read in TimerBean.Blob and replace with TimerState.Blob on v2.x upgrade
TimerBean.Blob() - Constructor for class com.sun.ejb.containers.TimerBean.Blob
 
TimerBeanContainer - Class in com.sun.ejb.containers
 
TimerBeanContainer(EjbDescriptor, ClassLoader) - Constructor for class com.sun.ejb.containers.TimerBeanContainer
This constructor is called when the timer service system application is loaded.
timerDelegate - Variable in class com.sun.ejb.base.stats.EJBTimedObjectStatsImpl
 
timerId - Variable in class com.sun.ejb.containers.TimerPrimaryKey
 
TimerLocal - Interface in com.sun.ejb.containers
Local view of the persistent representation of an EJB timer.
TimerPrimaryKey - Class in com.sun.ejb.containers
 
TimerPrimaryKey() - Constructor for class com.sun.ejb.containers.TimerPrimaryKey
 
TimerPrimaryKey(String) - Constructor for class com.sun.ejb.containers.TimerPrimaryKey
 
timerProbeListener - Variable in class com.sun.ejb.containers.BaseContainer
 
timerProbeNotifier - Variable in class com.sun.ejb.containers.BaseContainer
 
TimerSchedule - Class in com.sun.ejb.containers
A runtime representation of the user-defined calendar-based timeout expression for an enterprise bean timer.
TimerSchedule() - Constructor for class com.sun.ejb.containers.TimerSchedule
Construct TimerSchedule instance with all defaults.
TimerSchedule(ScheduleExpression) - Constructor for class com.sun.ejb.containers.TimerSchedule
Construct TimerSchedule instance from a given ScheduleExpression.
TimerSchedule(ScheduledTimerDescriptor, String, int) - Constructor for class com.sun.ejb.containers.TimerSchedule
Construct TimerSchedule instance from a given Schedule annotation.
TimerSchedule(String) - Constructor for class com.sun.ejb.containers.TimerSchedule
Reconstruct TimerSchedule instance from a given String.
TimerServiceNamingProxy - Class in com.sun.ejb.containers
Proxy for creating TimerService instances when requested by lookup or injection.
TimerServiceNamingProxy() - Constructor for class com.sun.ejb.containers.TimerServiceNamingProxy
 
TimerState - Class in com.sun.ejb.containers
TimerState represents the state of a persistent EJB Timer.
TimerState() - Constructor for class com.sun.ejb.containers.TimerState
 
TimerState(String, long, long, String, Object, Date, long, TimerSchedule, Serializable) - Constructor for class com.sun.ejb.containers.TimerState
 
TimerState.Blob - Class in com.sun.ejb.containers
Many DBs have a limitation that at most one field per DB can hold binary data.
TimerState.Blob() - Constructor for class com.sun.ejb.containers.TimerState.Blob
 
TimerState.Blob(Object, Serializable) - Constructor for class com.sun.ejb.containers.TimerState.Blob
 
TimerWrapper - Class in com.sun.ejb.containers
 
TimerWrapper.SerializedTimerWrapper - Class in com.sun.ejb.containers
Used by serialization code to serialize a TimerWrapper.
timezone(String) - Method in class com.sun.ejb.containers.TimerSchedule
 
toBoolean(String) - Method in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
convert the input value to the appropriate Boolean value if input value is null, return null
toString() - Method in class com.sun.ejb.base.container.util.CacheProperties
 
toString() - Method in class com.sun.ejb.base.sfsb.util.SimpleKeyGenerator.SimpleSessionKey
 
toString() - Method in exception com.sun.ejb.codegen.GeneratorException
Return the string representation of the exception.
toString() - Method in class com.sun.ejb.containers.AbstractSessionContextImpl
 
toString() - Method in class com.sun.ejb.containers.BaseContainer
 
toString() - Method in class com.sun.ejb.containers.EjbFutureTask
 
toString() - Method in class com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate
 
toString() - Method in class com.sun.ejb.containers.EjbThreadPoolExecutor
 
toString() - Method in class com.sun.ejb.containers.interceptors.InterceptorInvocationHandler
 
toString() - Method in class com.sun.ejb.containers.interceptors.InterceptorManager
 
toString() - Method in class com.sun.ejb.containers.TimerPrimaryKey
 
toString() - Method in class com.sun.ejb.containers.TimerWrapper
 
toString() - Method in class com.sun.ejb.containers.util.cache.BaseCache.CacheItem
 
toString() - Method in class com.sun.ejb.containers.util.cache.CacheEntry
 
toString() - Method in class com.sun.ejb.EjbInvocation
Print most useful fields.
toString() - Method in class com.sun.ejb.InvocationInfo
 
toString() - Method in class com.sun.ejb.MethodLockInfo
 
toString() - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
totalPassivationErrors - Variable in class com.sun.ejb.containers.EntityContainer
 
totalPassivations - Variable in class com.sun.ejb.containers.EntityContainer
 
totalRefCount - Variable in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
transaction - Variable in class com.sun.ejb.containers.EJBContextImpl
 
transactionAttribute - Variable in class com.sun.ejb.EjbInvocation
The transaction attribute of the bean method.
transactionManager - Variable in class com.sun.ejb.containers.BaseContainer
 
transform(boolean) - Method in class org.glassfish.ejb.embedded.DomainXmlTransformer
 
trimCount - Variable in class com.sun.ejb.containers.util.cache.LruCache
 
trimEvent(Object, Object) - Method in class com.sun.ejb.containers.EntityContainer
 
trimEvent(Object, Object) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
trimExpiredEntries(int) - Method in class com.sun.ejb.containers.util.cache.BaseCache
trim the expired entries from the cache.
trimExpiredEntries(int) - Method in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
trimExpiredEntries(int) - Method in class com.sun.ejb.containers.util.cache.LruCache
trim the expired entries from the cache.
trimItem(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.BaseCache
trim the item from the cache and notify listeners
trimItem(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
trim the item from the cache and notify listeners
trimItem(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.UnboundedEJBObjectCache
 
trimLru(long) - Method in class com.sun.ejb.containers.util.cache.LruCache
trim one item from the LRU list
trimLru() - Method in class com.sun.ejb.containers.util.cache.UnBoundedSessionCache
 
trimTimedoutItems(int) - Method in class com.sun.ejb.containers.util.cache.FIFOSessionCache
 
trimTimedoutItems(int) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
trim the timedOut entries from the cache.
trimTimedoutItems(int) - Method in class com.sun.ejb.containers.util.cache.NRUSessionCache
 
trimUnSortedTimedoutItems(int) - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
This method picks idle items from a cache which does not have a sorted LRU list NRU cache at light loads and FIFO caches do not maintain a LRU list and hence they have to scan the entire cache and select victims
TX_BEAN_MANAGED - Static variable in interface com.sun.ejb.Container
 
TX_MANDATORY - Static variable in interface com.sun.ejb.Container
 
TX_NEVER - Static variable in interface com.sun.ejb.Container
 
TX_NOT_INITIALIZED - Static variable in interface com.sun.ejb.Container
 
TX_NOT_SUPPORTED - Static variable in interface com.sun.ejb.Container
 
TX_REQUIRED - Static variable in interface com.sun.ejb.Container
 
TX_REQUIRES_NEW - Static variable in interface com.sun.ejb.Container
 
TX_SUPPORTS - Static variable in interface com.sun.ejb.Container
 
txAttr - Variable in class com.sun.ejb.InvocationInfo
 
txAttrStrings - Static variable in interface com.sun.ejb.Container
 

U

UnboundedEJBObjectCache - Class in com.sun.ejb.containers.util.cache
An EJB(Local)Object cache that does not impose any limit on the number of entries
UnboundedEJBObjectCache(String) - Constructor for class com.sun.ejb.containers.util.cache.UnboundedEJBObjectCache
default constructor
UnboundedEJBObjectCache(String, long) - Constructor for class com.sun.ejb.containers.util.cache.UnboundedEJBObjectCache
constructor with specified timeout
UnBoundedSessionCache - Class in com.sun.ejb.containers.util.cache
 
UnBoundedSessionCache(String, StatefulSessionContainer, int, int) - Constructor for class com.sun.ejb.containers.util.cache.UnBoundedSessionCache
 
undeploy() - Method in class com.sun.ejb.base.stats.EJBMethodStatsManagerImpl
 
undeploy() - Method in class com.sun.ejb.base.stats.MonitoringRegistryMediator
 
undeploy() - Method in interface com.sun.ejb.Container
Called from EJB JarManager when an application is undeployed.
undeploy() - Method in class com.sun.ejb.containers.BaseContainer
Undeploy event.
undeploy(SessionContextImpl) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
UniqueIdGenerator - Class in com.sun.ejb.codegen
Generates unique id for an application or stand alone ejb module.
unload(EjbApplication, DeploymentContext) - Method in class org.glassfish.ejb.startup.EjbDeployer
 
unregister() - Method in class com.sun.ejb.monitoring.stats.EjbCacheStatsProvider
 
unregister() - Method in class com.sun.ejb.monitoring.stats.EjbMonitoringStatsProvider
 
unregister() - Method in class com.sun.ejb.monitoring.stats.EjbPoolStatsProvider
 
unregister() - Method in class com.sun.ejb.monitoring.stats.EjbTimedObjectStatsProvider
 
unregisterContainer(BaseContainer) - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
unregisterContainer(BaseContainer) - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
unregisterProbeProvider() - Method in class com.sun.ejb.containers.util.pool.AbstractPool
 
unregisterResource(ResourceHandle) - Method in class com.sun.ejb.containers.EJBContextImpl
Unregister a resource from this Context.
unsetEJBTimerService() - Method in interface com.sun.ejb.containers.EjbContainerUtil
 
unsetEJBTimerService() - Method in class com.sun.ejb.containers.EjbContainerUtilImpl
 
useClientTx(Transaction, EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
 
useFastPath - Variable in class com.sun.ejb.EjbInvocation
Tells if a fast path can be taken for a business method invocation.
userTransactionLookupAllowed() - Method in class com.sun.ejb.EjbInvocation
Called by the UserTransaction lookup to verify access to the UserTransaction itself.
userTransactionMethodsAllowed(ComponentInvocation) - Method in interface com.sun.ejb.Container
EJB spec makes a distinction between access to the UserTransaction object itself and access to its methods.
userTransactionMethodsAllowed(ComponentInvocation) - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
userTransactionMethodsAllowed(ComponentInvocation) - Method in class com.sun.ejb.containers.BaseContainer
EJB spec makes a distinction between access to the UserTransaction object itself and access to its methods.
userTransactionMethodsAllowed(ComponentInvocation) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
userTransactionMethodsAllowed(ComponentInvocation) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
userTransactionMethodsAllowed(ComponentInvocation) - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
userTransactionMethodsAllowed() - Method in class com.sun.ejb.EjbInvocation
Called by the UserTransaction implementation to verify access to the UserTransaction methods.
useStaticCodegen() - Static method in class com.sun.ejb.EJBUtils
 

V

validateScheduledTimerDescriptor(ScheduledTimerDescriptor) - Method in class org.glassfish.ejb.deployment.ScheduledTimerValidatorImpl
 
validateValue(int, int, int, int, String, String, Logger) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
value - Variable in class com.sun.ejb.containers.util.cache.CacheEntry
 
valueOf(String) - Static method in enum com.sun.ejb.containers.BaseContainer.ContainerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.ejb.containers.EJBContextImpl.BeanState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.ejb.containers.MessageBeanContainer.MessageDeliveryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.ejb.containers.BaseContainer.ContainerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.ejb.containers.EJBContextImpl.BeanState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.ejb.containers.MessageBeanContainer.MessageDeliveryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.sun.ejb.containers.util.cache.BaseCache
get an Iterator for the values stored in the cache
values() - Method in class com.sun.ejb.containers.util.cache.LruSessionCache
get an Iterator for the values stored in the cache

W

waitCount - Variable in class com.sun.ejb.containers.util.cache.LruSessionCache.LruSessionCacheItem
 
waitCount - Variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
waitRefresh(int) - Method in class com.sun.ejb.containers.util.cache.BaseCache
wait for a refresh on the object associated with the key
wasCancelCalled() - Method in class com.sun.ejb.containers.AbstractSessionContextImpl
 
webServiceEndpointIntf - Variable in class com.sun.ejb.containers.BaseContainer
 
WebServiceInvocationHandler - Class in com.sun.ejb.containers
This is a proxy invocation handler for web service ejb invocations.
WebServiceInvocationHandler(Class, WebServiceEndpoint, Class, EjbContainerUtil, Map) - Constructor for class com.sun.ejb.containers.WebServiceInvocationHandler
 
webServiceInvocationInfoMap - Variable in class com.sun.ejb.containers.BaseContainer
 
webServicePostInvoke(EjbInvocation) - Method in interface com.sun.ejb.Container
Called by webservice code to do ejb invocation post processing.
webServicePostInvoke(EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
 
willInvokeWithClientTx(EjbInvocation) - Method in class com.sun.ejb.containers.EntityContainer
 
WrapperGenerator - Class in com.sun.ejb.codegen
This class is used to generate the type specific EJBObject implementation
WrapperGenerator(DeploymentContext, EjbDescriptor, boolean, Vector) - Constructor for class com.sun.ejb.codegen.WrapperGenerator
Construct the Wrapper generator with the specified deployment descriptor and class loader.
writeReplace() - Method in class com.sun.ejb.containers.RemoteBusinessWrapperBase
 

Y

year(String) - Method in class com.sun.ejb.containers.TimerSchedule
 

_

_constructEJBContextImpl(Object) - Method in class com.sun.ejb.containers.AbstractSingletonContainer
 
_constructEJBContextImpl(Object) - Method in class com.sun.ejb.containers.BaseContainer
 
_constructEJBContextImpl(Object) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
_constructEJBContextImpl(Object) - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
_constructEJBContextImpl(Object) - Method in class com.sun.ejb.containers.StatelessSessionContainer
 
_constructEJBInstance() - Method in class com.sun.ejb.containers.BaseContainer
 
_constructEJBInstance() - Method in class com.sun.ejb.containers.StatefulSessionContainer
 
_ejbDescriptor - Variable in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
The ejbDescriptor
_getContext(EjbInvocation) - Method in class com.sun.ejb.containers.BaseContainer
 
_getContext(EjbInvocation) - Method in class com.sun.ejb.containers.BMCSingletonContainer
 
_getContext(EjbInvocation) - Method in class com.sun.ejb.containers.CMCSingletonContainer
 
_getContext(EjbInvocation) - Method in class com.sun.ejb.containers.EntityContainer
Called from BaseContainer.preInvoke which is called from the EJBObject for local and remote invocations, and from the EJBHome for create/find.
_getContext(EjbInvocation) - Method in class com.sun.ejb.containers.MessageBeanContainer
 
_getContext(EjbInvocation) - Method in class com.sun.ejb.containers.ReadOnlyBeanContainer
 
_getContext(EjbInvocation) - Method in class com.sun.ejb.containers.StatefulSessionContainer
Called from preInvoke which is called from the EJBObject for local and remote invocations.
_getContext(EjbInvocation) - Method in class com.sun.ejb.containers.StatelessSessionContainer
Called from preInvoke which is called from the EJBObject for local and remote invocations.
_haEnabled - Variable in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
 
_isDebugMonitoringEnabled - Static variable in class com.sun.ejb.base.sfsb.util.EJBServerConfigLookup
is monitoring enabled
_logger - Static variable in class com.sun.appserv.ejb.ReadOnlyBeanHelper
 
_logger - Static variable in class com.sun.ejb.base.container.util.CacheProperties
 
_logger - Static variable in class com.sun.ejb.base.stats.StatsImpl
 
_logger - Static variable in class com.sun.ejb.codegen.Generator
 
_logger - Static variable in class com.sun.ejb.containers.BaseContainer
 
_logger - Static variable in class com.sun.ejb.containers.builder.BaseContainerBuilder
 
_logger - Static variable in class com.sun.ejb.containers.EJBHomeImpl
 
_logger - Static variable in class com.sun.ejb.containers.EJBLocalRemoteObject
 
_logger - Static variable in class com.sun.ejb.containers.ReadOnlyBeanHelper
Deprecated.  
_logger - Static variable in class com.sun.ejb.containers.util.cache.BaseCache
 
_logger - Static variable in class com.sun.ejb.containers.util.cache.LruCache
 
_logger - Static variable in class com.sun.ejb.containers.util.pool.AbstractPool
 
_maxBuckets - Variable in class com.sun.ejb.containers.EntityContainer
 
_printRefCount - Static variable in class com.sun.ejb.containers.util.cache.FIFOEJBObjectCache
 
_put(int, Object, Object, int, boolean) - Method in class com.sun.ejb.containers.util.cache.BaseCache
cache the given value at the specified key and return previous value
_rb - Static variable in class com.sun.ejb.containers.util.cache.BaseCache
The resource bundle containing the localized message strings.
_refresh_All() - Method in interface com.sun.ejb.containers.ReadOnlyEJBHome
 
_refresh_All() - Method in class com.sun.ejb.containers.ReadOnlyEJBHomeImpl
 
_refresh_com_sun_ejb_containers_read_only_bean_(Object) - Method in interface com.sun.ejb.containers.ReadOnlyEJBHome
 
_refresh_com_sun_ejb_containers_read_only_bean_(Object) - Method in class com.sun.ejb.containers.ReadOnlyEJBHomeImpl
 
_remove(int, Object, Object) - Method in class com.sun.ejb.containers.util.cache.BaseCache
remove the item stored at the key.
_removeItem(BaseCache.CacheItem) - Method in class com.sun.ejb.containers.util.cache.BaseCache
remove the item stored at the key.
_storeable_getAttributeNames() - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
_storeable_getDirtyStatus() - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
_storeable_getLastAccessTime() - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
_storeable_getMaxIdleTime() - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
_storeable_getVersion() - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
_storeable_readState(InputStream) - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
_storeable_setLastAccessTime(long) - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
_storeable_setMaxIdleTime(long) - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
_storeable_setVersion(long) - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 
_storeable_writeState(OutputStream) - Method in class com.sun.ejb.spi.sfsb.store.SFSBBeanState
 

A B C D E F G H I J K L M N O P R S T U V W Y _

Copyright © 2012 GlassFish Community. All Rights Reserved.