Package | Description |
---|---|
org.jboss.cache.buddyreplication | |
org.jboss.cache.commands | |
org.jboss.cache.commands.legacy.write | |
org.jboss.cache.interceptors | |
org.jboss.cache.interceptors.base |
Modifier and Type | Method and Description |
---|---|
Object |
Fqn2BuddyFqnVisitor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Modifier and Type | Method and Description |
---|---|
RemoveNodeCommand |
PessimisticCommandsFactoryImpl.buildRemoveNodeCommand(GlobalTransaction gtx,
Fqn fqn)
Deprecated.
|
RemoveNodeCommand |
CommandsFactoryImpl.buildRemoveNodeCommand(GlobalTransaction gtx,
Fqn fqn) |
RemoveNodeCommand |
CommandsFactory.buildRemoveNodeCommand(GlobalTransaction gtx,
Fqn fqn) |
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
Visits a RemoveNodeCommand.
|
Object |
AbstractVisitor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Modifier and Type | Class and Description |
---|---|
class |
PessRemoveNodeCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
PessimisticLockInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
Deprecated.
|
Object |
MVCCLockingInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
protected Object |
CacheStoreInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
remove() methods need to be applied to the CacheLoader before passing up the call: a listener might
access an element just removed, causing the CacheLoader to *load* the element before *removing* it.
|
Object |
InvocationContextInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Object |
ReplicationInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Object |
CallInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Object |
ActivationInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Object |
CacheLoaderInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Object |
OptimisticNodeInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
Deprecated.
|
Object |
LegacyActivationInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
Deprecated.
|
Object |
LegacyCacheLoaderInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
Deprecated.
|
Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Object |
InvalidationInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Object |
EvictionInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Modifier and Type | Method and Description |
---|---|
protected Object |
SkipCheckChainedInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
protected Object |
PrePostProcessingCommandInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Object |
SkipCheckChainedInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.