Class SessionBeanAllowedMethodsInformation
java.lang.Object
org.jboss.as.ejb3.component.allowedmethods.AllowedMethodsInformation
org.jboss.as.ejb3.component.session.SessionBeanAllowedMethodsInformation
- Direct Known Subclasses:
SingletonAllowedMethodsInformation,StatefulAllowedMethodsInformation,StatelessAllowedMethodsInformation
- Author:
- Stuart Douglas
-
Field Summary
Fields inherited from class org.jboss.as.ejb3.component.allowedmethods.AllowedMethodsInformation
INSTANCE_BMT, INSTANCE_CMT -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSessionBeanAllowedMethodsInformation(boolean beanManagedTransaction) -
Method Summary
Methods inherited from class org.jboss.as.ejb3.component.allowedmethods.AllowedMethodsInformation
add, add, checkAllowed, realCheckPermission, throwException, throwException
-
Constructor Details
-
SessionBeanAllowedMethodsInformation
protected SessionBeanAllowedMethodsInformation(boolean beanManagedTransaction)
-
-
Method Details
-
setup
- Overrides:
setupin classAllowedMethodsInformation
-