| Package | Description |
|---|---|
| org.jboss.as.ejb3.component.allowedmethods |
| Modifier and Type | Method and Description |
|---|---|
MethodType |
DeniedMethodKey.getMethodType() |
static MethodType |
MethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodType[] |
MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AllowedMethodsInformation.add(Set<org.jboss.as.ejb3.component.allowedmethods.AllowedMethodsInformation.DeniedSyncMethodKey> otherDenied,
CurrentSynchronizationCallback.CallbackType callbackType,
MethodType timerServiceMethod) |
protected static void |
AllowedMethodsInformation.add(Set<DeniedMethodKey> otherDenied,
InvocationType setEntityContext,
MethodType timerServiceMethod) |
static void |
AllowedMethodsInformation.checkAllowed(MethodType methodType)
Checks that the current method
|
protected void |
AllowedMethodsInformation.realCheckPermission(MethodType methodType,
InvocationType invocationType) |
protected void |
AllowedMethodsInformation.throwException(MethodType methodType,
CurrentSynchronizationCallback.CallbackType callback)
throw an exception when a method cannot be invoked
|
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 © 2020 JBoss by Red Hat. All rights reserved.