org.jbpm.workflow.instance.node
Class EventNodeInstance
java.lang.Object
org.jbpm.workflow.instance.impl.NodeInstanceImpl
org.jbpm.workflow.instance.impl.ExtendedNodeInstanceImpl
org.jbpm.workflow.instance.node.EventNodeInstance
- All Implemented Interfaces:
- Serializable, NodeInstance, EventNodeInstanceInterface
public class EventNodeInstance
- extends ExtendedNodeInstanceImpl
- implements EventNodeInstanceInterface
Runtime counterpart of an event node.
- See Also:
- Serialized Form
Methods inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl |
cancel, followConnection, getId, getMetaData, getNode, getNodeId, getNodeInstanceContainer, getNodeName, getProcessInstance, getUniqueId, getVariable, isInversionOfControl, resolveContext, resolveContextInstance, setId, setMetaData, setNodeId, setNodeInstanceContainer, setProcessInstance, setVariable, trigger, triggerConnection, triggerNodeInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventNodeInstance
public EventNodeInstance()
signalEvent
public void signalEvent(String type,
Object event)
- Specified by:
signalEvent
in interface EventNodeInstanceInterface
internalTrigger
public void internalTrigger(NodeInstance from,
String type)
- Overrides:
internalTrigger
in class ExtendedNodeInstanceImpl
getEventNode
public EventNode getEventNode()
triggerCompleted
public void triggerCompleted()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.