| Package | Description |
|---|---|
| org.apache.openejb.core.stateful |
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulContainer.StatefulCacheListener |
| Modifier and Type | Method and Description |
|---|---|
Cache.CacheListener<V> |
SimpleCache.getListener() |
Cache.CacheListener<V> |
Cache.getListener()
Gets the listener for cache events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleCache.setListener(Cache.CacheListener<V> listener) |
void |
Cache.setListener(Cache.CacheListener<V> listener)
Sets the listener for cache events.
|
| Constructor and Description |
|---|
SimpleCache(Cache.CacheListener<V> listener,
PassivationStrategy passivator,
int capacity,
int bulkPassivate,
Duration timeOut) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.