站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 API 英文版文档

SeamedAction (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


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)


Version : jbpm-3.1.3