Package jrun.ejb.interceptors

Interface Summary
ContainerManagedTransactionInterceptorMBean The ContainerManagedTransactionInterceptor class implements this interface.
EJBSecurityInterceptorMBean  
EntityInstanceInterceptorMBean The EntityInstanceInterceptor class implements this interface.
EntitySynchronizationInterceptorMBean The EntitySynchronizationInterceptor class implements this interface.
InvokerInterceptorMBean  
LoggerInterceptorMBean  
MessageDrivenInstanceInterceptorMBean  
OTSTransactionInterceptorMBean  
StatefulClusterInterceptorMBean  
StatefulSessionInstanceInterceptorMBean The StatefulSessionInstanceInterceptor class implements this interface.
StatelessSessionInstanceInterceptorMBean The StatelessSessionInstanceInterceptor class implements this interface.
TransactionInterceptorMBean The base MBean for TransactionInterceptors.
 

Class Summary
AbstractInterceptor This is the base implementation of an Interceptor for an EJBContainer.
ContainerManagedTransactionInterceptor Interceptor that interacts with the TransactionManager to begin, commit, suspend, resume, and rollback container-managed transactions.
EJBSecurityInterceptor EJB Security Interceptor.
EntityInstanceInterceptor This class fills pretty much the same role as org.jboss.ejb.plugins.EntityInstanceInterceptor.
EntitySynchronizationInterceptor  
InvokerInterceptor This is pretty much a consolidation of the ContainerInterceptor inner classes that JBoss has in each org.jboss.ejb.*Container class.
LoggerInterceptor Logger for EJB containers, added only when the JRun logger is set with debug enabled.
MessageDrivenInstanceInterceptor  
OTSTransactionInterceptor  
StatefulClusterInterceptor Interceptor for copying instance state and state changes to a secondary stateful container in a clustered SFSB scenario.
StatefulSessionInstanceInterceptor This class fills pretty much the same role as org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor.
StatelessSessionInstanceInterceptor This class fills pretty much the same role as org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.
TransactionInterceptor The base XA-aware Interceptor for EJB containers.
 

Exception Summary
OTSTransactionInterceptor.TxInteropNotSupportedRemoteException OTS Transaction interoperability not supported: {bean}.{method}
 



Copyright © 2002 Macromedia Corporation. All Rights Reserved.