| java.lang.Object org.jboss.ejb.plugins.AbstractInterceptor
All known Subclasses: org.jboss.ejb.plugins.EntityInstanceInterceptor, org.jboss.ejb.plugins.SecurityRolesInterceptor, org.jboss.ejb.plugins.EntitySynchronizationInterceptor, org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor, org.jboss.ejb.plugins.JaasAuthenticationInterceptor, org.jboss.ejb.plugins.SecurityInterceptor, org.jboss.cache.invalidation.triggers.EntityBeanCacheBatchInvalidatorInterceptor, org.jboss.ejb.plugins.CallValidationInterceptor, org.jboss.ejb.plugins.AbstractTxInterceptor, org.jboss.ejb.plugins.EntityMultiInstanceInterceptor, org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor, org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor, org.jboss.ejb.plugins.EntityReentranceInterceptor, org.jboss.ejb.plugins.SSLSessionInterceptor, org.jboss.ejb.plugins.cmp.jdbc2.RelationInterceptor, org.jboss.ejb.plugins.LogInterceptor, org.jboss.ejb.plugins.SecurityProxyInterceptor, org.jboss.ejb.plugins.RunAsSecurityInterceptor, org.jboss.ejb.plugins.EntityLockInterceptor, org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor, org.jboss.ejb.plugins.MetricsInterceptor, org.jboss.ejb.plugins.JaccAuthorizationInterceptor, org.jboss.ejb.plugins.EntityCreationInterceptor, org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor,
container | protected Container container(Code) | | The container the interceptor is associated with
|
log | protected Logger log(Code) | | Logging instance
|
nextInterceptor | protected Interceptor nextInterceptor(Code) | | The next interceptor in the chain.
|
destroy | public void destroy()(Code) | | |
isAppException | public boolean isAppException(Invocation invocation, Throwable e)(Code) | | See if the given exception e is compatible with an exception declared
as thrown by the invocation method.
Parameters: invocation - - the current invocation Parameters: e - - the exception thrown by the invocation true if e is a declared exception, false otherwise |
|
|