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
public class SessionBeanAllowedMethodsInformation extends AllowedMethodsInformation
- Author:
- Stuart Douglas
-
-
Field Summary
-
Fields inherited from class org.jboss.as.ejb3.component.allowedmethods.AllowedMethodsInformation
INSTANCE_BMT, INSTANCE_CMT
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSessionBeanAllowedMethodsInformation(boolean beanManagedTransaction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetup(Set<DeniedMethodKey> denied)-
Methods inherited from class org.jboss.as.ejb3.component.allowedmethods.AllowedMethodsInformation
add, add, checkAllowed, realCheckPermission, throwException, throwException
-
-
-
-
Method Detail
-
setup
protected void setup(Set<DeniedMethodKey> denied)
- Overrides:
setupin classAllowedMethodsInformation
-
-