|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoveKeyCommand | |
---|---|
org.jboss.cache.buddyreplication | |
org.jboss.cache.commands | |
org.jboss.cache.commands.legacy.write | |
org.jboss.cache.interceptors | |
org.jboss.cache.interceptors.base |
Uses of RemoveKeyCommand in org.jboss.cache.buddyreplication |
---|
Methods in org.jboss.cache.buddyreplication with parameters of type RemoveKeyCommand | |
---|---|
java.lang.Object |
Fqn2BuddyFqnVisitor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Uses of RemoveKeyCommand in org.jboss.cache.commands |
---|
Methods in org.jboss.cache.commands that return RemoveKeyCommand | |
---|---|
RemoveKeyCommand |
CommandsFactory.buildRemoveKeyCommand(GlobalTransaction tx,
Fqn fqn,
java.lang.Object key)
|
RemoveKeyCommand |
PessimisticCommandsFactoryImpl.buildRemoveKeyCommand(GlobalTransaction tx,
Fqn fqn,
java.lang.Object key)
Deprecated. |
RemoveKeyCommand |
CommandsFactoryImpl.buildRemoveKeyCommand(GlobalTransaction tx,
Fqn fqn,
java.lang.Object key)
|
Methods in org.jboss.cache.commands with parameters of type RemoveKeyCommand | |
---|---|
java.lang.Object |
Visitor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
Visits a RemoveKeyCommand. |
java.lang.Object |
AbstractVisitor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Uses of RemoveKeyCommand in org.jboss.cache.commands.legacy.write |
---|
Subclasses of RemoveKeyCommand in org.jboss.cache.commands.legacy.write | |
---|---|
class |
PessRemoveKeyCommand
Deprecated. will be removed along with optimistic and pessimistic locking. |
Uses of RemoveKeyCommand in org.jboss.cache.interceptors |
---|
Methods in org.jboss.cache.interceptors with parameters of type RemoveKeyCommand | |
---|---|
java.lang.Object |
MVCCLockingInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
protected java.lang.Object |
CacheStoreInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
Deprecated. |
java.lang.Object |
InvalidationInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
CallInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
LegacyActivationInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
Deprecated. |
java.lang.Object |
MarshalledValueInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
InvocationContextInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
OptimisticNodeInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
Deprecated. |
java.lang.Object |
ReplicationInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
LegacyCacheLoaderInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
Deprecated. |
java.lang.Object |
ActivationInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
EvictionInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
CacheLoaderInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Uses of RemoveKeyCommand in org.jboss.cache.interceptors.base |
---|
Methods in org.jboss.cache.interceptors.base with parameters of type RemoveKeyCommand | |
---|---|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |