Uses of Enum
org.jboss.as.ejb3.component.allowedmethods.MethodType
Packages that use MethodType
-
Uses of MethodType in org.jboss.as.ejb3.component.allowedmethods
Methods in org.jboss.as.ejb3.component.allowedmethods that return MethodTypeModifier and TypeMethodDescriptionDeniedMethodKey.getMethodType()static MethodTypeReturns 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 MethodTypeModifier and TypeMethodDescriptionprotected 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 MethodTypeModifierConstructorDescriptionDeniedMethodKey(InvocationType invocationType, MethodType methodType)