|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RollbackCommand | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.distribution | Classes relating to the distributed cache mode. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.interceptors.base | Base interceptors containing common, reusable behavior. |
Uses of RollbackCommand in org.infinispan.commands |
---|
Methods in org.infinispan.commands that return RollbackCommand | |
---|---|
RollbackCommand |
CommandsFactoryImpl.buildRollbackCommand(GlobalTransaction gtx)
|
RollbackCommand |
CommandsFactory.buildRollbackCommand(GlobalTransaction gtx)
Builds a RollbackCommand |
Methods in org.infinispan.commands with parameters of type RollbackCommand | |
---|---|
Object |
Visitor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command)
|
Object |
AbstractVisitor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command)
|
Uses of RollbackCommand in org.infinispan.distribution |
---|
Methods in org.infinispan.distribution with parameters of type RollbackCommand | |
---|---|
void |
TransactionLoggerImpl.logIfNeeded(RollbackCommand command)
|
void |
TransactionLogger.logIfNeeded(RollbackCommand command)
Logs a RollbackCommand if needed. |
Uses of RollbackCommand in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type RollbackCommand | |
---|---|
Object |
NotificationInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command)
|
Object |
DistributionInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command)
|
Object |
CallInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command)
|
Object |
TxInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command)
|
Object |
DistTxInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand cmd)
|
Object |
ReplicationInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command)
|
Object |
LockingInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command)
|
Object |
CacheStoreInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command)
|
Uses of RollbackCommand in org.infinispan.interceptors.base |
---|
Methods in org.infinispan.interceptors.base with parameters of type RollbackCommand | |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Object |
PrePostProcessingCommandInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command)
|
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |