|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.commands.AbstractVisitor
org.jboss.cache.interceptors.base.CommandInterceptor
org.jboss.cache.interceptors.base.JmxStatsCommandInterceptor
org.jboss.cache.interceptors.PassivationInterceptor
org.jboss.cache.interceptors.LegacyPassivationInterceptor
@Deprecated public class LegacyPassivationInterceptor
Passivation interceptor for optimistic and pessimistic locking
Field Summary |
---|
Fields inherited from class org.jboss.cache.interceptors.PassivationInterceptor |
---|
loader |
Fields inherited from class org.jboss.cache.interceptors.base.CommandInterceptor |
---|
configuration, log, trace |
Constructor Summary | |
---|---|
LegacyPassivationInterceptor()
Deprecated. |
Method Summary | |
---|---|
java.lang.Object |
visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
Deprecated. Notifies the cache instance listeners that the evicted node is about to be passivated and stores the evicted node and its attributes back to the store using the CacheLoader. |
Methods inherited from class org.jboss.cache.interceptors.PassivationInterceptor |
---|
dumpStatistics, getPassivations, passivate, resetStatistics, setDependencies |
Methods inherited from class org.jboss.cache.interceptors.base.JmxStatsCommandInterceptor |
---|
getStatisticsEnabled, checkStatisticsUsed, setStatisticsEnabled |
Methods inherited from class org.jboss.cache.interceptors.base.CommandInterceptor |
---|
getNext, handleDefault, hasNext, invokeNextInterceptor, setNext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyPassivationInterceptor()
Method Detail |
---|
public java.lang.Object visitEvictFqnCommand(InvocationContext ctx, EvictCommand command) throws java.lang.Throwable
PassivationInterceptor
visitEvictFqnCommand
in interface Visitor
visitEvictFqnCommand
in class PassivationInterceptor
ctx
- invocation contextcommand
- command to visit
java.lang.Throwable
- in the event of problems.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |