jBPM distribution 6.0.0.CR3

org.jbpm.workflow.instance.node
Class BoundaryEventNodeInstance

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

public class BoundaryEventNodeInstance
extends EventNodeInstance

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl
NodeInstanceImpl.NodeInstanceTrigger
 
Constructor Summary
BoundaryEventNodeInstance()
           
 
Method Summary
 void signalEvent(String type, Object event)
           
 
Methods inherited from class org.jbpm.workflow.instance.node.EventNodeInstance
getEventNode, internalTrigger, triggerCompleted
 
Methods inherited from class org.jbpm.workflow.instance.impl.ExtendedNodeInstanceImpl
getExtendedNode, triggerCompleted, triggerCompleted, triggerEvent
 
Methods inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl
cancel, executeAction, followConnection, getId, getLevel, getMetaData, getMetaData, getNode, getNodeId, getNodeInstanceContainer, getNodeName, getProcessInstance, getUniqueId, getVariable, isInversionOfControl, resolveContext, resolveContextInstance, retrigger, setId, setLevel, setMetaData, setNodeId, setNodeInstanceContainer, setProcessInstance, setVariable, trigger, triggerConnection, triggerNode, triggerNodeInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundaryEventNodeInstance

public BoundaryEventNodeInstance()
Method Detail

signalEvent

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

jBPM distribution 6.0.0.CR3

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