Package org.jbpm.client.impl

Interface Summary
AuthorizationSession  
 

Class Summary
AsyncCommandMessage  
AsyncCommandService  
AuthorizationInterceptor performs an authorization check before the command is executed.
EnvironmentInterceptor sets up an environment around the execution of the command.
Interceptor  
PvmServiceImpl  
RetryInterceptor retries the command execution in case hibernate throws optimistic locking (StaleObjectException) exceptions.
StandardCommandService  
TransactionInterceptor calls setRollbackOnly on the transaction in the environment in case an exception occurs during execution of the command.