public abstract class InterceptorBase
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
protected static class |
InterceptorBase.ExceptionPriotiryRules |
Constructor and Description |
---|
InterceptorBase() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
doesForbidUtUsage() |
protected abstract TransactionPolicy |
getPolicy() |
protected static TransactionManager |
getTransactionManager() |
protected java.lang.Object |
intercept(InvocationContext ic) |
protected java.lang.Object intercept(InvocationContext ic) throws java.lang.Exception
java.lang.Exception
protected boolean doesForbidUtUsage()
protected abstract TransactionPolicy getPolicy() throws SystemException, ApplicationException
SystemException
ApplicationException
protected static TransactionManager getTransactionManager()