Uses of Class
org.jbpm.pvm.internal.svc.Interceptor

Packages that use Interceptor
org.jbpm.pvm.internal.svc   
org.jbpm.pvm.internal.tx   
 

Uses of Interceptor in org.jbpm.pvm.internal.svc
 

Subclasses of Interceptor in org.jbpm.pvm.internal.svc
 class AuthorizationInterceptor
          performs an authorization check before the command is executed.
 class EnvironmentInterceptor
          sets up an environment around the execution of the command.
 class RetryInterceptor
          retries the command execution in case hibernate throws optimistic locking (StaleObjectException) exceptions.
 class SerializeInterceptor
           
 class SkipInterceptor
           
 

Uses of Interceptor in org.jbpm.pvm.internal.tx
 

Subclasses of Interceptor in org.jbpm.pvm.internal.tx
 class JtaRetryInterceptor
           
 class JtaTransactionInterceptor
           
 class SpringTransactionInterceptor
          calls setRollbackOnly on the transaction in the environment in case an exception occurs during execution of the command.
 class StandardTransactionInterceptor
          calls setRollbackOnly on the transaction in the environment in case an exception occurs during execution of the command.
 



Copyright © 2010 JBoss Community. All Rights Reserved.