Package | Description |
---|---|
org.jboss.as.ejb3.component.allowedmethods | |
org.jboss.as.ejb3.component.stateful |
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 void |
AllowedMethodsInformation.throwException(MethodType methodType,
CurrentSynchronizationCallback.CallbackType callback)
throw an exception when a method cannot be invoked
|
Modifier and Type | Method and Description |
---|---|
static CurrentSynchronizationCallback.CallbackType |
CurrentSynchronizationCallback.get() |
static CurrentSynchronizationCallback.CallbackType |
CurrentSynchronizationCallback.CallbackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CurrentSynchronizationCallback.CallbackType[] |
CurrentSynchronizationCallback.CallbackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
CurrentSynchronizationCallback.set(CurrentSynchronizationCallback.CallbackType callback) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.