Uses of Class
org.space4j.Command

Packages that use Command
org.space4j   
org.space4j.command   
org.space4j.implementation   
 

Uses of Command in org.space4j
 

Methods in org.space4j with parameters of type Command
 int Space4J.exec(Command cmd)
          Executes a command on the underlying Space.
 void Logger.logCommand(Command cmd)
          Log a command to a log file on disk.
 int Space4J.reapply(Command cmd)
          Re-apply a command on the underlying Space.
 

Uses of Command in org.space4j.command
 

Subclasses of Command in org.space4j.command
 class CreateCollectionCmd<V>
           
 class CreateMapCmd<K,V>
           
 class CreateObjectCmd
           
 class CreateSequenceCmd
           
 class DropObjectCmd
           
 class DropSequenceCmd
           
 class IncrementSeqCmd
           
 class PutCmd
           
 class RemoveCmd
           
 class RemoveObjectCmd
           
 

Uses of Command in org.space4j.implementation
 

Methods in org.space4j.implementation with parameters of type Command
 int SimpleSpace4J.exec(Command cmd)
          Execute a command and log it.
 int SlaveSpace4J.exec(Command cmd)
           
 int MasterSpace4J.exec(Command cmd, boolean log)
           
protected  int SimpleSpace4J.exec(Command cmd, boolean log)
           
 void SimpleLogger.logCommand(Command cmd)
           
 int SimpleSpace4J.reapply(Command cmd)
           
 



Copyright © 2005 Space4J Team. All Rights Reserved.