return "AllowedOperationsInterceptor";
try { AllowedOperationsAssociation.pushInMethodFlag(AllowedOperationsFlags.IN_EJB_TIMEOUT); return invocation.invokeNext(); } finally { AllowedOperationsAssociation.popInMethodFlag(); }