| Package | Description |
|---|---|
| org.apache.openejb.core.stateful |
| 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 |
StatefulContainer.StatefulCacheListener.afterLoad(Instance instance) |
void |
StatefulContainer.StatefulCacheListener.beforeStore(Instance instance) |
boolean |
StatefulContainer.BeanContextFilter.matches(Instance instance) |
void |
StatefulContainer.StatefulCacheListener.timedOut(Instance instance) |
| 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.