Uses of Class
org.jboss.as.naming.subsystem.BindingType
-
Packages that use BindingType Package Description org.jboss.as.naming.logging org.jboss.as.naming.subsystem -
-
Uses of BindingType in org.jboss.as.naming.logging
Methods in org.jboss.as.naming.logging with parameters of type BindingType Modifier and Type Method Description org.jboss.as.controller.OperationFailedExceptionNamingLogger_$logger. bindingTypeRequiresAttributeDefined(BindingType bindingType, String attributeName)org.jboss.as.controller.OperationFailedExceptionNamingLogger. bindingTypeRequiresAttributeDefined(BindingType bindingType, String attributeName)Creates an exception indicating that a required attribute is not defined.org.jboss.as.controller.OperationFailedExceptionNamingLogger_$logger. cacheNotValidForBindingType(BindingType type)org.jboss.as.controller.OperationFailedExceptionNamingLogger. cacheNotValidForBindingType(BindingType type) -
Uses of BindingType in org.jboss.as.naming.subsystem
Methods in org.jboss.as.naming.subsystem that return BindingType Modifier and Type Method Description static BindingTypeBindingType. forName(String localName)static BindingTypeBindingType. valueOf(String name)Returns the enum constant of this type with the specified name.static BindingType[]BindingType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-