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