Package | Description |
---|---|
org.jboss.as.ee.component.interceptors | |
org.jboss.as.ejb3.component.allowedmethods |
Modifier and Type | Method and Description |
---|---|
static InvocationType |
InvocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvocationType[] |
InvocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InvocationType |
DeniedMethodKey.getInvocationType() |
Modifier and Type | Method and Description |
---|---|
protected static void |
AllowedMethodsInformation.add(Set<DeniedMethodKey> otherDenied,
InvocationType setEntityContext,
MethodType timerServiceMethod) |
protected void |
AllowedMethodsInformation.realCheckPermission(MethodType methodType,
InvocationType invocationType) |
protected void |
AllowedMethodsInformation.throwException(MethodType methodType,
InvocationType invocationType)
throw an exception when a method cannot be invoked
|
Constructor and Description |
---|
DeniedMethodKey(InvocationType invocationType,
MethodType methodType) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.