org.jbpm.integration.spec.runtime
Class RuntimeContext

java.lang.Object
  extended by org.jbpm.integration.spec.runtime.RuntimeContext

public class RuntimeContext
extends java.lang.Object

A runtime context that passes through a chain of interceptors.

Since:
07-Oct-2008
Author:
thomas.diesler@jboss.com

Constructor Summary
RuntimeContext()
           
 
Method Summary
 org.jboss.bpm.api.runtime.Token getToken()
           
protected  void next()
           
 void setToken(org.jboss.bpm.api.runtime.Token token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeContext

public RuntimeContext()
Method Detail

getToken

public org.jboss.bpm.api.runtime.Token getToken()

setToken

public void setToken(org.jboss.bpm.api.runtime.Token token)

next

protected void next()


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