Class MessageDrivenAllowedMethodsInformation
- java.lang.Object
-
- org.jboss.as.ejb3.component.allowedmethods.AllowedMethodsInformation
-
- org.jboss.as.ejb3.component.messagedriven.MessageDrivenAllowedMethodsInformation
-
public class MessageDrivenAllowedMethodsInformation extends AllowedMethodsInformation
- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static MessageDrivenAllowedMethodsInformationINSTANCE_BMTstatic MessageDrivenAllowedMethodsInformationINSTANCE_CMT
-
Constructor Summary
Constructors Modifier Constructor Description protectedMessageDrivenAllowedMethodsInformation(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 MessageDrivenAllowedMethodsInformation INSTANCE_BMT
-
INSTANCE_CMT
public static final MessageDrivenAllowedMethodsInformation INSTANCE_CMT
-
-
Method Detail
-
setup
protected void setup(Set<DeniedMethodKey> denied)
- Overrides:
setupin classAllowedMethodsInformation
-
-