org.jbpm.workflow.instance.node
Class EventNodeInstance

java.lang.Object
  extended by org.jbpm.workflow.instance.impl.NodeInstanceImpl
      extended by org.jbpm.workflow.instance.node.EventNodeInstance
All Implemented Interfaces:
Serializable, NodeInstance, EventNodeInstanceInterface

public class EventNodeInstance
extends NodeInstanceImpl
implements EventNodeInstanceInterface

Runtime counterpart of an event node.

See Also:
Serialized Form

Constructor Summary
EventNodeInstance()
           
 
Method Summary
 EventNode getEventNode()
           
 void internalTrigger(NodeInstance from, String type)
           
 void signalEvent(String type, Object event)
           
 void triggerCompleted()
           
 
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, triggerCompleted, triggerConnection, triggerNodeInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventNodeInstance

public EventNodeInstance()
Method Detail

signalEvent

public void signalEvent(String type,
                        Object event)
Specified by:
signalEvent in interface EventNodeInstanceInterface

internalTrigger

public void internalTrigger(NodeInstance from,
                            String type)
Specified by:
internalTrigger in class NodeInstanceImpl

getEventNode

public EventNode getEventNode()

triggerCompleted

public void triggerCompleted()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.