Uses of Class
org.jboss.as.threads.Attribute
-
-
Uses of Attribute in org.jboss.as.threads
Methods in org.jboss.as.threads that return Attribute Modifier and Type Method Description static AttributeAttribute. forName(String localName)static AttributeAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static Attribute[]Attribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.threads with parameters of type Attribute Modifier and Type Method Description XMLStreamExceptionThreadsLogger_$logger. countMustBePositive(Attribute count, Location location)XMLStreamExceptionThreadsLogger_$logger. perCpuMustBePositive(Attribute perCpu, Location location)voidThreadsLogger_$logger. perCpuNotSupported(Attribute perCpuAttr, BigDecimal count, Attribute countAttr, BigDecimal perCpu, Attribute perCpuAgain, int processors, int fullCount, Attribute countAttrAgain)
-