Uses of Class
org.ow2.bonita.pvm.internal.svc.Interceptor

Packages that use Interceptor
org.ow2.bonita.pvm.internal.svc   
org.ow2.bonita.pvm.internal.tx   
 

Uses of Interceptor in org.ow2.bonita.pvm.internal.svc
 

Subclasses of Interceptor in org.ow2.bonita.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.
 

Uses of Interceptor in org.ow2.bonita.pvm.internal.tx
 

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



Copyright © 2009 OW2 Consortium. All Rights Reserved.