Uses of Class
org.jboss.as.ejb3.component.stateful.CurrentSynchronizationCallback.CallbackType
-
Packages that use CurrentSynchronizationCallback.CallbackType Package Description org.jboss.as.ejb3.component.allowedmethods org.jboss.as.ejb3.component.stateful -
-
Uses of CurrentSynchronizationCallback.CallbackType in org.jboss.as.ejb3.component.allowedmethods
Methods in org.jboss.as.ejb3.component.allowedmethods with parameters of type CurrentSynchronizationCallback.CallbackType Modifier and Type Method Description protected static voidAllowedMethodsInformation. add(Set<org.jboss.as.ejb3.component.allowedmethods.AllowedMethodsInformation.DeniedSyncMethodKey> otherDenied, CurrentSynchronizationCallback.CallbackType callbackType, MethodType timerServiceMethod)protected voidAllowedMethodsInformation. throwException(MethodType methodType, CurrentSynchronizationCallback.CallbackType callback)throw an exception when a method cannot be invoked -
Uses of CurrentSynchronizationCallback.CallbackType in org.jboss.as.ejb3.component.stateful
Methods in org.jboss.as.ejb3.component.stateful that return CurrentSynchronizationCallback.CallbackType Modifier and Type Method Description static CurrentSynchronizationCallback.CallbackTypeCurrentSynchronizationCallback. get()static CurrentSynchronizationCallback.CallbackTypeCurrentSynchronizationCallback.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.Methods in org.jboss.as.ejb3.component.stateful with parameters of type CurrentSynchronizationCallback.CallbackType Modifier and Type Method Description static voidCurrentSynchronizationCallback. set(CurrentSynchronizationCallback.CallbackType callback)
-