| Package | Description |
|---|---|
| org.apache.openejb.core.stateful |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCache<K,V> |
| Modifier and Type | Field and Description |
|---|---|
protected Cache<Object,Instance> |
StatefulContainer.cache |
| Modifier and Type | Method and Description |
|---|---|
Cache<Object,Instance> |
StatefulContainerFactory.getCache() |
Cache<Object,Instance> |
StatefulContainer.getCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulContainerFactory.setCache(Cache<Object,Instance> cache) |
| Constructor and Description |
|---|
StatefulContainer(Object id,
SecurityService securityService,
Cache<Object,Instance> cache) |
StatefulContainer(Object id,
SecurityService securityService,
Cache<Object,Instance> cache,
Duration accessTimeout,
boolean preventExtendedEntityManagerSerialization,
LockFactory lockFactory) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.