|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PrepareCommand in org.jboss.cache.buddyreplication |
---|
Methods in org.jboss.cache.buddyreplication with parameters of type PrepareCommand | |
---|---|
Object |
BuddyFqnTransformer.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Uses of PrepareCommand in org.jboss.cache.commands |
---|
Methods in org.jboss.cache.commands with parameters of type PrepareCommand | |
---|---|
Object |
Visitor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
Visits a PrepareCommand. |
Object |
AbstractVisitor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Uses of PrepareCommand in org.jboss.cache.commands.tx |
---|
Subclasses of PrepareCommand in org.jboss.cache.commands.tx | |
---|---|
class |
OptimisticPrepareCommand
An optimistic version of PrepareCommand . |
Uses of PrepareCommand in org.jboss.cache.factories |
---|
Methods in org.jboss.cache.factories that return PrepareCommand | |
---|---|
PrepareCommand |
CommandsFactory.buildPrepareCommand(GlobalTransaction gtx,
List<ReversibleCommand> modifications,
org.jgroups.Address address,
boolean onePhaseCommit)
|
PrepareCommand |
CommandsFactory.buildPrepareCommand(GlobalTransaction gtx,
ReversibleCommand command,
boolean onePhaseCommit)
|
Uses of PrepareCommand in org.jboss.cache.interceptors |
---|
Uses of PrepareCommand in org.jboss.cache.interceptors.base |
---|
Methods in org.jboss.cache.interceptors.base with parameters of type PrepareCommand | |
---|---|
protected Object |
SkipCheckChainedInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Object |
SkipCheckChainedInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Object |
PostProcessingCommandInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |