Package org.jbpm.delegation

is the package that contains all delegation interfaces and the ExecutionContexts.

See:
          Description

Interface Summary
ActionHandler is the delegation-interface for the execution of process-initiated actions.
AssignmentContext extends the ExecutionContext with specific methods for assignment.
AssignmentHandler is called when execution arrives in a State and must select the actorId that the process is wait for.
Configurable  
DecisionHandler decides between multiple alternative paths of execution.
ExceptionHandler is a delegation interface that is called when the target delegation throws an exception.
ExecutionContext is the interface that provides access to the process execution context information for the delegation implementations.
ForkContext provides the ForkHandler with the methods to create tokens for multiple concurrent paths of execution.
ForkHandler starts multiple concurrent paths of execution.
JoinContext provides the JoinHandler with the methods to perform synchronization between multiple concurrent paths of execution.
JoinHandler allows to specify all kinds of Join-behaviour, including run-time process-specific behaviour.
ProcessInvocationContext  
ProcessInvocationHandler handles the launching and the processing of the results of a sub-process inside a process-state.
Serializer performs (de)serialisation of variable-values (which are ordinary java-objects), for storage in the database.
UndoableActionHandler is an ActionHandler that allows to perform compensating actions when a user undoes a process instance.
 

Class Summary
Dom4jConfigurable is a convenience class for implementing delegation classes that are configured with an xml string.
 

Package org.jbpm.delegation Description

is the package that contains all delegation interfaces and the ExecutionContexts.



Version : jbpm-2.0