Uses of Class
org.jboss.as.ejb3.component.allowedmethods.MethodType
-
Packages that use MethodType Package Description org.jboss.as.ejb3.component.allowedmethods -
-
Uses of MethodType in org.jboss.as.ejb3.component.allowedmethods
Methods in org.jboss.as.ejb3.component.allowedmethods that return MethodType Modifier and Type Method Description MethodTypeDeniedMethodKey. getMethodType()static MethodTypeMethodType. 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.Methods in org.jboss.as.ejb3.component.allowedmethods with parameters of type MethodType 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 static voidAllowedMethodsInformation. add(Set<DeniedMethodKey> otherDenied, InvocationType setEntityContext, MethodType timerServiceMethod)static voidAllowedMethodsInformation. checkAllowed(MethodType methodType)Checks that the current methodprotected voidAllowedMethodsInformation. realCheckPermission(MethodType methodType, InvocationType invocationType)protected voidAllowedMethodsInformation. throwException(MethodType methodType, InvocationType invocationType)throw an exception when a method cannot be invokedprotected voidAllowedMethodsInformation. throwException(MethodType methodType, CurrentSynchronizationCallback.CallbackType callback)throw an exception when a method cannot be invokedConstructors in org.jboss.as.ejb3.component.allowedmethods with parameters of type MethodType Constructor Description DeniedMethodKey(InvocationType invocationType, MethodType methodType)
-