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