Class SingletonAllowedMethodsInformation
- java.lang.Object
-
- org.jboss.as.ejb3.component.allowedmethods.AllowedMethodsInformation
-
- org.jboss.as.ejb3.component.session.SessionBeanAllowedMethodsInformation
-
- org.jboss.as.ejb3.component.singleton.SingletonAllowedMethodsInformation
-
public class SingletonAllowedMethodsInformation extends SessionBeanAllowedMethodsInformation
- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static SingletonAllowedMethodsInformationINSTANCE_BMTstatic SingletonAllowedMethodsInformationINSTANCE_CMT
-
Constructor Summary
Constructors Modifier Constructor Description protectedSingletonAllowedMethodsInformation(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
-
-
-
-
Field Detail
-
INSTANCE_BMT
public static final SingletonAllowedMethodsInformation INSTANCE_BMT
-
INSTANCE_CMT
public static final SingletonAllowedMethodsInformation INSTANCE_CMT
-
-
Method Detail
-
setup
protected void setup(Set<DeniedMethodKey> denied)
- Overrides:
setupin classSessionBeanAllowedMethodsInformation
-
-