org.drools.command.runtime.process
Class SignalEventCommand
java.lang.Object
org.drools.command.runtime.process.SignalEventCommand
- All Implemented Interfaces:
- Serializable, org.drools.command.Command<Object>, GenericCommand<Object>
public class SignalEventCommand
- extends Object
- implements GenericCommand<Object>
- See Also:
- Serialized Form
SignalEventCommand
public SignalEventCommand()
SignalEventCommand
public SignalEventCommand(String eventType,
Object event)
SignalEventCommand
public SignalEventCommand(long processInstanceId,
String eventType,
Object event)
getProcessInstanceId
public long getProcessInstanceId()
setProcessInstanceId
public void setProcessInstanceId(long processInstanceId)
getEventType
public String getEventType()
setEventType
public void setEventType(String eventType)
getEvent
public Object getEvent()
setEvent
public void setEvent(Object event)
execute
public Object execute(Context context)
- Specified by:
execute
in interface GenericCommand<Object>
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.