Package org.kie.remote.command
Class WorkingMemoryActionCommand
- java.lang.Object
-
- org.kie.remote.command.AbstractCommand
-
- org.kie.remote.command.WorkingMemoryActionCommand
-
- All Implemented Interfaces:
Serializable,RemoteCommand,Message
- Direct Known Subclasses:
DeleteCommand,EventInsertCommand,InsertCommand,UpdateCommand
public abstract class WorkingMemoryActionCommand extends AbstractCommand
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkingMemoryActionCommand()WorkingMemoryActionCommand(RemoteFactHandle factHandle, String entryPoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntryPoint()RemoteFactHandlegetFactHandle()-
Methods inherited from class org.kie.remote.command.AbstractCommand
getId, getTimestamp
-
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
-
-
-
-
Constructor Detail
-
WorkingMemoryActionCommand
public WorkingMemoryActionCommand()
-
WorkingMemoryActionCommand
public WorkingMemoryActionCommand(RemoteFactHandle factHandle, String entryPoint)
-
-
Method Detail
-
getFactHandle
public RemoteFactHandle getFactHandle()
-
getEntryPoint
public String getEntryPoint()
-
-