org.jbpm.pvm.internal.model.op
Class MoveToChildActivity

java.lang.Object
  extended by org.jbpm.pvm.internal.model.op.AtomicOperation
      extended by org.jbpm.pvm.internal.model.op.MoveToChildActivity
All Implemented Interfaces:
java.io.Serializable

public class MoveToChildActivity
extends AtomicOperation

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.pvm.internal.model.op.AtomicOperation
EXECUTE_ACTIVITY, EXECUTE_EVENT_LISTENER, PROPAGATE_TO_PARENT, TRANSITION_END_ACTIVITY, TRANSITION_START_ACTIVITY, TRANSITION_TAKE
 
Constructor Summary
MoveToChildActivity(ActivityImpl activity)
           
 
Method Summary
 MessageImpl createAsyncMessage(ExecutionImpl execution)
           
 boolean isAsync(ExecutionImpl execution)
           
 void perform(ExecutionImpl execution)
           
 
Methods inherited from class org.jbpm.pvm.internal.model.op.AtomicOperation
parseAtomicOperation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveToChildActivity

public MoveToChildActivity(ActivityImpl activity)
Method Detail

perform

public void perform(ExecutionImpl execution)
Specified by:
perform in class AtomicOperation

isAsync

public boolean isAsync(ExecutionImpl execution)
Specified by:
isAsync in class AtomicOperation

createAsyncMessage

public MessageImpl createAsyncMessage(ExecutionImpl execution)
Specified by:
createAsyncMessage in class AtomicOperation


Copyright © 2010 JBoss Community. All Rights Reserved.