org.jbpm.graph.action
Class SeamedAction

java.lang.Object
  extended by org.jbpm.graph.action.SeamedAction
All Implemented Interfaces:
java.io.Serializable, ActionHandler

public class SeamedAction
extends java.lang.Object
implements ActionHandler

See Also:
Serialized Form

Constructor Summary
SeamedAction()
           
 
Method Summary
protected  void beginSeamConversation(ExecutionContext executionContext)
           
protected  void endSeamConversation(ExecutionContext executionContext)
           
 void execute(ExecutionContext executionContext)
           
protected  void invokeSeamObjectExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamedAction

public SeamedAction()
Method Detail

execute

public void execute(ExecutionContext executionContext)
             throws java.lang.Exception
Specified by:
execute in interface ActionHandler
Throws:
java.lang.Exception

beginSeamConversation

protected void beginSeamConversation(ExecutionContext executionContext)

invokeSeamObjectExpression

protected void invokeSeamObjectExpression()

endSeamConversation

protected void endSeamConversation(ExecutionContext executionContext)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.