Package org.kie.remote.command
Class AbstractCommand
- java.lang.Object
-
- org.kie.remote.command.AbstractCommand
-
- All Implemented Interfaces:
Serializable,RemoteCommand,Message
- Direct Known Subclasses:
FactCountCommand,FireAllRulesCommand,FireUntilHaltCommand,GetKJarGAVCommand,GetObjectCommand,HaltCommand,ListObjectsCommand,SnapshotOnDemandCommand,UpdateKJarCommand,WorkingMemoryActionCommand
public abstract class AbstractCommand extends Object implements RemoteCommand, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractCommand()protectedAbstractCommand(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()longgetTimestamp()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.remote.command.RemoteCommand
isPermittedForReplicas
-
-