| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| 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.
|
| org.infinispan.interceptors.locking | |
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
RollbackCommand |
CommandsFactoryImpl.buildRollbackCommand(GlobalTransaction gtx) |
RollbackCommand |
CommandsFactory.buildRollbackCommand(GlobalTransaction gtx)
Builds a RollbackCommand
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Visitor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
AbstractVisitor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TxInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
StateTransferLockInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
ReplicationInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
NotificationInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
DistributionInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
CallInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
CacheStoreInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleRollbackCommand(InvocationContext ctx,
RollbackCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractTxLockingInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StateTransferLockImpl.acquireForCommand(TxInvocationContext ctx,
RollbackCommand command) |
boolean |
StateTransferLock.acquireForCommand(TxInvocationContext ctx,
RollbackCommand command) |
void |
StateTransferLockImpl.releaseForCommand(TxInvocationContext ctx,
RollbackCommand command) |
void |
StateTransferLock.releaseForCommand(TxInvocationContext ctx,
RollbackCommand command) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.