|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockControlCommand | |
---|---|
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. |
Uses of LockControlCommand in org.infinispan.commands |
---|
Methods in org.infinispan.commands that return LockControlCommand | |
---|---|
LockControlCommand |
CommandsFactoryImpl.buildLockControlCommand(Collection keys,
boolean lock)
|
LockControlCommand |
CommandsFactory.buildLockControlCommand(Collection keys,
boolean lock)
|
Methods in org.infinispan.commands with parameters of type LockControlCommand | |
---|---|
Object |
Visitor.visitLockControlCommand(InvocationContext ctx,
LockControlCommand command)
|
Object |
AbstractVisitor.visitLockControlCommand(InvocationContext ctx,
LockControlCommand command)
|
Uses of LockControlCommand in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type LockControlCommand | |
---|---|
Object |
TxInterceptor.visitLockControlCommand(InvocationContext ctx,
LockControlCommand command)
|
Object |
ReplicationInterceptor.visitLockControlCommand(InvocationContext ctx,
LockControlCommand command)
|
Object |
LockingInterceptor.visitLockControlCommand(InvocationContext ctx,
LockControlCommand c)
|
Object |
CallInterceptor.visitLockControlCommand(InvocationContext ctx,
LockControlCommand c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |