Package org.kie.remote.command
Class SnapshotOnDemandCommand
- java.lang.Object
-
- org.kie.remote.command.AbstractCommand
-
- org.kie.remote.command.SnapshotOnDemandCommand
-
- All Implemented Interfaces:
Serializable,RemoteCommand,VisitableCommand,Message
public class SnapshotOnDemandCommand extends AbstractCommand implements VisitableCommand, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnapshotOnDemandCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(VisitorCommand visitor)booleanisPermittedForReplicas()StringtoString()-
Methods inherited from class org.kie.remote.command.AbstractCommand
getId, getTimestamp
-
-
-
-
Method Detail
-
isPermittedForReplicas
public boolean isPermittedForReplicas()
- Specified by:
isPermittedForReplicasin interfaceRemoteCommand
-
accept
public void accept(VisitorCommand visitor)
- Specified by:
acceptin interfaceVisitableCommand
-
-