org.jbpm.workflow.instance.node
Class JoinInstance

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

public class JoinInstance
extends NodeInstanceImpl

Runtime counterpart of a join node.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl
NodeInstanceImpl.NodeInstanceTrigger
 
Constructor Summary
JoinInstance()
           
 
Method Summary
protected  Join getJoin()
           
 Map<Long,Integer> getTriggers()
           
 void internalSetTriggers(Map<Long,Integer> triggers)
           
 void internalTrigger(NodeInstance from, String type)
           
 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

JoinInstance

public JoinInstance()
Method Detail

getJoin

protected Join getJoin()

internalTrigger

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

triggerCompleted

public void triggerCompleted()

getTriggers

public Map<Long,Integer> getTriggers()

internalSetTriggers

public void internalSetTriggers(Map<Long,Integer> triggers)


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