|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.core.managed.ManagedContainer.StatefulCacheListener
public class ManagedContainer.StatefulCacheListener
Constructor Summary | |
---|---|
ManagedContainer.StatefulCacheListener()
|
Method Summary | |
---|---|
void |
afterLoad(Instance instance)
Called after an entry is loaded from a store. |
void |
beforeStore(Instance instance)
Called before an entry is written to a store. |
void |
timedOut(Instance instance)
Called when an instance has been removed from the cache due to a time-out. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManagedContainer.StatefulCacheListener()
Method Detail |
---|
public void afterLoad(Instance instance) throws SystemException, ApplicationException
Cache.CacheListener
afterLoad
in interface Cache.CacheListener<Instance>
SystemException
ApplicationException
public void beforeStore(Instance instance)
Cache.CacheListener
beforeStore
in interface Cache.CacheListener<Instance>
public void timedOut(Instance instance)
Cache.CacheListener
timedOut
in interface Cache.CacheListener<Instance>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |