|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.commands.CommandsFactoryImpl
org.jboss.cache.commands.OptimisticCommandsFactoryImpl
@Deprecated public class OptimisticCommandsFactoryImpl
Extends the default commands factory impl for optimistic locking.
| Field Summary |
|---|
| Fields inherited from class org.jboss.cache.commands.CommandsFactoryImpl |
|---|
buddyFqnTransformer, buddyManager, cacheSpi, configuration, dataContainer, invoker, notifier, rpcManager, transactionTable, txManager |
| Constructor Summary | |
|---|---|
OptimisticCommandsFactoryImpl()
Deprecated. |
|
| Method Summary | |
|---|---|
CreateNodeCommand |
buildCreateNodeCommand(Fqn fqn)
Deprecated. |
EvictCommand |
buildEvictFqnCommand(Fqn fqn)
Deprecated. |
GravitateDataCommand |
buildGravitateDataCommand(Fqn fqn,
Boolean searchSubtrees)
Deprecated. |
InvalidateCommand |
buildInvalidateCommand(Fqn fqn)
Deprecated. |
ReplicableCommand |
fromStream(int id,
Object[] parameters)
Deprecated. Builds a cache command based on the ID passed in and an object array of parameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OptimisticCommandsFactoryImpl()
| Method Detail |
|---|
public EvictCommand buildEvictFqnCommand(Fqn fqn)
buildEvictFqnCommand in interface CommandsFactorybuildEvictFqnCommand in class CommandsFactoryImplpublic InvalidateCommand buildInvalidateCommand(Fqn fqn)
buildInvalidateCommand in interface CommandsFactorybuildInvalidateCommand in class CommandsFactoryImpl
public GravitateDataCommand buildGravitateDataCommand(Fqn fqn,
Boolean searchSubtrees)
buildGravitateDataCommand in interface CommandsFactorybuildGravitateDataCommand in class CommandsFactoryImplpublic CreateNodeCommand buildCreateNodeCommand(Fqn fqn)
buildCreateNodeCommand in interface CommandsFactorybuildCreateNodeCommand in class CommandsFactoryImpl
public ReplicableCommand fromStream(int id,
Object[] parameters)
CommandsFactory
fromStream in interface CommandsFactoryfromStream in class CommandsFactoryImplid - id of the command to buildparameters - parameters attached to the command
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||