| Package | Description |
|---|---|
| com.sun.ejb.containers | |
| com.sun.ejb.containers.util.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulSessionContainer
This class provides container functionality specific to stateful
SessionBeans.
|
| Modifier and Type | Field and Description |
|---|---|
protected SFSBContainerCallback |
LruSessionCache.container |
| Modifier and Type | Method and Description |
|---|---|
StatefulEJBContext |
LruSessionCache.lookupEJB(Serializable sessionKey,
SFSBContainerCallback container,
Object cookie) |
| Constructor and Description |
|---|
FIFOSessionCache(String cacheName,
SFSBContainerCallback container,
int cacheIdleTime,
int removalTime) |
LruSessionCache(String cacheName,
SFSBContainerCallback container,
int cacheIdleTime,
int removalTime) |
NRUSessionCache(String cacheName,
SFSBContainerCallback container,
int cacheIdleTime,
int removalTime) |
Copyright © 2019. All rights reserved.