A B C D E F G H I K L M N O P R S T U V W

A

AbstractComponentNameTransformer<T> - Class in org.jboss.managed.plugins.factory
Abstract component name transformer.
AbstractComponentNameTransformer(Class<T>) - Constructor for class org.jboss.managed.plugins.factory.AbstractComponentNameTransformer
 
AbstractCompositeMetaType - Class in org.jboss.metatype.plugins.types
ImmutableCompositeMetaType.
AbstractCompositeMetaType(String, String, String[], String[], MetaType[], boolean) - Constructor for class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
Construct a composite meta type.
AbstractCompositeMetaType(String, String) - Constructor for class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
Construct a composite meta type with no items.
AbstractInstanceClassFactory<T> - Class in org.jboss.managed.plugins.factory
A base InstanceClassFactory implementation that uses jboss reflection to get/set values on the underlying property object.
AbstractInstanceClassFactory() - Constructor for class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
AbstractInstanceClassFactory(ManagedObjectFactory) - Constructor for class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
Create an AbstractInstanceClassFactory with a ManagedObjectFactory.
AbstractManagedObjectFactory - Class in org.jboss.managed.plugins.factory
The base ManagedObjectFactory implementation.
AbstractManagedObjectFactory() - Constructor for class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Create an AbstractManagedObjectFactory that uses an AbstractInstanceClassFactory as the defaultInstanceFactory and AbstractManagedObjectPopulator as the defaultManagedObjectPopulator.
AbstractManagedObjectFactory(MetaTypeFactory, MetaValueFactory, InstanceClassFactory<?>, ManagedObjectPopulator<?>, Map<Class<?>, ManagedObjectBuilder>, Map<Class<?>, InstanceClassFactory<?>>) - Constructor for class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Create an AbstractManagedObjectFactory the given factories, supporting information.
AbstractManagedObjectPopulator<T> - Class in org.jboss.managed.plugins.factory
A default ManagedObjectPopulator implementation that relies on mc configuration for obtaining BeanInfos for a class, and InstanceClassFactorys for class, name and values from a value to be managed.
AbstractManagedObjectPopulator(Configuration) - Constructor for class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
 
AbstractManagedObjectPopulator(Configuration, InstanceClassFactory<?>, Map<Class<?>, InstanceClassFactory<?>>) - Constructor for class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
 
AbstractMetaType - Class in org.jboss.metatype.api.types
AbstractMetaType.
AbstractMetaType(String, String, String) - Constructor for class org.jboss.metatype.api.types.AbstractMetaType
Construct a new MetaType.
AbstractMetaType(String, String) - Constructor for class org.jboss.metatype.api.types.AbstractMetaType
Construct a new MetaType.
AbstractMetaType(String) - Constructor for class org.jboss.metatype.api.types.AbstractMetaType
Construct a new MetaType.
AbstractMetaValue - Class in org.jboss.metatype.api.values
AbstractMetaValue.
AbstractMetaValue() - Constructor for class org.jboss.metatype.api.values.AbstractMetaValue
 
ACTIVATION_POLICY - Static variable in interface org.jboss.managed.api.Fields
The activation-policy flag
ActivationPolicy - Enum in org.jboss.managed.api.annotation
When a managed property change is applied
addComponent(String, ManagedComponent) - Method in interface org.jboss.managed.api.ManagedDeployment
Add a component to this deployment
addComponent(String, ManagedComponent) - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
addDefaultValueBuilder(DefaultValueBuilder) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
addInstanceClassFactory(InstanceClassFactory<X>) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
Add an InstanceClassFactory.
addItem(String) - Method in class org.jboss.metatype.api.types.MapCompositeMetaType
Add an item
addItem(String, String) - Method in class org.jboss.metatype.api.types.MapCompositeMetaType
Add an item along with its description
addItem(String, String, MetaType) - Method in class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
Add an item
addItem(String, String, MetaType) - Method in class org.jboss.metatype.plugins.types.MutableCompositeMetaType
 
addManagedObjectDefinition(ManagedObjectDefinition) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Add managed object definition.
addModule(String, DeploymentTemplateInfo) - Method in interface org.jboss.managed.api.ManagedDeployment
Add a deployment
addModule(String, DeploymentTemplateInfo) - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
addProperty(ManagedProperty) - Method in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
addProperty(String, String) - Method in class org.jboss.metatype.api.types.PropertiesMetaType
 
addType(String) - Method in interface org.jboss.managed.api.ManagedDeployment
Add a deployment/module type
addType(String) - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
ADMIN_VIEWS - Static variable in interface org.jboss.managed.api.Fields
The activation-policy flag
ALLOWED_CLASSNAMES - Static variable in interface org.jboss.metatype.api.types.MetaType
The allowed classnames.
AnnotationDefaults - Class in org.jboss.managed.api.annotation
Defaults for annotations to test whether object annotations are at their default value and unitialized.
AnnotationDefaults() - Constructor for class org.jboss.managed.api.annotation.AnnotationDefaults
 
ANNOTATIONS - Static variable in interface org.jboss.managed.api.Fields
The annotations associated with the property
ArrayMetaType - Class in org.jboss.metatype.api.types
ArrayMetaType.
ArrayMetaType(int, MetaType) - Constructor for class org.jboss.metatype.api.types.ArrayMetaType
Construct an ArrayMetaType.
ArrayMetaType(SimpleMetaType, boolean) - Constructor for class org.jboss.metatype.api.types.ArrayMetaType
Construct an ArrayMetaType.
ArrayMetaType(int, MetaType, boolean) - Constructor for class org.jboss.metatype.api.types.ArrayMetaType
Construct an ArrayMetaType.
ArrayValue - Interface in org.jboss.metatype.api.values
ArrayValue.
ArrayValueSupport - Class in org.jboss.metatype.api.values
ArrayValue.
ArrayValueSupport(ArrayMetaType) - Constructor for class org.jboss.metatype.api.values.ArrayValueSupport
Create a new ArrayValueSupport.
ArrayValueSupport(ArrayMetaType, Object) - Constructor for class org.jboss.metatype.api.values.ArrayValueSupport
Create a new ArrayValueSupport.
ATTACHMENT - Static variable in interface org.jboss.managed.api.Fields
The attachment

B

BaseManagedObjectDefinition - Class in org.jboss.managed.api.factory
Base managed object definition.
BaseManagedObjectDefinition() - Constructor for class org.jboss.managed.api.factory.BaseManagedObjectDefinition
 
BaseManagedObjectDefinition(Class<?>, ManagedObjectBuilder) - Constructor for class org.jboss.managed.api.factory.BaseManagedObjectDefinition
 
BasicDeploymentTemplateInfo - Class in org.jboss.managed.plugins
A simple bean type of implementation of DeploymentTemplateInfo
BasicDeploymentTemplateInfo(String, String) - Constructor for class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
BasicDeploymentTemplateInfo(String, String, Map<String, ManagedProperty>) - Constructor for class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
BIGDECIMAL - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for java.math.BigDecimal
BigDecimalComparator - Class in org.jboss.metatype.api.types.helpers
BigDecimal comparator.
BigDecimalComparator() - Constructor for class org.jboss.metatype.api.types.helpers.BigDecimalComparator
 
BigDecimalDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.BIGDECIMAL
BigDecimalDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.BigDecimalDefaultValueBuilder
 
BIGINTEGER - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for java.math.BigInteger
BigIntegerComparator - Class in org.jboss.metatype.api.types.helpers
BigInteger comparator.
BigIntegerComparator() - Constructor for class org.jboss.metatype.api.types.helpers.BigIntegerComparator
 
BigIntegerDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.BIGINTEGER
BigIntegerDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.BigIntegerDefaultValueBuilder
 
BOOLEAN - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for java.lang.Boolean
BOOLEAN_PRIMITIVE - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
 
BooleanComparator - Class in org.jboss.metatype.api.types.helpers
Boolean comparator.
BooleanComparator() - Constructor for class org.jboss.metatype.api.types.helpers.BooleanComparator
 
BooleanDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.BOOLEAN
BooleanDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.BooleanDefaultValueBuilder
 
BooleanPrimitiveDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.BOOLEAN_PRIMITIVE
BooleanPrimitiveDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.BooleanPrimitiveDefaultValueBuilder
 
buildManagedObject(Class<?>, MetaData) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
The ManagedObjectBuilder.buildManagedObject implementation.
buildManagedObject(Class<?>, MetaData) - Method in interface org.jboss.managed.spi.factory.ManagedObjectBuilder
Build the managed object
buildMetaType() - Method in class org.jboss.metatype.plugins.types.ClassMetaTypeBuilder
 
buildMetaType() - Method in class org.jboss.metatype.plugins.types.ObjectNameTypeBuilder
 
buildMetaType() - Method in interface org.jboss.metatype.spi.types.MetaTypeBuilder
Build the meta type
buildMetaValue(MetaType, Object) - Method in class org.jboss.managed.plugins.jmx.CompositeDataMetaValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.BigDecimalDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.BigIntegerDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.BooleanDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.BooleanPrimitiveDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.ByteDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.BytePrimitiveDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.CharDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.CharPrimitiveDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.DoubleDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.DoublePrimitiveDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.FloatDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.FloatPrimitiveDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.IntDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.IntPrimitiveDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.LongDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.LongPrimitiveDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.ObjectNameDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.PropertiesCompositeObjectNameDefaultBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.PropertiesDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.PropertiesObjectNameDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.ShortDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.ShortPrimitiveDefaultValueBuilder
 
buildMetaValue(MetaType, String) - Method in class org.jboss.metatype.plugins.values.defaults.SimpleDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.StringDefaultValueBuilder
 
buildMetaValue(String) - Method in class org.jboss.metatype.plugins.values.defaults.StringObjectNameDefaultBuilder
 
buildMetaValue(String) - Method in interface org.jboss.metatype.spi.values.DefaultValueBuilder
 
buildMetaValue(MetaType, T) - Method in interface org.jboss.metatype.spi.values.MetaValueBuilder
Build the meta value
BYTE - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for java.lang.Byte
BYTE_PRIMITIVE - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
 
ByteComparator - Class in org.jboss.metatype.api.types.helpers
Byte comparator.
ByteComparator() - Constructor for class org.jboss.metatype.api.types.helpers.ByteComparator
 
ByteDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.BYTE
ByteDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.ByteDefaultValueBuilder
 
BytePrimitiveDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.BYTE_PRIMITIVE
BytePrimitiveDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.BytePrimitiveDefaultValueBuilder
 

C

calculateIndex(CompositeValue) - Method in interface org.jboss.metatype.api.values.TableValue
Calculate the index for the value passed if it were added to the table value.
calculateIndex(CompositeValue) - Method in class org.jboss.metatype.api.values.TableValueSupport
 
CHARACTER - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for java.lang.Character
CHARACTER_PRIMITIVE - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
 
CharacterComparator - Class in org.jboss.metatype.api.types.helpers
Character comparator.
CharacterComparator() - Constructor for class org.jboss.metatype.api.types.helpers.CharacterComparator
 
CharDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.CHARACTER
CharDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.CharDefaultValueBuilder
 
CharPrimitiveDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.CHARACTER_PRIMITIVE
CharPrimitiveDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.CharPrimitiveDefaultValueBuilder
 
checkTypeInfo(TypeInfo, Object, MetaType) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Do a simple check.
checkValidValue(MetaValue) - Method in interface org.jboss.managed.api.ManagedParameter
Check whether this is a valid value
checkValidValue(MetaValue) - Method in interface org.jboss.managed.api.ManagedProperty
Check whether this is a valid value
checkValidValue(MetaValue) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
checkValidValue(MetaValue) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
CLASS_META_TYPE - Static variable in class org.jboss.metatype.plugins.types.ClassMetaTypeBuilder
The MetaType for Class
ClassLoadingMXBeanMO - Class in org.jboss.managed.plugins.jmx
Stub class for the ClassLoadingMXBean interface that is marked up with management annotations.
ClassLoadingMXBeanMO() - Constructor for class org.jboss.managed.plugins.jmx.ClassLoadingMXBeanMO
 
ClassMetaTypeBuilder - Class in org.jboss.metatype.plugins.types
ClassMetaTypeBuilder.
ClassMetaTypeBuilder() - Constructor for class org.jboss.metatype.plugins.types.ClassMetaTypeBuilder
 
clear() - Method in interface org.jboss.metatype.api.values.TableValue
Removes all CompositeValues from the Table value
clear() - Method in class org.jboss.metatype.api.values.TableValueSupport
 
clone() - Method in class org.jboss.metatype.api.values.AbstractMetaValue
 
clone() - Method in class org.jboss.metatype.api.values.ArrayValueSupport
 
clone() - Method in class org.jboss.metatype.api.values.CollectionValueSupport
 
clone() - Method in interface org.jboss.metatype.api.values.MetaValue
Clone the meta value
clone() - Method in class org.jboss.metatype.api.values.PropertiesMetaValue
 
clone() - Method in class org.jboss.metatype.api.values.TableValueSupport
 
CollectionMetaType - Class in org.jboss.metatype.api.types
CollectionMetaType.
CollectionMetaType(String, MetaType) - Constructor for class org.jboss.metatype.api.types.CollectionMetaType
 
CollectionMetaType(String, String, MetaType) - Constructor for class org.jboss.metatype.api.types.CollectionMetaType
 
CollectionMetaType(String, String, String, MetaType) - Constructor for class org.jboss.metatype.api.types.CollectionMetaType
 
CollectionValue - Interface in org.jboss.metatype.api.values
CollectionValue.
CollectionValueSupport - Class in org.jboss.metatype.api.values
CollectionValueSupport.
CollectionValueSupport(CollectionMetaType) - Constructor for class org.jboss.metatype.api.values.CollectionValueSupport
Create a new CollectionValueSupport.
CollectionValueSupport(CollectionMetaType, MetaValue[]) - Constructor for class org.jboss.metatype.api.values.CollectionValueSupport
Create a new ArrayValueSupport.
COMP_TYPE - Static variable in class org.jboss.managed.api.annotation.AnnotationDefaults
The ManagementComponent uninitialized default
compare(BigDecimal, BigDecimal) - Method in class org.jboss.metatype.api.types.helpers.BigDecimalComparator
 
compare(BigInteger, BigInteger) - Method in class org.jboss.metatype.api.types.helpers.BigIntegerComparator
 
compare(Boolean, Boolean) - Method in class org.jboss.metatype.api.types.helpers.BooleanComparator
 
compare(Byte, Byte) - Method in class org.jboss.metatype.api.types.helpers.ByteComparator
 
compare(Character, Character) - Method in class org.jboss.metatype.api.types.helpers.CharacterComparator
 
compare(Date, Date) - Method in class org.jboss.metatype.api.types.helpers.DateComparator
 
compare(Double, Double) - Method in class org.jboss.metatype.api.types.helpers.DoubleComparator
 
compare(Float, Float) - Method in class org.jboss.metatype.api.types.helpers.FloatComparator
 
compare(Integer, Integer) - Method in class org.jboss.metatype.api.types.helpers.IntegerComparator
 
compare(Long, Long) - Method in class org.jboss.metatype.api.types.helpers.LongComparator
 
compare(Name, Name) - Method in class org.jboss.metatype.api.types.helpers.NamedComparator
 
compare(Short, Short) - Method in class org.jboss.metatype.api.types.helpers.ShortComparator
 
compare(String, String) - Method in class org.jboss.metatype.api.types.helpers.StringComparator
 
compare(Object, Object) - Method in class org.jboss.metatype.api.types.SimpleMetaType
Compare objects.
compare(SimpleValue, SimpleValue) - Method in class org.jboss.metatype.api.values.SimpleValueComparator
 
compareTo(SimpleValue) - Method in class org.jboss.metatype.api.values.SimpleValueSupport
 
compareTo(Name) - Method in class org.jboss.metatype.plugins.types.StringName
 
ComponentType - Class in org.jboss.managed.api
A simple type/subtype key for a ManagedComponent.
ComponentType() - Constructor for class org.jboss.managed.api.ComponentType
 
ComponentType(String, String) - Constructor for class org.jboss.managed.api.ComponentType
 
CompositeDataMetaValueBuilder - Class in org.jboss.managed.plugins.jmx
 
CompositeDataMetaValueBuilder() - Constructor for class org.jboss.managed.plugins.jmx.CompositeDataMetaValueBuilder
 
CompositeKey - Annotation Type in org.jboss.metatype.api.annotations
CompositeKey.
CompositeMetaType - Interface in org.jboss.metatype.api.types
CompositeMetaType.
CompositeValue - Annotation Type in org.jboss.metatype.api.annotations
CompositeKey.
CompositeValue - Interface in org.jboss.metatype.api.values
A MetaValue representing a Map<String,MetaValue>, where the set of allowed keys and their corresponding values' MetaTypes are specified by the associated CompositeMetaType.
CompositeValueInvocationHandler - Class in org.jboss.metatype.plugins.values
CompositeValueInvocationHandler.
CompositeValueInvocationHandler(CompositeValue) - Constructor for class org.jboss.metatype.plugins.values.CompositeValueInvocationHandler
Create a new CompositeValueInvocationHandler.
CompositeValueSupport - Class in org.jboss.metatype.api.values
A CompositeValue representing a Map<String,MetaValue>, where the set of allowed keys and their corresponding values' MetaTypes are specified by the associated ImmutableCompositeMetaType or MutableCompositeMetaType.
CompositeValueSupport(CompositeMetaType, String[], MetaValue[]) - Constructor for class org.jboss.metatype.api.values.CompositeValueSupport
Construct Composite Value
CompositeValueSupport(CompositeMetaType) - Constructor for class org.jboss.metatype.api.values.CompositeValueSupport
Construct Composite Value
CompositeValueSupport(CompositeMetaType, Map<String, MetaValue>) - Constructor for class org.jboss.metatype.api.values.CompositeValueSupport
Construct Composite Value
ConfigurableManagedObjectDefinition - Class in org.jboss.managed.api.factory
Configurable managed object definition.
ConfigurableManagedObjectDefinition() - Constructor for class org.jboss.managed.api.factory.ConfigurableManagedObjectDefinition
 
ConfigurableManagedObjectDefinition(Class<?>, ManagedObjectBuilder) - Constructor for class org.jboss.managed.api.factory.ConfigurableManagedObjectDefinition
 
ConfigurableManagedObjectDefinition(ManagedObjectFactory) - Constructor for class org.jboss.managed.api.factory.ConfigurableManagedObjectDefinition
 
ConfigurableManagedObjectDefinition(ManagedObjectFactory, Class<?>, ManagedObjectBuilder) - Constructor for class org.jboss.managed.api.factory.ConfigurableManagedObjectDefinition
 
ConstraintsPopulatorFactory - Annotation Type in org.jboss.managed.api.annotation
An annotation describing the ManagedPropertyConstraintsPopulatorFactory for a property.
containsItem(String) - Method in interface org.jboss.metatype.api.types.CompositeMetaType
Determine whether this CompositeMetaType contains the itemName
containsItem(String) - Method in class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
 
containsKey(String) - Method in interface org.jboss.metatype.api.values.CompositeValue
Tests whether a key is part of this composite value
containsKey(String) - Method in class org.jboss.metatype.api.values.CompositeValueSupport
 
containsKey(String) - Method in class org.jboss.metatype.api.values.MapCompositeValueSupport
 
containsKey(MetaValue[]) - Method in interface org.jboss.metatype.api.values.TableValue
Determine whether the table value contains the passed value as a row.
containsKey(MetaValue[]) - Method in class org.jboss.metatype.api.values.TableValueSupport
 
containsValue(MetaValue) - Method in interface org.jboss.metatype.api.values.CompositeValue
Tests whether a item exists with the passed value
containsValue(MetaValue) - Method in class org.jboss.metatype.api.values.CompositeValueSupport
 
containsValue(MetaValue) - Method in class org.jboss.metatype.api.values.MapCompositeValueSupport
 
containsValue(CompositeValue) - Method in interface org.jboss.metatype.api.values.TableValue
Determine whether the table value contains the passed value.
containsValue(CompositeValue) - Method in class org.jboss.metatype.api.values.TableValueSupport
 
convertPrimativeArray(TypeInfo, Object) - Static method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Transform a primitive array into an Object[].
convertPrimativeArray(Object) - Static method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Transform a primitive array into an Object[].
convertValue(Object, TypeInfo) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Convert the value.
copy() - Method in interface org.jboss.managed.api.DeploymentTemplateInfo
Create a deep copy of the template info.
copy() - Method in interface org.jboss.managed.api.Fields
Create a copy of the fields.
copy() - Method in interface org.jboss.managed.api.ManagedProperty
Create a copy of the managed property.
copy() - Method in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
copy(BasicDeploymentTemplateInfo) - Method in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
copy() - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
 
copy() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
create() - Static method in class org.jboss.managed.plugins.factory.ManagedObjectFactoryBuilder
Create the factory
create(Object) - Method in class org.jboss.metatype.api.values.MetaValueFactory
Create a meta value
create(Object, Type) - Method in class org.jboss.metatype.api.values.MetaValueFactory
Create a meta value
create(Object, TypeInfo) - Method in class org.jboss.metatype.api.values.MetaValueFactory
Create a meta value
create(Object, MetaType) - Method in class org.jboss.metatype.api.values.MetaValueFactory
Create a meta value given its MetaType
create() - Static method in class org.jboss.metatype.plugins.types.MetaTypeFactoryBuilder
Create the factory
create(Object) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
 
create(Object, Type) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
 
create(Object, TypeInfo) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
 
create(Object, MetaType) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
 
create() - Static method in class org.jboss.metatype.plugins.values.MetaValueFactoryBuilder
Create the factory
createArray(MetaType, Class<?>, int, Object[]) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Create an array
createArrayValue(ArrayMetaType, Object, Map<Object, MetaValue>) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Create an array value
createCollectionValue(CollectionMetaType, Object, Map<Object, MetaValue>) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Create a collection value
createCompositeValue(CompositeMetaType, Object, Map<Object, MetaValue>) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Create a composite value
createCompositeValueInvocationHandler(CompositeValue) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Create composite invocation handler.
createDefaultManagedProperty(Fields) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Create default MangedProperty instance.
createEnumValue(EnumMetaType, T) - Static method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Create an enum value
createGenericValue(GenericMetaType, Object, Map<Object, MetaValue>) - Static method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Create a generic value
createManagedObject(Class<T>) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
Create a shell managed object from the given class
createManagedObject(Class<T>, MetaData) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
 
createManagedObject(Class<T>, MetaData) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
createManagedProperty(Class<? extends ManagedProperty>, Fields) - Static method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Create a ManagedProperty by looking to the factory for ctor(Fields)
createMap() - Method in class org.jboss.metatype.api.values.MapCompositeValueSupport
Create map instance.
createMap(TableValue, TypeInfo, TypeInfo) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Create a map
createMapEntryType(MetaType[]) - Static method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Create a map entry type
createMapType(TypeInfo, TypeInfo) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Create a map type
createMetaValue(MetaType, ObjectName) - Method in class org.jboss.metatype.plugins.values.mappers.ObjectNameMetaMapper
 
createMetaValue(MetaType, ObjectName) - Method in class org.jboss.metatype.plugins.values.mappers.PropertiesCompositeObjectNameMetaMapper
 
createMetaValue(MetaType, Properties) - Method in class org.jboss.metatype.plugins.values.mappers.PropertiesMetaMapper
 
createMetaValue(MetaType, ObjectName) - Method in class org.jboss.metatype.plugins.values.mappers.PropertiesObjectNameMetaMapper
 
createMetaValue(MetaType, ObjectName) - Method in class org.jboss.metatype.plugins.values.mappers.StringObjectNameMetaMapper
 
createMetaValue(MetaType, T) - Method in class org.jboss.metatype.spi.values.MetaMapper
Create the meta value
createNewInstance(BeanInfo) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Create new instance.
createObject(ManagedObject, Class<T>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
 
createObject(ManagedObject, Class<T>, MetaData) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
 
createObject(ManagedObject, Class<T>) - Method in interface org.jboss.managed.spi.factory.ManagedObjectPopulator
Create a new underlying object from clazz and construct its ManagedObject.
createObject(ManagedObject, Class<T>, MetaData) - Method in interface org.jboss.managed.spi.factory.ManagedObjectPopulator
Create a new underlying object from clazz and construct its ManagedObject.
createObjectName(String, PropertiesMetaValue) - Static method in class org.jboss.metatype.plugins.values.mappers.PropertiesObjectNameMetaMapper
Create object name from PropertiesMetaValue.
createPropertiesValue(PropertiesMetaType, Object, Map<Object, MetaValue>) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Create a PropertiesMetaValue
createProperty(PropertyInfo, ManagementProperty) - Method in class org.jboss.managed.plugins.factory.DeploymentTemplateInfoFactory
 
createSimpleValue(SimpleMetaType, Serializable) - Static method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Create a simple value
createSkeletonManagedObject(Class<T>, MetaData) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Create a skeleton managed object
createTableValue(TableMetaType, Map, Map<Object, MetaValue>) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Create a table value
createTemplateInfo(ManagedObject, String, String) - Method in class org.jboss.managed.plugins.factory.DeploymentTemplateInfoFactory
Create a DeploymentTemplateInfo from the ManagedObject view.
createTemplateInfo(Class<?>, String, String) - Method in class org.jboss.managed.plugins.factory.DeploymentTemplateInfoFactory
Create a DeploymentTemplateInfo by scanning the metadata attachment class for ManagementProperty annotations.
createTemplateInfo(Class<? extends DeploymentTemplateInfo>, Class<?>, String, String) - Method in class org.jboss.managed.plugins.factory.DeploymentTemplateInfoFactory
Create a DeploymentTemplateInfo by scanning the metadata attachment class for ManagementProperty annotations.
createUnderlyingObject(MutableManagedObject, Class<T>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
Create the underlying object

D

DATE - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for java.lang.Date
DateComparator - Class in org.jboss.metatype.api.types.helpers
Date comparator.
DateComparator() - Constructor for class org.jboss.metatype.api.types.helpers.DateComparator
 
deepToString() - Method in class org.jboss.metatype.api.values.ArrayValueSupport
 
DEFAULT - Static variable in interface org.jboss.metatype.api.annotations.MetaTypeConstants
A default value
DEFAULT_VALUE - Static variable in interface org.jboss.managed.api.Fields
The minimum value
defaultCompType() - Static method in class org.jboss.managed.api.annotation.AnnotationDefaults
The unitialized/default ManagementComponent value
DefaultFieldsImpl - Class in org.jboss.managed.plugins
A default implementation of the Fields interface.
DefaultFieldsImpl() - Constructor for class org.jboss.managed.plugins.DefaultFieldsImpl
Create a new DefaultFieldsImpl.
DefaultFieldsImpl(String) - Constructor for class org.jboss.managed.plugins.DefaultFieldsImpl
Create a new DefaultFieldsImpl.
DefaultInstanceClassFactory - Class in org.jboss.managed.plugins.factory
A simple extension of AbstractInstanceClassFactory that handles the default Object.class type.
DefaultInstanceClassFactory() - Constructor for class org.jboss.managed.plugins.factory.DefaultInstanceClassFactory
 
DefaultInstanceClassFactory(ManagedObjectFactory) - Constructor for class org.jboss.managed.plugins.factory.DefaultInstanceClassFactory
 
DefaultMetaTypeFactory - Class in org.jboss.metatype.plugins.types
DefaultMetaTypeFactory.
DefaultMetaTypeFactory() - Constructor for class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Create a new DefaultMetaTypeFactory.
DefaultMetaValueFactory - Class in org.jboss.metatype.plugins.values
DefaultMetaValueFactory.
DefaultMetaValueFactory() - Constructor for class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
 
DefaultValueBuilder - Interface in org.jboss.metatype.spi.values
Convert a string representation of a default value into a MetaValue
DefaultValueBuilderFactory - Annotation Type in org.jboss.managed.api.annotation
An annotation describing the DefaultValueBuilder implementation for a property.
DelegateManagedCommonImpl - Class in org.jboss.managed.plugins
Delegate managed common.
DelegateManagedCommonImpl(ManagedObject) - Constructor for class org.jboss.managed.plugins.DelegateManagedCommonImpl
 
DelegateManagedObjectImpl - Class in org.jboss.managed.plugins
A delegating
DelegateManagedObjectImpl(ManagedObject) - Constructor for class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
DeploymentState - Enum in org.jboss.managed.api
Enum for the ManagedDeployment deployment state.
DeploymentTemplateInfo - Interface in org.jboss.managed.api
The exportable information for a DeploymentTemplate.
DeploymentTemplateInfoFactory - Class in org.jboss.managed.plugins.factory
Creates a DeploymentTemplateInfo from a ManagedObject view, or the deployment attachment class
DeploymentTemplateInfoFactory() - Constructor for class org.jboss.managed.plugins.factory.DeploymentTemplateInfoFactory
 
DESCRIPTION - Static variable in interface org.jboss.managed.api.Fields
The description field name
doTransform(T) - Method in class org.jboss.managed.plugins.factory.AbstractComponentNameTransformer
Transform on exact type.
doTransform(ObjectName) - Method in class org.jboss.managed.plugins.factory.ObjectNameTransformer
 
DOUBLE - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for java.lang.Double
DOUBLE_PRIMITIVE - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
 
DoubleComparator - Class in org.jboss.metatype.api.types.helpers
Double comparator.
DoubleComparator() - Constructor for class org.jboss.metatype.api.types.helpers.DoubleComparator
 
DoubleDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.DOUBLE
DoubleDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.DoubleDefaultValueBuilder
 
DoublePrimitiveDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.DOUBLE_PRIMITIVE
DoublePrimitiveDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.DoublePrimitiveDefaultValueBuilder
 
dumpAllThreads(boolean, boolean) - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 

E

EMPTY_STRING - Static variable in class org.jboss.managed.api.annotation.AnnotationDefaults
The default uninitialized String value
EnumMetaType - Class in org.jboss.metatype.api.types
EnumMetaType.
EnumMetaType(String, List<String>) - Constructor for class org.jboss.metatype.api.types.EnumMetaType
Create a new EnumMetaType.
EnumMetaType(Enum<?>[]) - Constructor for class org.jboss.metatype.api.types.EnumMetaType
Create a new EnumMetaType from the Enum values.
EnumValue - Interface in org.jboss.metatype.api.values
EnumValue.
EnumValueSupport - Class in org.jboss.metatype.api.values
EnumValue.
EnumValueSupport(EnumMetaType, String) - Constructor for class org.jboss.metatype.api.values.EnumValueSupport
Create a new EnumValueSupport.
EnumValueSupport(EnumMetaType, Enum<?>) - Constructor for class org.jboss.metatype.api.values.EnumValueSupport
Create a new EnumValueSupport from an Enum value.
equals(Object) - Method in class org.jboss.managed.api.ComponentType
 
equals(Object) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
equals(Object) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
equals(Object) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
equals(Object) - Method in class org.jboss.metatype.api.types.ArrayMetaType
 
equals(Object) - Method in class org.jboss.metatype.api.types.CollectionMetaType
 
equals(Object) - Method in class org.jboss.metatype.api.types.EnumMetaType
 
equals(Object) - Method in class org.jboss.metatype.api.types.GenericMetaType
 
equals(Object) - Method in class org.jboss.metatype.api.types.ImmutableCompositeMetaType
 
equals(Object) - Method in class org.jboss.metatype.api.types.ImmutableTableMetaType
 
equals(Object) - Method in class org.jboss.metatype.api.types.MapCompositeMetaType
 
equals(Object) - Method in class org.jboss.metatype.api.types.PropertiesMetaType
Equality of PropertiesMetaType is just based on the class
equals(Object) - Method in class org.jboss.metatype.api.types.SimpleMetaType
 
equals(Object) - Method in class org.jboss.metatype.api.values.ArrayValueSupport
 
equals(Object) - Method in class org.jboss.metatype.api.values.CollectionValueSupport
 
equals(Object) - Method in interface org.jboss.metatype.api.values.CompositeValue
Tests whether two composite value objects are equal
equals(Object) - Method in class org.jboss.metatype.api.values.CompositeValueSupport
 
equals(Object) - Method in class org.jboss.metatype.api.values.EnumValueSupport
 
equals(Object) - Method in class org.jboss.metatype.api.values.GenericValueSupport
 
equals(Object) - Method in class org.jboss.metatype.api.values.MapCompositeValueSupport
 
equals(Object) - Method in class org.jboss.metatype.api.values.SimpleValueSupport
 
equals(Object) - Method in class org.jboss.metatype.api.values.TableValueSupport
 
equals(Object) - Method in class org.jboss.metatype.plugins.types.MutableCompositeMetaType
 
equals(Object) - Method in class org.jboss.metatype.plugins.types.StringName
 
equalsIgnorePrimitive(Object) - Method in class org.jboss.metatype.api.types.SimpleMetaType
 
equalsImpl(Object) - Method in class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
Implementation of equals

F

Fields - Interface in org.jboss.managed.api
Fields.
FieldsFactory - Annotation Type in org.jboss.managed.api.annotation
An annotation for describing the Fields class to use for a ManagedProperty.
findDeadlockedThreads() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
findMonitorDeadlockedThreads() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
findOperation(Set<ManagedOperation>, String, MetaType...) - Static method in class org.jboss.managed.plugins.ManagedOperationMatcher
 
FLOAT - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for java.lang.Float
FLOAT_PRIMITIVE - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
 
FloatComparator - Class in org.jboss.metatype.api.types.helpers
Float comparator.
FloatComparator() - Constructor for class org.jboss.metatype.api.types.helpers.FloatComparator
 
FloatDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.FLOAT
FloatDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.FloatDefaultValueBuilder
 
FloatPrimitiveDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.FLOAT_PRIMITIVE
FloatPrimitiveDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.FloatPrimitiveDefaultValueBuilder
 
freeze() - Method in class org.jboss.metatype.plugins.types.MutableCompositeMetaType
Freeze the metatype

G

GarbageCollectorMXBeanMO - Class in org.jboss.managed.plugins.jmx
Stub class for the RuntimeMXBean interface that is marked up with management annotations.
GarbageCollectorMXBeanMO() - Constructor for class org.jboss.managed.plugins.jmx.GarbageCollectorMXBeanMO
 
gc() - Method in class org.jboss.managed.plugins.jmx.MemoryMXBeanMO
 
generate(TypeInfo) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Generate the metatype
generateAnnotation(ClassInfo) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Generate an annotation metatype
generateArray(ArrayInfo) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Generate an array metatype
generateBean(ClassInfo) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Generate a bean metatype
generateCollection(ClassInfo) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Generate a collection metatype
GENERATED - Static variable in interface org.jboss.managed.api.annotation.ManagementConstants
Whether to generate the value
generateEnum(EnumInfo) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Generate an enum metatype
generateMap(ClassInfo) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Generate a map metatype
Generic - Annotation Type in org.jboss.metatype.api.annotations
Generic.
GenericMetaType - Class in org.jboss.metatype.api.types
GenericMetaType.
GenericMetaType(String, String) - Constructor for class org.jboss.metatype.api.types.GenericMetaType
Create a new GenericMetaType.
GenericValue - Interface in org.jboss.metatype.api.values
GenericValue.
GenericValueSupport - Class in org.jboss.metatype.api.values
GenericValue.
GenericValueSupport(GenericMetaType, Serializable) - Constructor for class org.jboss.metatype.api.values.GenericValueSupport
Create a new GenericValueSupport.
get(String) - Method in interface org.jboss.metatype.api.values.CompositeValue
Retrieve the value for the item with the passed key
get(String) - Method in class org.jboss.metatype.api.values.CompositeValueSupport
 
get(String) - Method in class org.jboss.metatype.api.values.MapCompositeValueSupport
 
get(MetaValue[]) - Method in interface org.jboss.metatype.api.values.TableValue
Retrieve the composite value for the passed index.
get(MetaValue[]) - Method in class org.jboss.metatype.api.values.TableValueSupport
 
getActivationPolicy() - Method in interface org.jboss.managed.api.ManagedProperty
Get the activation policy for property value updates.
getActivationPolicy() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getAdminViewUses() - Method in interface org.jboss.managed.api.ManagedProperty
Return the admin view names associated with the property
getAdminViewUses() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getAll(String[]) - Method in interface org.jboss.metatype.api.values.CompositeValue
Retrieve the array of values for the item with the passed keys
getAll(String[]) - Method in class org.jboss.metatype.api.values.CompositeValueSupport
 
getAll(String[]) - Method in class org.jboss.metatype.api.values.MapCompositeValueSupport
 
getAllThreadIds() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getAnnotation(Class<X>, AnnotatedInfo, MetaData) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
getAnnotations() - Method in interface org.jboss.managed.api.ManagedComponent
Get the annotations associated with the managed component
getAnnotations() - Method in interface org.jboss.managed.api.ManagedObject
Get the annotations associated with the managed object
getAnnotations() - Method in interface org.jboss.managed.api.ManagedProperty
Get the annotations associated with the property
getAnnotations() - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getAnnotations() - Method in class org.jboss.managed.plugins.ManagedComponentImpl
 
getAnnotations() - Method in class org.jboss.managed.plugins.ManagedObjectImpl
Get the annotations associated with the property
getAnnotations() - Method in class org.jboss.managed.plugins.ManagedParameterImpl
Get the annotations associated with the property
getAnnotations() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
Get the annotations associated with the property
getArch() - Method in class org.jboss.managed.plugins.jmx.OperatingSystemMXBeanMO
 
getArrayType(MetaType) - Static method in class org.jboss.metatype.api.types.ArrayMetaType
Get array meta type.
getAsCollection(Object) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getAsCollection(Object) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
getAttachment(String) - Method in interface org.jboss.managed.api.ManagedDeployment
Get an attachment from the deployment.
getAttachment(Class<T>) - Method in interface org.jboss.managed.api.ManagedDeployment
Get an attachment from the deployment, uses the expected type as both the name and to cast the resulting object.
getAttachment() - Method in interface org.jboss.managed.api.ManagedObject
Get the underlying object.
getAttachment() - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getAttachment(Class<T>) - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getAttachment(String) - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getAttachment() - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
getAttachmentName() - Method in interface org.jboss.managed.api.ManagedCommon
Get the attachment name
getAttachmentName() - Method in class org.jboss.managed.plugins.DelegateManagedCommonImpl
 
getAttachmentName() - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getAttachmentName() - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
getAvailableProcessors() - Method in class org.jboss.managed.plugins.jmx.OperatingSystemMXBeanMO
 
getBeanInfo(Class<?>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Build up a BeanInfo from the interface class and all interfaces it implements.
getBootClassPath() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getBuilder() - Method in class org.jboss.managed.api.factory.BaseManagedObjectDefinition
Get builder.
getBuilder(Class<?>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Get the builder for a class
getBuilders() - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
getChildren() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the nested deployment modules.
getChildren() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getClassLoadingMO(ManagedObjectFactory) - Static method in class org.jboss.managed.plugins.jmx.ManagementFactoryUtils
Build a ManagedObject for the ClassLoadingMXBean mean
getClassName() - Method in class org.jboss.metatype.api.types.AbstractMetaType
 
getClassName() - Method in interface org.jboss.metatype.api.types.MetaType
Retrieve the class name of the values of this meta type.
getClassPath() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getCollectionCount() - Method in class org.jboss.managed.plugins.jmx.GarbageCollectorMXBeanMO
 
getCollectionTime() - Method in class org.jboss.managed.plugins.jmx.GarbageCollectorMXBeanMO
 
getCollectionType(String, MetaType) - Static method in class org.jboss.metatype.api.types.CollectionMetaType
Get collection meta type.
getCollectionUsage() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
getCollectionUsageThreshold() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
getCollectionUsageThresholdCount() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
getComponent(String) - Method in interface org.jboss.managed.api.ManagedDeployment
 
getComponent(String) - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getComponentName() - Method in interface org.jboss.managed.api.ManagedCommon
Get the runtime component name.
getComponentName() - Method in class org.jboss.managed.plugins.DelegateManagedCommonImpl
 
getComponentName() - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getComponentName(BeanInfo, ManagedProperty, T, MetaValue) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getComponentName() - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
getComponentName(BeanInfo, ManagedProperty, T, MetaValue) - Method in interface org.jboss.managed.spi.factory.InstanceClassFactory
Get the runtime component name.
getComponentNameTransformer(TypeInfo) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
Get component name transformer.
getComponents() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the ManagedComponents for the deployment module.
getComponents() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getComponentTemplateNames() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the DeploymentTemplate names for components that can be added to this deployment.
getComponentTemplateNames() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getCompositeDataKey(Method) - Static method in class org.jboss.metatype.plugins.values.CompositeValueInvocationHandler
Get the key for a composite data getter method
getCompositeValue() - Method in class org.jboss.metatype.plugins.values.CompositeValueInvocationHandler
Get the compositeData.
getConfiguration() - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getConfiguration() - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Get the configuration
getConfiguration() - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
 
getCurrentThreadCpuTime() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getCurrentThreadUserTime() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getDaemonThreadCount() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getDefaultInstanceFactory() - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Get the default InstanceClassFactory
getDefaultInstanceFactory() - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
 
getDefaultManagedObjectPopulator() - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
getDefaultValue() - Method in interface org.jboss.managed.api.ManagedProperty
Get the property default value if one exists.
getDefaultValue() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getDelegate() - Method in class org.jboss.managed.plugins.DelegateManagedCommonImpl
 
getDeployment() - Method in interface org.jboss.managed.api.ManagedComponent
The deployment the component is associated with.
getDeployment() - Method in class org.jboss.managed.plugins.ManagedComponentImpl
 
getDeploymentPhase() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the phase this deployment is associated with
getDeploymentPhase() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getDeploymentState() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the deployment state of the deployment.
getDeploymentState() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getDeploymentTemplateNames() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the DeploymentTemplate names for deployments that can be added to this deployment.
getDeploymentTemplateNames() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getDescription() - Method in interface org.jboss.managed.api.DeploymentTemplateInfo
Information about the deployment template
getDescription() - Method in interface org.jboss.managed.api.ManagedOperation
Get the operation description
getDescription() - Method in interface org.jboss.managed.api.ManagedParameter
Get the description
getDescription() - Method in interface org.jboss.managed.api.ManagedProperty
Get the description
getDescription() - Method in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
getDescription() - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Get the description
getDescription() - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
getDescription() - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
getDescription() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getDescription() - Method in class org.jboss.metatype.api.types.AbstractMetaType
 
getDescription(String) - Method in interface org.jboss.metatype.api.types.CompositeMetaType
Retrieve the description for an item name
getDescription() - Method in interface org.jboss.metatype.api.types.MetaType
Retrieve the description of the type
getDescription(String) - Method in class org.jboss.metatype.api.types.PropertiesMetaType
 
getDescription(String) - Method in class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
 
getDimension() - Method in class org.jboss.metatype.api.types.ArrayMetaType
Get the dimension of the array
getElements() - Method in interface org.jboss.metatype.api.values.CollectionValue
Get the underlying elements.
getElements() - Method in class org.jboss.metatype.api.values.CollectionValueSupport
Get the value.
getElementType() - Method in class org.jboss.metatype.api.types.ArrayMetaType
Get the meta type of the array elements
getElementType() - Method in class org.jboss.metatype.api.types.CollectionMetaType
Get the meta type of the array elements
getFactory() - Method in class org.jboss.managed.api.factory.ConfigurableManagedObjectDefinition
Get managed obejct factory.
getField(String) - Method in interface org.jboss.managed.api.Fields
Get a field with the given name
getField(String, Class<T>) - Method in interface org.jboss.managed.api.ManagedParameter
Get a field
getField(String, Class<T>) - Method in interface org.jboss.managed.api.ManagedProperty
Get a field
getField(String) - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Get a field
getField(String, Class<T>) - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Get a field
getField(String, Class<T>) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
getField(String, Class<T>) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getFields() - Method in interface org.jboss.managed.api.ManagedParameter
Get the fields
getFields() - Method in interface org.jboss.managed.api.ManagedProperty
Get the fields
getFields() - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
getFields() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getGarbageCollectorMXBeans(ManagedObjectFactory) - Static method in class org.jboss.managed.plugins.jmx.ManagementFactoryUtils
Build a list of ManagedObject for the GarbageCollectorMXBean means
getHeapMemoryUsage() - Method in class org.jboss.managed.plugins.jmx.MemoryMXBeanMO
 
getImpact() - Method in interface org.jboss.managed.api.ManagedOperation
Get the impact of the operation
getImpact() - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
getIndexNames() - Method in class org.jboss.metatype.api.types.ImmutableTableMetaType
 
getIndexNames() - Method in interface org.jboss.metatype.api.types.TableMetaType
Retrieve an unmodifiable list of index names in the same order as passed to the constructor.
getInputArguments() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getInstance() - Static method in class org.jboss.managed.api.factory.ManagedObjectFactory
Get the managed object factory instance
getInstance() - Static method in class org.jboss.metatype.api.types.MetaTypeFactory
Get the metatype factory
getInstance() - Static method in class org.jboss.metatype.api.values.MetaValueFactory
Get the metatype factory
getInstanceClassFactory(Class<T>) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
Get the InstanceClassFactory for an instance type.
getInstanceClassFactory(Class<T>, MetaData) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
 
getInstanceClassFactory(Class<X>, MetaData) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Get the instance factory for a class
getInstanceClassFactory(Class<X>, MetaData) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
Get the instance factory for a class
getInstanceClassFactory(Class<?>, Map<Class<?>, InstanceClassFactory<?>>, InstanceClassFactory) - Static method in class org.jboss.managed.plugins.factory.Utility
Get the instance factory for a class
getInstanceClassFactory(Class<?>, Map<Class<?>, InstanceClassFactory<?>>, InstanceClassFactory, MetaData) - Static method in class org.jboss.managed.plugins.factory.Utility
Get the instance factory for a class
getInstanceFactories() - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
getInstanceFactories() - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
 
getLegalValues() - Method in interface org.jboss.managed.api.ManagedParameter
Get the legal values
getLegalValues() - Method in interface org.jboss.managed.api.ManagedProperty
Get the legal values
getLegalValues() - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Get the legal values
getLegalValues() - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
getLegalValues() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getLength() - Method in interface org.jboss.metatype.api.values.ArrayValue
Get the length of the array.
getLength() - Method in class org.jboss.metatype.api.values.ArrayValueSupport
Get the length of the array.
getLibraryPath() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getLoadedClassCount() - Method in class org.jboss.managed.plugins.jmx.ClassLoadingMXBeanMO
 
getManagedObject(String) - Method in interface org.jboss.managed.api.ManagedDeployment
 
getManagedObject() - Method in interface org.jboss.managed.api.ManagedProperty
Get the managed object the property is associated with.
getManagedObject(String) - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getManagedObject() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getManagedObjectArray(BeanInfo, ManagedProperty, MetaData, Object) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getManagedObjectClass(T) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
Default InstanceClassFactory implementation simply returns the attachment class.
getManagedObjectClass(T) - Method in interface org.jboss.managed.spi.factory.InstanceClassFactory
Return the Class that represents the root ManagedObject to scan for management object related annotations.
getManagedObjectNames() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the managed object names
getManagedObjectNames() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getManagedObjects() - Method in interface org.jboss.managed.api.ManagedDeployment
 
getManagedObjects() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getManagedObjectValue(ManagedProperty, ManagedObject) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getManagedObjectValue(ManagedProperty, MetaData, ManagedObject) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getManagedObjectValue(BeanInfo, ManagedProperty, MetaData, Object) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getManagedOperation(MethodInfo, ManagementOperation, MetaData) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
getManagedProperty(Class<? extends ManagedProperty>, Fields) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Look for ctor(Fields)
getManagementSpecVersion() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getMappedName() - Method in interface org.jboss.managed.api.ManagedProperty
Get the property's mapped name.
getMappedName() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getMax() - Method in class org.jboss.managed.plugins.constraints.NumberConstraintsPopulator
 
getMaximumValue() - Method in interface org.jboss.managed.api.ManagedParameter
Get the miximum value
getMaximumValue() - Method in interface org.jboss.managed.api.ManagedProperty
Get the maximum value
getMaximumValue() - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Get the maximum value
getMaximumValue() - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
getMaximumValue() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getMemoryManagerMXBeans(ManagedObjectFactory) - Static method in class org.jboss.managed.plugins.jmx.ManagementFactoryUtils
Build a list of ManagedObject for the MemoryManagerMXBean means
getMemoryManagerNames() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
getMemoryMXBean(ManagedObjectFactory) - Static method in class org.jboss.managed.plugins.jmx.ManagementFactoryUtils
Build a ManagedObject for the MemoryMXBean mean
getMemoryPoolMXBeans(ManagedObjectFactory) - Static method in class org.jboss.managed.plugins.jmx.ManagementFactoryUtils
Build a list of ManagedObject for the MemoryPoolMXBean means
getMemoryPoolNames() - Method in class org.jboss.managed.plugins.jmx.GarbageCollectorMXBeanMO
 
getMemoryPoolNames() - Method in class org.jboss.managed.plugins.jmx.MemoryManagerMXBeanMO
 
getMetaMapper(TypeInfo) - Static method in class org.jboss.metatype.spi.values.MetaMapper
Get a metamapper for a type info
getMetaType() - Method in interface org.jboss.managed.api.ManagedParameter
Get the type
getMetaType() - Method in interface org.jboss.managed.api.ManagedProperty
Get the type
getMetaType() - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Get the meta type
getMetaType(AnnotatedInfo, TypeInfo, MetaData, boolean, MetaMapper[]) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Get the MetaType for info by looking for MetaMapping/MetaMappingFactory annotations in addition to the info type.
getMetaType() - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
getMetaType() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getMetaType() - Method in interface org.jboss.metatype.api.values.ArrayValue
 
getMetaType() - Method in class org.jboss.metatype.api.values.ArrayValueSupport
 
getMetaType() - Method in interface org.jboss.metatype.api.values.CollectionValue
 
getMetaType() - Method in class org.jboss.metatype.api.values.CollectionValueSupport
 
getMetaType() - Method in interface org.jboss.metatype.api.values.CompositeValue
 
getMetaType() - Method in class org.jboss.metatype.api.values.CompositeValueSupport
Get the value's type - either a ImmutableCompositeMetaType or a MutableCompositeMetaType.
getMetaType() - Method in interface org.jboss.metatype.api.values.EnumValue
 
getMetaType() - Method in class org.jboss.metatype.api.values.EnumValueSupport
 
getMetaType() - Method in interface org.jboss.metatype.api.values.GenericValue
 
getMetaType() - Method in class org.jboss.metatype.api.values.GenericValueSupport
 
getMetaType() - Method in class org.jboss.metatype.api.values.MapCompositeValueSupport
 
getMetaType() - Method in interface org.jboss.metatype.api.values.MetaValue
Get the metatype for this value
getMetaType() - Method in class org.jboss.metatype.api.values.PropertiesMetaValue
 
getMetaType() - Method in interface org.jboss.metatype.api.values.SimpleValue
 
getMetaType() - Method in class org.jboss.metatype.api.values.SimpleValueSupport
 
getMetaType() - Method in interface org.jboss.metatype.api.values.TableValue
 
getMetaType() - Method in class org.jboss.metatype.api.values.TableValueSupport
 
getMetaType() - Method in class org.jboss.metatype.plugins.values.mappers.ObjectNameMetaMapper
 
getMetaType() - Method in class org.jboss.metatype.plugins.values.mappers.PropertiesCompositeObjectNameMetaMapper
 
getMetaType() - Method in class org.jboss.metatype.plugins.values.mappers.PropertiesMetaMapper
 
getMetaType() - Method in class org.jboss.metatype.plugins.values.mappers.PropertiesObjectNameMetaMapper
 
getMetaType() - Method in class org.jboss.metatype.plugins.values.mappers.StringObjectNameMetaMapper
 
getMetaType() - Method in class org.jboss.metatype.spi.values.MetaMapper
Override this method to create your own metatype
getMetaTypeFactory() - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
getMetaTypeFactory() - Method in class org.jboss.managed.plugins.factory.DeploymentTemplateInfoFactory
 
getMetaValueFactory() - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getMetaValueFactory() - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
getMetaValueFactory() - Method in class org.jboss.managed.plugins.factory.DeploymentTemplateInfoFactory
 
getMetaValueFactory() - Method in class org.jboss.managed.plugins.jmx.CompositeDataMetaValueBuilder
 
getMin() - Method in class org.jboss.managed.plugins.constraints.NumberConstraintsPopulator
 
getMinimumValue() - Method in interface org.jboss.managed.api.ManagedParameter
Get the minimum value
getMinimumValue() - Method in interface org.jboss.managed.api.ManagedProperty
Get the minimum value
getMinimumValue() - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Get the minimum value
getMinimumValue() - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
getMinimumValue() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getMO(I, Class<? extends I>, ManagedObjectFactory) - Static method in class org.jboss.managed.plugins.jmx.ManagementFactoryUtils
 
getMof() - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getMOFactory() - Method in class org.jboss.managed.api.factory.ConfigurableManagedObjectDefinition
Get factory internal.
getName() - Method in interface org.jboss.managed.api.DeploymentTemplateInfo
The name of the DeploymentTemplate this info corresponds to
getName() - Method in interface org.jboss.managed.api.ManagedCommon
Get the external name by which the ManagedObject is known
getName() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the full name of the associated DeploymentUnit.
getName() - Method in interface org.jboss.managed.api.ManagedOperation
Get the name of the operation
getName() - Method in interface org.jboss.managed.api.ManagedParameter
Get the property's name
getName() - Method in interface org.jboss.managed.api.ManagedProperty
Get the property's name
getName() - Method in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
getName() - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Get the property name
getName() - Method in class org.jboss.managed.plugins.DelegateManagedCommonImpl
 
getName() - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getName() - Method in class org.jboss.managed.plugins.jmx.GarbageCollectorMXBeanMO
 
getName() - Method in class org.jboss.managed.plugins.jmx.MemoryManagerMXBeanMO
 
getName() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
getName() - Method in class org.jboss.managed.plugins.jmx.OperatingSystemMXBeanMO
 
getName() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getName() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getName() - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
getName() - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
getName() - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
getName() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getNameType() - Method in interface org.jboss.managed.api.ManagedCommon
Get the external name type/qualifier.
getNameType() - Method in class org.jboss.managed.plugins.DelegateManagedCommonImpl
 
getNameType() - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getNameType() - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
getNonHeapMemoryUsage() - Method in class org.jboss.managed.plugins.jmx.MemoryMXBeanMO
 
getNonManagedObjectValue(BeanInfo, ManagedProperty, PropertyInfo, Object) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getObjectFactory() - Method in class org.jboss.managed.plugins.WritethroughManagedPropertyImpl
 
getObjectPendingFinalizationCount() - Method in class org.jboss.managed.plugins.jmx.MemoryMXBeanMO
 
getOperatingSystemMXBean(ManagedObjectFactory) - Static method in class org.jboss.managed.plugins.jmx.ManagementFactoryUtils
Build a ManagedObject for the OperatingSystemMXBean mean
getOperations() - Method in interface org.jboss.managed.api.ManagedCommon
Get the operations
getOperations() - Method in class org.jboss.managed.plugins.DelegateManagedCommonImpl
 
getOperations() - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getOperations() - Method in class org.jboss.managed.plugins.ManagedObjectImpl
get the ManagedOperations
getParameters() - Method in interface org.jboss.managed.api.ManagedOperation
The parameter information for the operation arguments.
getParameters() - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
getParent() - Method in interface org.jboss.managed.api.ManagedCommon
 
getParent() - Method in interface org.jboss.managed.api.ManagedDeployment
 
getParent() - Method in interface org.jboss.managed.api.ManagedObject
Get the parent ManagedObject
getParent() - Method in class org.jboss.managed.plugins.DelegateManagedCommonImpl
 
getParent() - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getParent() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getParent() - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
getPeakThreadCount() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getPeakUsage() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
getPlatformMBeanMOs(ManagedObjectFactory) - Static method in class org.jboss.managed.plugins.jmx.ManagementFactoryUtils
Return a Map of the platform mbean ManagedObjects.
getPopulator(Class<X>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Get the populator for a class
getPrimitiveArrayType(Class<?>) - Static method in class org.jboss.metatype.api.types.ArrayMetaType
Get primitive array meta type.
getPrimitiveEncoding(String) - Static method in class org.jboss.metatype.api.types.ArrayMetaType
Get the char encoding string for the type name.
getPrimitiveMetaType(String) - Static method in class org.jboss.metatype.api.types.ArrayMetaType
Get primitive meta type.
getPrimitiveName(String) - Static method in class org.jboss.metatype.api.types.ArrayMetaType
Get the char encoding string for the type name.
getProperties() - Method in interface org.jboss.managed.api.DeploymentTemplateInfo
Get the template properties.
getProperties() - Method in interface org.jboss.managed.api.ManagedCommon
Get the properties
getProperties() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the properties
getProperties() - Method in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
getProperties() - Method in class org.jboss.managed.plugins.DelegateManagedCommonImpl
 
getProperties() - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getProperties() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getProperties() - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
getProperty(String) - Method in interface org.jboss.managed.api.ManagedCommon
Get a property
getProperty(String) - Method in interface org.jboss.managed.api.ManagedDeployment
Get a property
getProperty(String) - Method in class org.jboss.managed.plugins.DelegateManagedCommonImpl
 
getProperty(String) - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getProperty(String) - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getProperty(String) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
getPropertyName(ManagedProperty) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
Get the property name.
getPropertyName(ManagedProperty) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Get the property name.
getPropertyNames() - Method in interface org.jboss.managed.api.ManagedCommon
Get the property names
getPropertyNames() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the managed property names
getPropertyNames() - Method in class org.jboss.managed.plugins.DelegateManagedCommonImpl
 
getPropertyNames() - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getPropertyNames() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getPropertyNames() - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
getReflectionSignature() - Method in interface org.jboss.managed.api.ManagedOperation
Get the operation signature
getReflectionSignature() - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
getReturnType() - Method in interface org.jboss.managed.api.ManagedOperation
The MetaType for the operation return value.
getReturnType() - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
getRootManagedPropertyName() - Method in interface org.jboss.managed.api.DeploymentTemplateInfo
The name of the ManagedProperty in the Map map obtained from the mainDeployer.getManagedObjects(VFSDeployment) for the DeploymentTemplate this info is associated with.
getRootManagedPropertyName() - Method in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
getRowType() - Method in class org.jboss.metatype.api.types.ImmutableTableMetaType
 
getRowType() - Method in interface org.jboss.metatype.api.types.TableMetaType
Retrieve the row type
getRunState() - Method in interface org.jboss.managed.api.ManagedComponent
Get the component run state
getRunState(ManagedProperty, MetaValue) - Method in interface org.jboss.managed.api.RunStateMapper
Map from the given property meta value to a RunState
getRunState(ManagedProperty, MetaValue) - Method in class org.jboss.managed.plugins.factory.StringRunStateMapper
 
getRunState() - Method in class org.jboss.managed.plugins.ManagedComponentImpl
 
getRuntimeMXBean(ManagedObjectFactory) - Static method in class org.jboss.managed.plugins.jmx.ManagementFactoryUtils
Build a ManagedObject for the RuntimeMXBean mean
getSimpleName() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the simple name (x.ear) for the deployment
getSimpleName() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getSize() - Method in interface org.jboss.metatype.api.values.CollectionValue
Get the size of the collection.
getSize() - Method in class org.jboss.metatype.api.values.CollectionValueSupport
Get the size of the collection.
getSpecName() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getSpecVendor() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getSpecVersion() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getStartTime() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getStateMapper() - Method in class org.jboss.managed.plugins.ManagedComponentImpl
 
getSubtype() - Method in class org.jboss.managed.api.ComponentType
 
getSystemLoadAverage() - Method in class org.jboss.managed.plugins.jmx.OperatingSystemMXBeanMO
 
getSystemProperties() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getTargetManagedObject() - Method in interface org.jboss.managed.api.ManagedProperty
Get the ManagedObject
getTargetManagedObject() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getThreadCount() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getThreadCpuTime(long) - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getThreadInfo(long) - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getThreadInfo(long[]) - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getThreadInfo(long, int) - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getThreadInfo(long[], int) - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getThreadInfo(long[], boolean, boolean) - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getThreadMXBean(ManagedObjectFactory) - Static method in class org.jboss.managed.plugins.jmx.ManagementFactoryUtils
Build a ManagedObject for the ThreadMXBean mean
getThreadUserTime(long) - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getTotalLoadedClassCount() - Method in class org.jboss.managed.plugins.jmx.ClassLoadingMXBeanMO
 
getTotalStartedThreadCount() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
getTransformers() - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getTransientAttachment(String) - Method in interface org.jboss.managed.api.ManagedObject
Get a transient attachment from the property.
getTransientAttachment(Class<T>) - Method in interface org.jboss.managed.api.ManagedObject
Get an attachment from the property, uses the expected type as both the name and to cast the resulting object.
getTransientAttachment(String) - Method in interface org.jboss.managed.api.TransientAttachments
Get a transient attachment from the parameter.
getTransientAttachment(Class<T>) - Method in interface org.jboss.managed.api.TransientAttachments
Get an attachment from the parameter, uses the expected type as both the name and to cast the resulting object.
getTransientAttachment(Class<T>) - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getTransientAttachment(String) - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getTransientAttachment(Class<T>) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
getTransientAttachment(String) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
getTransientAttachment(Class<T>) - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
getTransientAttachment(String) - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
getTransientAttachment(Class<T>) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
getTransientAttachment(String) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
getTransientAttachment(Class<T>) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getTransientAttachment(String) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getType() - Method in class org.jboss.managed.api.ComponentType
 
getType() - Method in class org.jboss.managed.api.factory.BaseManagedObjectDefinition
Get type.
getType() - Method in interface org.jboss.managed.api.ManagedComponent
The component classification as a type/subtype.
getType() - Method in class org.jboss.managed.plugins.factory.DefaultInstanceClassFactory
 
getType() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
getType() - Method in class org.jboss.managed.plugins.ManagedComponentImpl
 
getType() - Method in interface org.jboss.managed.spi.factory.InstanceClassFactory
 
getType(String) - Method in interface org.jboss.metatype.api.types.CompositeMetaType
Retrieve the meta type for an item name
getType(String) - Method in class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.BigDecimalDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.BigIntegerDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.BooleanDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.BooleanPrimitiveDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.ByteDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.BytePrimitiveDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.CharDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.CharPrimitiveDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.DoubleDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.DoublePrimitiveDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.FloatDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.FloatPrimitiveDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.IntDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.IntPrimitiveDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.LongDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.LongPrimitiveDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.ObjectNameDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.PropertiesCompositeObjectNameDefaultBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.PropertiesDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.PropertiesObjectNameDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.ShortDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.ShortPrimitiveDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.StringDefaultValueBuilder
 
getType() - Method in class org.jboss.metatype.plugins.values.defaults.StringObjectNameDefaultBuilder
 
getType() - Method in interface org.jboss.metatype.spi.values.DefaultValueBuilder
 
getTypeInfo(MetaType, Object) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Get the class info from meta type.
getTypeInfo(MetaType, ClassLoader) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Get the class info from meta type.
getTypeName() - Method in class org.jboss.metatype.api.types.AbstractMetaType
 
getTypeName() - Method in interface org.jboss.metatype.api.types.MetaType
Retrieve the name of the meta type
getTypes() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the deployment/module types.
getTypes() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getUnloadedClassCount() - Method in class org.jboss.managed.plugins.jmx.ClassLoadingMXBeanMO
 
getUptime() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getUsage() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
getUsageThreshold() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
getUsageThresholdCount() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
getValidValues() - Method in class org.jboss.metatype.api.types.EnumMetaType
Get the valid values
getValue() - Method in interface org.jboss.managed.api.ManagedParameter
Get the value
getValue() - Method in interface org.jboss.managed.api.ManagedProperty
Get the value
getValue() - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Get the value
getValue(BeanInfo, ManagedProperty, MetaData, T) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getValue() - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
getValue() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getValue(BeanInfo, ManagedProperty, MetaData, T) - Method in interface org.jboss.managed.spi.factory.InstanceClassFactory
Get the value from object.
getValue() - Method in interface org.jboss.metatype.api.values.ArrayValue
Get the underlying array value.
getValue(int) - Method in interface org.jboss.metatype.api.values.ArrayValue
Get the array element at index.
getValue() - Method in class org.jboss.metatype.api.values.ArrayValueSupport
Get the value.
getValue(int) - Method in class org.jboss.metatype.api.values.ArrayValueSupport
 
getValue() - Method in interface org.jboss.metatype.api.values.EnumValue
Get the underlying value
getValue() - Method in class org.jboss.metatype.api.values.EnumValueSupport
Get the value.
getValue() - Method in interface org.jboss.metatype.api.values.GenericValue
Get the underlying value
getValue() - Method in class org.jboss.metatype.api.values.GenericValueSupport
Get the value.
getValue() - Method in interface org.jboss.metatype.api.values.SimpleValue
Get the underlying value
getValue() - Method in class org.jboss.metatype.api.values.SimpleValueSupport
Get the value.
getValue(MetaType, TypeInfo, Object) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Get the value.
getValueFactory() - Method in class org.jboss.managed.plugins.WritethroughManagedPropertyImpl
 
getValueMapping() - Method in class org.jboss.managed.plugins.factory.StringRunStateMapper
 
getValueType() - Method in class org.jboss.metatype.api.types.MapCompositeMetaType
Access the map value type.
getVersion() - Method in class org.jboss.managed.plugins.jmx.OperatingSystemMXBeanMO
 
getViewUse() - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Get the view use
getViewUse() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getVmName() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getVmVendor() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
getVmVersion() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 

H

hasAnnotation(String) - Method in interface org.jboss.managed.api.ManagedProperty
Does the property have the annotation referenced by key.
hasAnnotation(String) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
hashCode() - Method in class org.jboss.managed.api.ComponentType
 
hashCode() - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
hashCode() - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
hashCode() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
hashCode() - Method in class org.jboss.metatype.api.types.ArrayMetaType
 
hashCode() - Method in class org.jboss.metatype.api.types.CollectionMetaType
 
hashCode() - Method in class org.jboss.metatype.api.types.ImmutableCompositeMetaType
 
hashCode() - Method in class org.jboss.metatype.api.types.ImmutableTableMetaType
 
hashCode() - Method in class org.jboss.metatype.api.types.MapCompositeMetaType
 
hashCode() - Method in class org.jboss.metatype.api.types.PropertiesMetaType
 
hashCode() - Method in class org.jboss.metatype.api.types.SimpleMetaType
 
hashCode() - Method in class org.jboss.metatype.api.values.ArrayValueSupport
 
hashCode() - Method in class org.jboss.metatype.api.values.CollectionValueSupport
 
hashCode() - Method in interface org.jboss.metatype.api.values.CompositeValue
Generates a hashcode for the implementation.
hashCode() - Method in class org.jboss.metatype.api.values.CompositeValueSupport
 
hashCode() - Method in class org.jboss.metatype.api.values.EnumValueSupport
 
hashCode() - Method in class org.jboss.metatype.api.values.GenericValueSupport
 
hashCode() - Method in class org.jboss.metatype.api.values.MapCompositeValueSupport
 
hashCode() - Method in class org.jboss.metatype.api.values.SimpleValueSupport
 
hashCode() - Method in class org.jboss.metatype.api.values.TableValueSupport
 
hashCode() - Method in class org.jboss.metatype.plugins.types.MutableCompositeMetaType
 
hashCode() - Method in class org.jboss.metatype.plugins.types.StringName
 
hashCodeImpl() - Method in class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
Hashcode implementation
hasViewUse(ViewUse) - Method in interface org.jboss.managed.api.ManagedProperty
See if the property has the indicated ViewUse among its
hasViewUse(ViewUse) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
See if the property has the indicated ViewUse among its

I

ImmutableCompositeMetaType - Class in org.jboss.metatype.api.types
ImmutableCompositeMetaType.
ImmutableCompositeMetaType(String, String, String[], String[], MetaType[]) - Constructor for class org.jboss.metatype.api.types.ImmutableCompositeMetaType
Construct a composite meta type.
ImmutableTableMetaType - Class in org.jboss.metatype.api.types
ImmutableTableMetaType.
ImmutableTableMetaType(String, String, CompositeMetaType, String[]) - Constructor for class org.jboss.metatype.api.types.ImmutableTableMetaType
Construct a tabe type.
initDefaultValueBuilders() - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Initialize the DefaultValueBuilder map with known implementations
initManagedObject(Object, String, String) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
Create a managed object from the given object
initManagedObject(Object, Class<?>, String, String) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
 
initManagedObject(Object, MetaData) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
 
initManagedObject(Object, Class<?>, MetaData, String, String) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
Create a managed object from the given object
initManagedObject(Object, Class<?>, MetaData, String, String) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.helpers.BigDecimalComparator
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.helpers.BigIntegerComparator
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.helpers.BooleanComparator
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.helpers.ByteComparator
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.helpers.CharacterComparator
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.helpers.DateComparator
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.helpers.DoubleComparator
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.helpers.FloatComparator
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.helpers.IntegerComparator
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.helpers.LongComparator
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.helpers.NamedComparator
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.helpers.ShortComparator
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.helpers.StringComparator
 
INSTANCE - Static variable in class org.jboss.metatype.api.types.PropertiesMetaType
 
INSTANCE - Static variable in class org.jboss.metatype.plugins.types.ClassMetaTypeBuilder
The singleton instance
INSTANCE - Static variable in class org.jboss.metatype.plugins.types.ObjectNameTypeBuilder
The singleton instance
INSTANCE - Static variable in class org.jboss.metatype.plugins.values.ListInstanceFactory
 
INSTANCE - Static variable in class org.jboss.metatype.plugins.values.SetInstanceFactory
 
INSTANCE - Static variable in class org.jboss.metatype.plugins.values.SortedSetInstanceFactory
 
InstanceClassFactory<T> - Interface in org.jboss.managed.spi.factory
A plugin for obtaining the class to scan for management object related annotations, converting property values to/from MetaValue, and determining runtime component names.
InstanceFactory<T> - Interface in org.jboss.metatype.api.values
The recreate instance factory.
instantiate(BeanInfo) - Method in interface org.jboss.metatype.api.values.InstanceFactory
Create new instance.
instantiate(BeanInfo) - Method in class org.jboss.metatype.plugins.values.ListInstanceFactory
 
instantiate(BeanInfo) - Method in class org.jboss.metatype.plugins.values.SetInstanceFactory
 
instantiate(BeanInfo) - Method in class org.jboss.metatype.plugins.values.SortedSetInstanceFactory
 
IntDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.INTEGER
IntDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.IntDefaultValueBuilder
 
INTEGER - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for java.lang.Integer
INTEGER_PRIMITIVE - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
 
IntegerComparator - Class in org.jboss.metatype.api.types.helpers
Integer comparator.
IntegerComparator() - Constructor for class org.jboss.metatype.api.types.helpers.IntegerComparator
 
internalCreate(Object, TypeInfo, MetaType) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Create a meta value from the object
internalUnwrap(MetaValue, TypeInfo) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Unwrap value from meta value.
IntPrimitiveDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.INTEGER_PRIMITIVE
IntPrimitiveDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.IntPrimitiveDefaultValueBuilder
 
invoke(MetaValue...) - Method in interface org.jboss.managed.api.ManagedOperation
Invoke the operation given its parameter values.
invoke(MetaValue...) - Method in class org.jboss.managed.plugins.ManagedOperationImpl
This does not have a meaningful implementation because the target is unknown.
invoke(Object, Method, Object[]) - Method in class org.jboss.metatype.plugins.values.CompositeValueInvocationHandler
 
isAnnotation(TypeInfo) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Whether this type is an annotation
isArray() - Method in class org.jboss.metatype.api.types.AbstractMetaType
 
isArray() - Method in interface org.jboss.metatype.api.types.MetaType
Retrieve whether the class name of the type is an array
isBootClassPathSupported() - Method in class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 
isBuilder(TypeInfo) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Check for builders
isBuilder(MetaType, TypeInfo, Object, Map<Object, MetaValue>) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Check for a builder
isCollection() - Method in class org.jboss.metatype.api.types.AbstractMetaType
 
isCollection() - Method in class org.jboss.metatype.api.types.CollectionMetaType
 
isCollection() - Method in interface org.jboss.metatype.api.types.MetaType
Retrieve whether the class name of the type is a collection
isCollectionUsageThresholdExceeded() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
isCollectionUsageThresholdSupported() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
isComposite() - Method in class org.jboss.metatype.api.types.AbstractMetaType
 
isComposite() - Method in interface org.jboss.metatype.api.types.MetaType
Retrieve whether the class name of the type is composite
isComposite() - Method in class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
 
isCurrentThreadCpuTimeSupported() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
isEmpty() - Method in interface org.jboss.metatype.api.values.TableValue
Determine whether the table value is empty.
isEmpty() - Method in class org.jboss.metatype.api.values.TableValueSupport
 
isEnum() - Method in class org.jboss.metatype.api.types.AbstractMetaType
 
isEnum() - Method in class org.jboss.metatype.api.types.EnumMetaType
 
isEnum() - Method in interface org.jboss.metatype.api.types.MetaType
Retrieve whether the class name of the type is an enum
isGeneric() - Method in class org.jboss.metatype.api.types.AbstractMetaType
 
isGeneric() - Method in class org.jboss.metatype.api.types.GenericMetaType
 
isGeneric() - Method in interface org.jboss.metatype.api.types.MetaType
Retrieve whether the class name of the type is generic
isGeneric(TypeInfo) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Check for generic
isMandatory() - Method in interface org.jboss.managed.api.ManagedProperty
Whether the property is mandatory
isMandatory() - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Get whether the property is mandatory
isMandatory() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
isModified() - Method in interface org.jboss.managed.api.ManagedProperty
Whether the property has been edited/modified.
isModified() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
isObjectMonitorUsageSupported() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
isPrimitive() - Method in class org.jboss.metatype.api.types.AbstractMetaType
 
isPrimitive() - Method in interface org.jboss.metatype.api.types.MetaType
Retrieve whether the class name of the type is a java primitive type.
isPrimitive() - Method in class org.jboss.metatype.api.types.SimpleMetaType
 
isPrimitiveArray() - Method in class org.jboss.metatype.api.types.ArrayMetaType
Is primitive array.
isPrimitiveEncoding(String) - Static method in class org.jboss.metatype.api.types.ArrayMetaType
Is primitive key.
isProperties() - Method in class org.jboss.metatype.api.types.AbstractMetaType
 
isProperties() - Method in interface org.jboss.metatype.api.types.MetaType
Return whether the type is a PropertiesMetaType type.
isProperties() - Method in class org.jboss.metatype.api.types.PropertiesMetaType
 
isProperty(String) - Method in class org.jboss.metatype.api.types.PropertiesMetaType
 
isReadOnly() - Method in interface org.jboss.managed.api.ManagedProperty
Whether the property is read only
isReadOnly() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
isRemoved() - Method in interface org.jboss.managed.api.ManagedProperty
Whether the property has been marked as removed from its ManagedObject.
isRemoved() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
isSimple() - Method in class org.jboss.metatype.api.types.AbstractMetaType
 
isSimple() - Method in interface org.jboss.metatype.api.types.MetaType
Retrieve whether the class name of the type is simple
isSimple() - Method in class org.jboss.metatype.api.types.SimpleMetaType
 
isSimpleType(String) - Static method in class org.jboss.metatype.api.types.SimpleMetaType
Return the simple type if the class name is a simple type otherwise null.
isSynchronizerUsageSupported() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
isTable() - Method in class org.jboss.metatype.api.types.AbstractMetaType
 
isTable() - Method in class org.jboss.metatype.api.types.ImmutableTableMetaType
 
isTable() - Method in interface org.jboss.metatype.api.types.MetaType
Retrieve whether the class name of the type is a table
isThreadContentionMonitoringEnabled() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
isThreadContentionMonitoringSupported() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
isThreadCpuTimeEnabled() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
isThreadCpuTimeSupported() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
isUsageThresholdExceeded() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
isUsageThresholdSupported() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
isValid() - Method in class org.jboss.managed.api.factory.BaseManagedObjectDefinition
Is definition valid.
isValid() - Method in class org.jboss.managed.plugins.jmx.GarbageCollectorMXBeanMO
 
isValid() - Method in class org.jboss.managed.plugins.jmx.MemoryManagerMXBeanMO
 
isValid() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
isValid(Enum<?>[]) - Static method in class org.jboss.metatype.api.types.EnumMetaType
Are enums valid.
isValue(Object) - Method in class org.jboss.metatype.api.types.AbstractMetaType
 
isValue(Object) - Method in class org.jboss.metatype.api.types.ArrayMetaType
 
isValue(Object) - Method in class org.jboss.metatype.api.types.CollectionMetaType
 
isValue(Object) - Method in class org.jboss.metatype.api.types.EnumMetaType
Validate that obj is a SimpleValue.STRING or EnumValue whose string value is in the set of valid enum strings.
isValue(Object) - Method in class org.jboss.metatype.api.types.GenericMetaType
 
isValue(Object) - Method in class org.jboss.metatype.api.types.ImmutableTableMetaType
 
isValue(Object) - Method in interface org.jboss.metatype.api.types.MetaType
Whether the passed value is one of those described by this meta type.
isValue(Object) - Method in class org.jboss.metatype.api.types.PropertiesMetaType
 
isValue(Object) - Method in class org.jboss.metatype.api.types.SimpleMetaType
 
isValue(Object) - Method in class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
 
isVerbose() - Method in class org.jboss.managed.plugins.jmx.ClassLoadingMXBeanMO
 
isVerbose() - Method in class org.jboss.managed.plugins.jmx.MemoryMXBeanMO
 
itemSet() - Method in interface org.jboss.metatype.api.types.CompositeMetaType
Retrieve an unmodifiable Set view of all the item names in ascending order.
itemSet() - Method in class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
 
iterator() - Method in class org.jboss.metatype.api.values.ArrayValueSupport
 
iterator() - Method in class org.jboss.metatype.api.values.CollectionValueSupport
 

K

keySet() - Method in interface org.jboss.metatype.api.types.CompositeMetaType
Retrieve an unmodifiable Set view of all the key names in ascending order.
keySet() - Method in interface org.jboss.metatype.api.values.TableValue
Returns a set view of the index values.
keySet() - Method in class org.jboss.metatype.api.values.TableValueSupport
 
keySet() - Method in class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
 

L

LEGAL_VALUES - Static variable in interface org.jboss.managed.api.Fields
The legal values
ListInstanceFactory - Class in org.jboss.metatype.plugins.values
List instance factory.
LONG - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for java.lang.Long
LONG_PRIMITIVE - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
 
LongComparator - Class in org.jboss.metatype.api.types.helpers
Long comparator.
LongComparator() - Constructor for class org.jboss.metatype.api.types.helpers.LongComparator
 
LongDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.LONG
LongDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.LongDefaultValueBuilder
 
LongPrimitiveDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.LONG_PRIMITIVE
LongPrimitiveDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.LongPrimitiveDefaultValueBuilder
 

M

MANAGED_OBJECT_META_TYPE - Static variable in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
The managed object meta type
ManagedCommon - Interface in org.jboss.managed.api
ManagedCommon is used to hold common properties that both, server side and client side, object can see .
ManagedComponent - Interface in org.jboss.managed.api
A runtime component associated with a deployment.
ManagedComponentImpl - Class in org.jboss.managed.plugins
Managed component impl.
ManagedComponentImpl(ComponentType, ManagedDeployment, ManagedObject) - Constructor for class org.jboss.managed.plugins.ManagedComponentImpl
 
ManagedComponentImpl(ComponentType, ManagedDeployment, ManagedObject, RunStateMapper) - Constructor for class org.jboss.managed.plugins.ManagedComponentImpl
 
ManagedDeployment - Interface in org.jboss.managed.api
A collection of ManagedComponent and structural information about a deployment.
ManagedDeployment.DeploymentPhase - Enum in org.jboss.managed.api
Deprecated. - no replacement, to be dropped
ManagedDeploymentImpl - Class in org.jboss.managed.plugins
A simple ManagedDeployment bean implementation
ManagedDeploymentImpl(String, String) - Constructor for class org.jboss.managed.plugins.ManagedDeploymentImpl
 
ManagedDeploymentImpl(String, String, ManagedDeployment.DeploymentPhase, ManagedDeployment, Map<String, ManagedObject>) - Constructor for class org.jboss.managed.plugins.ManagedDeploymentImpl
Deprecated. 
ManagedDeploymentImpl(String, String, ManagedDeployment, Map<String, ManagedObject>) - Constructor for class org.jboss.managed.plugins.ManagedDeploymentImpl
 
ManagedObject - Interface in org.jboss.managed.api
ManagedObject is an interface for a manageable element.
ManagedObjectBuilder - Interface in org.jboss.managed.spi.factory
ManagedObjectBuilder.
ManagedObjectDefinition - Class in org.jboss.managed.api.factory
Managed object definition.
ManagedObjectDefinition() - Constructor for class org.jboss.managed.api.factory.ManagedObjectDefinition
 
ManagedObjectDefinition(Class<?>, ManagedObjectBuilder) - Constructor for class org.jboss.managed.api.factory.ManagedObjectDefinition
 
ManagedObjectFactory - Class in org.jboss.managed.api.factory
ManagedObjectFactory.
ManagedObjectFactory() - Constructor for class org.jboss.managed.api.factory.ManagedObjectFactory
 
ManagedObjectFactoryBuilder - Class in org.jboss.managed.plugins.factory
ManagedObjectFactoryBuilder factory for ManagedObjectFactory.
ManagedObjectFactoryBuilder() - Constructor for class org.jboss.managed.plugins.factory.ManagedObjectFactoryBuilder
 
ManagedObjectImpl - Class in org.jboss.managed.plugins
ManagedObjectImpl.
ManagedObjectImpl(String) - Constructor for class org.jboss.managed.plugins.ManagedObjectImpl
Create a new ManagedObjectImpl
ManagedObjectImpl(String, Set<ManagedProperty>) - Constructor for class org.jboss.managed.plugins.ManagedObjectImpl
Create a new ManagedObjectImpl
ManagedObjectImpl(String, Set<ManagedProperty>, Set<ManagedOperation>) - Constructor for class org.jboss.managed.plugins.ManagedObjectImpl
Create a new ManagedObjectImpl
ManagedObjectImpl(String, Set<ManagedProperty>, HashSet<ManagedOperation>) - Constructor for class org.jboss.managed.plugins.ManagedObjectImpl
Deprecated. 
ManagedObjectImpl(String, String, String, Set<ManagedProperty>, Set<ManagedOperation>, Object) - Constructor for class org.jboss.managed.plugins.ManagedObjectImpl
Create a new ManagedObjectImpl
ManagedObjectImpl(String, String, String, Set<ManagedProperty>, HashSet<ManagedOperation>, Serializable) - Constructor for class org.jboss.managed.plugins.ManagedObjectImpl
Deprecated. 
ManagedObjectImpl(String, String, String, Map<String, ManagedProperty>, Set<ManagedOperation>, Object) - Constructor for class org.jboss.managed.plugins.ManagedObjectImpl
Create a new ManagedObjectImpl
ManagedObjectImpl(String, String, String, Map<String, ManagedProperty>, HashSet<ManagedOperation>, Serializable) - Constructor for class org.jboss.managed.plugins.ManagedObjectImpl
Deprecated. 
ManagedObjectPopulator<T> - Interface in org.jboss.managed.spi.factory
ManagedObjectPopulator.
ManagedOperation - Interface in org.jboss.managed.api
A representation of a managed operation.
ManagedOperation.Impact - Enum in org.jboss.managed.api
The side-effect impact of invoking an operation
ManagedOperationImpl - Class in org.jboss.managed.plugins
A default implementation of ManagedOperation
ManagedOperationImpl(String, String) - Constructor for class org.jboss.managed.plugins.ManagedOperationImpl
 
ManagedOperationImpl(String, String, ManagedOperation.Impact, ManagedParameter[], MetaType) - Constructor for class org.jboss.managed.plugins.ManagedOperationImpl
 
ManagedOperationMatcher - Class in org.jboss.managed.plugins
 
ManagedOperationMatcher() - Constructor for class org.jboss.managed.plugins.ManagedOperationMatcher
 
ManagedParameter - Interface in org.jboss.managed.api
A representation of a ManagedOperation parameter
ManagedParameterConstraintsPopulator - Interface in org.jboss.managed.spi.factory
Plugin for the ManagedParameter constraint related info.
ManagedParameterConstraintsPopulatorFactory - Interface in org.jboss.managed.spi.factory
Stateless factory for obtaining a ManagedParameterConstraintsPopulator
ManagedParameterImpl - Class in org.jboss.managed.plugins
 
ManagedParameterImpl(String) - Constructor for class org.jboss.managed.plugins.ManagedParameterImpl
Create a new ManagedProperty that is not associated to a ManagedObject.
ManagedParameterImpl(Fields) - Constructor for class org.jboss.managed.plugins.ManagedParameterImpl
Create a new ManagedProperty that is not associated to a ManagedObject.
ManagedProperty - Interface in org.jboss.managed.api
ManagedProperty.
ManagedPropertyConstraintsPopulator - Interface in org.jboss.managed.spi.factory
Plugin for the ManagedProperty fields constraint related info.
ManagedPropertyConstraintsPopulatorFactory - Interface in org.jboss.managed.spi.factory
Stateless factory for obtaining a ManagedPropertyConstraintsPopulator
ManagedPropertyImpl - Class in org.jboss.managed.plugins
ManagedProperty.
ManagedPropertyImpl(String) - Constructor for class org.jboss.managed.plugins.ManagedPropertyImpl
Create a new ManagedProperty that is not associated to a ManagedObject.
ManagedPropertyImpl(Fields) - Constructor for class org.jboss.managed.plugins.ManagedPropertyImpl
Create a new ManagedProperty that is not associated to a ManagedObject.
ManagedPropertyImpl(ManagedObject, Fields) - Constructor for class org.jboss.managed.plugins.ManagedPropertyImpl
Create a new ManagedProperty.
ManagedPropertyImplFactory - Class in org.jboss.managed.plugins
javabean factory for ManagedPropertyImpls.
ManagedPropertyImplFactory() - Constructor for class org.jboss.managed.plugins.ManagedPropertyImplFactory
 
ManagementComponent - Annotation Type in org.jboss.managed.api.annotation
An annotation that identifies property as metdata identifying a ManagedComponent
ManagementConstants - Interface in org.jboss.managed.api.annotation
ManagementConstants.
ManagementDeployment - Annotation Type in org.jboss.managed.api.annotation
An annotation identifying a managed deployment
ManagementFactoryUtils - Class in org.jboss.managed.plugins.jmx
A utility class that created ManagedObjects for the jmx platform mbeans returned by ManagementFactory
ManagementFactoryUtils() - Constructor for class org.jboss.managed.plugins.jmx.ManagementFactoryUtils
 
ManagementObject - Annotation Type in org.jboss.managed.api.annotation
ManagementObject annotation for describing ManagedObjects.
ManagementObjectClass - Annotation Type in org.jboss.managed.api.annotation
ManagementObjectClass annotation for describing the actual class annotated with org.jboss.managed.api.annotation.ManagementObject.
ManagementObjectID - Annotation Type in org.jboss.managed.api.annotation
An annotation that identifies a ManagedObject key/type qualifier source.
ManagementObjectRef - Annotation Type in org.jboss.managed.api.annotation
Indicates a property that references another ManagedObject
ManagementOperation - Annotation Type in org.jboss.managed.api.annotation
An annotation for describing a ManagedOperation
ManagementParameter - Annotation Type in org.jboss.managed.api.annotation
Annotation for documenting a ManagementOperation parameter.
ManagementParameter.NULL_CONSTRAINTS - Class in org.jboss.managed.api.annotation
Used in ManagementParameter.constraintsFactory() to signal that the factory be inferred from the type of the property.
ManagementParameter.NULL_CONSTRAINTS() - Constructor for class org.jboss.managed.api.annotation.ManagementParameter.NULL_CONSTRAINTS
 
ManagementProperties - Enum in org.jboss.managed.api.annotation
ManagementProperities.
ManagementProperty - Annotation Type in org.jboss.managed.api.annotation
ManagementProperty annotation for describing a ManagedProperty.
ManagementPropertyFactory - Annotation Type in org.jboss.managed.api.annotation
An annotation describing the implementation class for a ManagedProperty.
ManagementRuntimeRef - Annotation Type in org.jboss.managed.api.annotation
ManagementRuntimeRef annotation that can be used to identify which property defines the component name.
ManagementRuntimeRef.DEFAULT_NAME_TRANSFORMER - Class in org.jboss.managed.api.annotation
Used in ManagementRuntimeRef.transformer() to indicate that no name transformation is defined.
ManagementRuntimeRef.DEFAULT_NAME_TRANSFORMER() - Constructor for class org.jboss.managed.api.annotation.ManagementRuntimeRef.DEFAULT_NAME_TRANSFORMER
 
MANDATORY - Static variable in interface org.jboss.managed.api.Fields
The mandatory
MAP_INDEX_NAMES - Static variable in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Map index names
MAP_ITEM_NAMES - Static variable in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Map item names
MAP_KEY - Static variable in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
The map key
MAP_VALUE - Static variable in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
The map value
MapCompositeMetaType - Class in org.jboss.metatype.api.types
A CompositeMetaType for Map
MapCompositeMetaType(MetaType) - Constructor for class org.jboss.metatype.api.types.MapCompositeMetaType
Create a MapCompositeMetaType with the given value metatype.
MapCompositeValueSupport - Class in org.jboss.metatype.api.values
A CompositeValue representing a Map<String,MetaValue>, where the set of allowed keys is specified by the associated MapCompositeMetaType, and where all values must be of the same MetaType.
MapCompositeValueSupport(MetaType) - Constructor for class org.jboss.metatype.api.values.MapCompositeValueSupport
 
MapCompositeValueSupport(Map<String, MetaValue>, MetaType) - Constructor for class org.jboss.metatype.api.values.MapCompositeValueSupport
 
mapNullToPrimitive(TypeInfo) - Static method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Map null to primitive.
MAPPED_NAME - Static variable in interface org.jboss.managed.api.Fields
The mapped name field name
mapToType() - Method in class org.jboss.metatype.plugins.values.mappers.ObjectNameMetaMapper
 
mapToType() - Method in class org.jboss.metatype.plugins.values.mappers.PropertiesCompositeObjectNameMetaMapper
 
mapToType() - Method in class org.jboss.metatype.plugins.values.mappers.PropertiesMetaMapper
 
mapToType() - Method in class org.jboss.metatype.plugins.values.mappers.PropertiesObjectNameMetaMapper
 
mapToType() - Method in class org.jboss.metatype.plugins.values.mappers.StringObjectNameMetaMapper
 
mapToType() - Method in class org.jboss.metatype.spi.values.MetaMapper
Override this method to map to a specific type
Masked - Annotation Type in org.jboss.managed.api.annotation
An annotation that indicates a property should be masked
MAXIMUM_VALUE - Static variable in interface org.jboss.managed.api.Fields
The maximum value
MemoryManagerMXBeanMO - Class in org.jboss.managed.plugins.jmx
Stub class for the MemoryManagerMXBean interface that is marked up with management annotations.
MemoryManagerMXBeanMO() - Constructor for class org.jboss.managed.plugins.jmx.MemoryManagerMXBeanMO
 
MemoryMXBeanMO - Class in org.jboss.managed.plugins.jmx
Stub class for the MemoryMXBean interface that is marked up with management annotations.
MemoryMXBeanMO() - Constructor for class org.jboss.managed.plugins.jmx.MemoryMXBeanMO
 
MemoryPoolMXBeanMO - Class in org.jboss.managed.plugins.jmx
Stub class for the MemoryPoolMXBean interface that is marked up with management annotations.
MemoryPoolMXBeanMO() - Constructor for class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
META_TYPE - Static variable in interface org.jboss.managed.api.Fields
The meta type field name
META_TYPE - Static variable in class org.jboss.metatype.plugins.types.ObjectNameTypeBuilder
The MetaType for Class
MetaMapper<T> - Class in org.jboss.metatype.spi.values
MetaMapper.
MetaMapper() - Constructor for class org.jboss.metatype.spi.values.MetaMapper
 
MetaMapperFactory<T> - Interface in org.jboss.metatype.spi.values
A factory interface for creating MetaMappers
MetaMapping - Annotation Type in org.jboss.metatype.api.annotations
MetaMapper.
MetaMappingFactory - Annotation Type in org.jboss.metatype.api.annotations
An annotation for specifying a MetaMapperFactory
MetaType - Interface in org.jboss.metatype.api.types
MetaType.
MetaTypeBuilder - Interface in org.jboss.metatype.spi.types
MetaTypeBuilder.
MetaTypeConstants - Interface in org.jboss.metatype.api.annotations
MetaTypeConstants.
MetaTypeFactory - Class in org.jboss.metatype.api.types
MetaTypeFactory.
MetaTypeFactory() - Constructor for class org.jboss.metatype.api.types.MetaTypeFactory
 
MetaTypeFactoryBuilder - Class in org.jboss.metatype.plugins.types
MetaTypeFactoryBuilder.
MetaTypeFactoryBuilder() - Constructor for class org.jboss.metatype.plugins.types.MetaTypeFactoryBuilder
 
MetaValue - Interface in org.jboss.metatype.api.values
MetaValue.
MetaValueBuilder<T> - Interface in org.jboss.metatype.spi.values
MetaValueBuilder.
MetaValueFactory - Class in org.jboss.metatype.api.values
MetaValueFactory.
MetaValueFactory() - Constructor for class org.jboss.metatype.api.values.MetaValueFactory
 
MetaValueFactoryBuilder - Class in org.jboss.metatype.plugins.values
MetaValueFactoryBuilder.
MetaValueFactoryBuilder() - Constructor for class org.jboss.metatype.plugins.values.MetaValueFactoryBuilder
 
MINIMUM_VALUE - Static variable in interface org.jboss.managed.api.Fields
The minimum value
MODIFIED - Static variable in interface org.jboss.managed.api.Fields
The modified flag
MutableCompositeMetaType - Class in org.jboss.metatype.plugins.types
MutableCompositeMetaType.
MutableCompositeMetaType(String, String) - Constructor for class org.jboss.metatype.plugins.types.MutableCompositeMetaType
Construct a composite meta type with no items.
MutableManagedComponent - Interface in org.jboss.managed.api
 
MutableManagedObject - Interface in org.jboss.managed.api
An extension of ManagedObject that allows setting of key values after the ManagedObject has been created.

N

NAME - Static variable in interface org.jboss.managed.api.Fields
The name field name
Name - Interface in org.jboss.metatype.api.types
A name is a typed string representing a reference to an object.
NamedComparator - Class in org.jboss.metatype.api.types.helpers
Named comparator.
NamedComparator() - Constructor for class org.jboss.metatype.api.types.helpers.NamedComparator
 
NAMEDOBJECT - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for an object name
newArrayInstance(TypeInfo, int) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Get new array instance.
newInstance() - Method in class org.jboss.managed.api.annotation.ManagementParameter.NULL_CONSTRAINTS
 
newInstance(String, String, String[], String...) - Method in class org.jboss.managed.plugins.constraints.NumberConstraintsPopulatorFactory
 
newInstance(String, String, String[]) - Method in class org.jboss.managed.plugins.constraints.NumberConstraintsPopulatorFactory
 
newInstance(String, String, String[], String...) - Method in class org.jboss.managed.plugins.constraints.StringLegalValuesPopulatorFactory
 
newInstance(String, String, String[]) - Method in class org.jboss.managed.plugins.constraints.StringLegalValuesPopulatorFactory
 
newInstance(String, String, String, boolean) - Static method in class org.jboss.managed.plugins.ManagedPropertyImplFactory
Create a new managed property
newInstance() - Method in interface org.jboss.managed.spi.factory.ManagedParameterConstraintsPopulatorFactory
 
newInstance(String, String, String[]) - Method in interface org.jboss.managed.spi.factory.ManagedPropertyConstraintsPopulatorFactory
 
newInstance(String, String, String[], String...) - Method in interface org.jboss.managed.spi.factory.ManagedPropertyConstraintsPopulatorFactory
 
newInstance() - Method in class org.jboss.metatype.plugins.values.mappers.ObjectNameMetaMapperFactory
 
newInstance(String...) - Method in class org.jboss.metatype.plugins.values.mappers.ObjectNameMetaMapperFactory
 
newInstance() - Method in interface org.jboss.metatype.spi.values.MetaMapperFactory
Create a MetaMapper instance
newInstance(String...) - Method in interface org.jboss.metatype.spi.values.MetaMapperFactory
Create a MetaMapper instance using the specified String[]
NumberConstraintsPopulator - Class in org.jboss.managed.plugins.constraints
A ManagedPropertyConstraintsPopulator for Number min/max values
NumberConstraintsPopulator(String, String, String) - Constructor for class org.jboss.managed.plugins.constraints.NumberConstraintsPopulator
 
NumberConstraintsPopulatorFactory - Class in org.jboss.managed.plugins.constraints
ManagedPropertyConstraintsPopulatorFactory for Number constraints
NumberConstraintsPopulatorFactory() - Constructor for class org.jboss.managed.plugins.constraints.NumberConstraintsPopulatorFactory
 

O

ObjectNameDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for ObjectName types of MetaValues.
ObjectNameDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.ObjectNameDefaultValueBuilder
 
ObjectNameMetaMapper - Class in org.jboss.metatype.plugins.values.mappers
 
ObjectNameMetaMapper() - Constructor for class org.jboss.metatype.plugins.values.mappers.ObjectNameMetaMapper
 
ObjectNameMetaMapper(String...) - Constructor for class org.jboss.metatype.plugins.values.mappers.ObjectNameMetaMapper
 
ObjectNameMetaMapperFactory - Class in org.jboss.metatype.plugins.values.mappers
 
ObjectNameMetaMapperFactory() - Constructor for class org.jboss.metatype.plugins.values.mappers.ObjectNameMetaMapperFactory
 
ObjectNameTransformer - Class in org.jboss.managed.plugins.factory
Object name transformer.
ObjectNameTransformer() - Constructor for class org.jboss.managed.plugins.factory.ObjectNameTransformer
 
ObjectNameTypeBuilder - Class in org.jboss.metatype.plugins.types
A type builder for the javax.management.ObjectName type
ObjectNameTypeBuilder() - Constructor for class org.jboss.metatype.plugins.types.ObjectNameTypeBuilder
 
OperatingSystemMXBeanMO - Class in org.jboss.managed.plugins.jmx
Stub class for the OperatingSystemMXBean interface that is marked up with management annotations.
OperatingSystemMXBeanMO() - Constructor for class org.jboss.managed.plugins.jmx.OperatingSystemMXBeanMO
 
org.jboss.managed.api - package org.jboss.managed.api
 
org.jboss.managed.api.annotation - package org.jboss.managed.api.annotation
 
org.jboss.managed.api.factory - package org.jboss.managed.api.factory
 
org.jboss.managed.plugins - package org.jboss.managed.plugins
 
org.jboss.managed.plugins.constraints - package org.jboss.managed.plugins.constraints
 
org.jboss.managed.plugins.factory - package org.jboss.managed.plugins.factory
 
org.jboss.managed.plugins.jmx - package org.jboss.managed.plugins.jmx
 
org.jboss.managed.spi.factory - package org.jboss.managed.spi.factory
 
org.jboss.metatype.api.annotations - package org.jboss.metatype.api.annotations
 
org.jboss.metatype.api.types - package org.jboss.metatype.api.types
 
org.jboss.metatype.api.types.helpers - package org.jboss.metatype.api.types.helpers
 
org.jboss.metatype.api.values - package org.jboss.metatype.api.values
 
org.jboss.metatype.plugins.types - package org.jboss.metatype.plugins.types
 
org.jboss.metatype.plugins.values - package org.jboss.metatype.plugins.values
 
org.jboss.metatype.plugins.values.defaults - package org.jboss.metatype.plugins.values.defaults
 
org.jboss.metatype.plugins.values.mappers - package org.jboss.metatype.plugins.values.mappers
 
org.jboss.metatype.spi.types - package org.jboss.metatype.spi.types
 
org.jboss.metatype.spi.values - package org.jboss.metatype.spi.values
 

P

populateManagedObject(MutableManagedObject, T) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
 
populateManagedObject(MutableManagedObject, T, MetaData) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
 
populateManagedObject(MutableManagedObject, T) - Method in interface org.jboss.managed.spi.factory.ManagedObjectPopulator
Populate the managed object with property values from the object.
populateManagedObject(MutableManagedObject, T, MetaData) - Method in interface org.jboss.managed.spi.factory.ManagedObjectPopulator
Populate the managed object with property values from the object.
populateManagedParameter(String, ParameterInfo, Fields) - Method in interface org.jboss.managed.spi.factory.ManagedParameterConstraintsPopulator
Populate the ManagedParameter fields constraint related info.
populateManagedProperty(Class, PropertyInfo, Fields) - Method in class org.jboss.managed.plugins.constraints.NumberConstraintsPopulator
 
populateManagedProperty(Class, PropertyInfo, Fields) - Method in class org.jboss.managed.plugins.constraints.StringLegalValuesPopulator
 
populateManagedProperty(Class, PropertyInfo, Fields) - Method in interface org.jboss.managed.spi.factory.ManagedPropertyConstraintsPopulator
Populate the ManagedProperty fields constraint related info.
populateValues(MutableManagedObject, T, MetaData) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
Populate the values
PropertiesCompositeObjectNameDefaultBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for ObjectNames that are built using a PropertiesCompositeObjectNameMetaMapper
PropertiesCompositeObjectNameDefaultBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.PropertiesCompositeObjectNameDefaultBuilder
 
PropertiesCompositeObjectNameMetaMapper - Class in org.jboss.metatype.plugins.values.mappers
A MetaMapper for ObjectName to CompositeValue using domain, keyPropertyList
PropertiesCompositeObjectNameMetaMapper() - Constructor for class org.jboss.metatype.plugins.values.mappers.PropertiesCompositeObjectNameMetaMapper
 
PropertiesDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for java.util.Properties
PropertiesDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.PropertiesDefaultValueBuilder
 
PropertiesMetaMapper - Class in org.jboss.metatype.plugins.values.mappers
An Properties MetaMapper that maps to a PropertiesMetaType/PropertiesMetaValue
PropertiesMetaMapper() - Constructor for class org.jboss.metatype.plugins.values.mappers.PropertiesMetaMapper
 
PropertiesMetaMapper(String...) - Constructor for class org.jboss.metatype.plugins.values.mappers.PropertiesMetaMapper
 
PropertiesMetaType - Class in org.jboss.metatype.api.types
A MetaType for java.util.Properties
PropertiesMetaType() - Constructor for class org.jboss.metatype.api.types.PropertiesMetaType
 
PropertiesMetaType(String) - Constructor for class org.jboss.metatype.api.types.PropertiesMetaType
 
PropertiesMetaType(String, Map<String, String>) - Constructor for class org.jboss.metatype.api.types.PropertiesMetaType
 
PropertiesMetaValue - Class in org.jboss.metatype.api.values
A mapping from the jdk Properties to a MetaValue
PropertiesMetaValue() - Constructor for class org.jboss.metatype.api.values.PropertiesMetaValue
Creates an empty PropertiesMetaValue
PropertiesMetaValue(Properties) - Constructor for class org.jboss.metatype.api.values.PropertiesMetaValue
Create a PropertiesMetaValue with props as the defaults.
PropertiesMetaValue(Properties, PropertiesMetaType) - Constructor for class org.jboss.metatype.api.values.PropertiesMetaValue
Create a PropertiesMetaValue with props as the defaults.
PropertiesObjectNameDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for ObjectName with PropertiesMetaType
PropertiesObjectNameDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.PropertiesObjectNameDefaultValueBuilder
 
PropertiesObjectNameMetaMapper - Class in org.jboss.metatype.plugins.values.mappers
An ObjectName MetaMapper that maps to a PropertiesMetaType/PropertiesMetaValue.
PropertiesObjectNameMetaMapper() - Constructor for class org.jboss.metatype.plugins.values.mappers.PropertiesObjectNameMetaMapper
 
PropertiesObjectNameMetaMapper(String...) - Constructor for class org.jboss.metatype.plugins.values.mappers.PropertiesObjectNameMetaMapper
 
PROPERTY_INFO - Static variable in interface org.jboss.managed.api.Fields
The PropertyInfo info for the ManagedObject attachment
put(String, MetaValue) - Method in class org.jboss.metatype.api.values.MapCompositeValueSupport
 
put(CompositeValue) - Method in interface org.jboss.metatype.api.values.TableValue
Add a value to the table value.
put(CompositeValue) - Method in class org.jboss.metatype.api.values.TableValueSupport
 
putAll(CompositeValue[]) - Method in interface org.jboss.metatype.api.values.TableValue
Add all the passed values.
putAll(CompositeValue[]) - Method in class org.jboss.metatype.api.values.TableValueSupport
 

R

READ_ONLY - Static variable in interface org.jboss.managed.api.Fields
The read-only flag
remove(String) - Method in class org.jboss.metatype.api.values.MapCompositeValueSupport
 
remove(MetaValue[]) - Method in interface org.jboss.metatype.api.values.TableValue
Removes the value for the passed and returns the removed value, or null if the key was not present.
remove(MetaValue[]) - Method in class org.jboss.metatype.api.values.TableValueSupport
 
removeComponent(String) - Method in interface org.jboss.managed.api.ManagedDeployment
 
removeComponent(String) - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
REMOVED - Static variable in interface org.jboss.managed.api.Fields
The removed flag
removeDefaltValueBuilder(DefaultValueBuilder) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
removeInstanceClassFactory(InstanceClassFactory<X>) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
Remove an InstanceClassFactory.
removeManagedObjectDefinition(ManagedObjectDefinition) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Remove managed object definition.
resetPeakThreadCount() - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
resetPeakUsage() - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
resolve(Type) - Method in class org.jboss.metatype.api.types.MetaTypeFactory
Resolve a metatype
resolve(TypeInfo) - Method in class org.jboss.metatype.api.types.MetaTypeFactory
Resolve a metatype
resolve(String, ClassLoader) - Method in class org.jboss.metatype.api.types.MetaTypeFactory
Resolve a metatype
resolve(String) - Static method in class org.jboss.metatype.api.types.SimpleMetaType
Resolve a simple type
resolve(Type) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
 
resolve(TypeInfo) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
Resolve the meta type
RunState - Enum in org.jboss.managed.api
Enum for the ManagedComponent run state
RunStateMapper - Interface in org.jboss.managed.api
An interface for mapping a property meta value to a RunState.
RunStateProperty - Annotation Type in org.jboss.managed.api.annotation
An annotation one can use on a ManagedProperty to indicate that the property provides RunState value information.
RuntimeComponentNameTransformer - Interface in org.jboss.managed.spi.factory
Runtime component name transformer.
RuntimeMXBeanMO - Class in org.jboss.managed.plugins.jmx
Stub class for the RuntimeMXBean interface that is marked up with management annotations.
RuntimeMXBeanMO() - Constructor for class org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
 

S

set(String, MetaValue) - Method in class org.jboss.metatype.api.values.CompositeValueSupport
Set an item value
setActivationPolicy(ActivationPolicy) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
setAdminViewUses(Collection<String>) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
setAnnotations(Map<String, Annotation>) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
setAnnotations(Map<String, Annotation>) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
setAnnotations(Map<String, Annotation>) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
setAttachment(String, Object) - Method in interface org.jboss.managed.api.ManagedDeployment
Set an attachment against the deployment.
setAttachment(Object) - Method in interface org.jboss.managed.api.MutableManagedObject
Set the metadata attachment.
setAttachment(String, Object) - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
setAttachment(Object) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
Set the attachment.
setAttachmentName(String) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
setBuilder(ManagedObjectBuilder) - Method in class org.jboss.managed.api.factory.BaseManagedObjectDefinition
Set builder.
setBuilder(Class<?>, ManagedObjectBuilder) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
Set a managed object builder
setBuilder(Class<?>, ManagedObjectBuilder) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
setBuilder(Class<?>, MetaTypeBuilder) - Method in class org.jboss.metatype.api.types.MetaTypeFactory
Set a meta type builder
setBuilder(Class<?>, MetaValueBuilder<?>) - Method in class org.jboss.metatype.api.values.MetaValueFactory
Set a meta value builder.
setBuilder(Class<?>, MetaTypeBuilder) - Method in class org.jboss.metatype.plugins.types.DefaultMetaTypeFactory
 
setBuilder(Class<?>, MetaValueBuilder<?>) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
 
setBuilders(Map<Class<?>, ManagedObjectBuilder>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
setCollectionUsageThreshold(long) - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
setComponentName(Object) - Method in interface org.jboss.managed.api.MutableManagedObject
Set the runtime component name.
setComponentName(Object) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
setConfiguration(Configuration) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
setConfiguration(Configuration) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
 
setDefaultInstanceFactory(InstanceClassFactory<? extends Serializable>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Set the default InstanceClassFactory.
setDefaultInstanceFactory(InstanceClassFactory<?>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
 
setDefaultManagedObjectPopulator(ManagedObjectPopulator<? extends Serializable>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
A default implementation of ManagedObjectPopulator that is used when there is no ManagedObjectBuilder registered for a given type.
setDefaultsBuilder(MetaType, DefaultValueBuilder) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
setDelegate(ManagedObject) - Method in class org.jboss.managed.plugins.DelegateManagedCommonImpl
 
setDeploymentState(DeploymentState) - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
setDescription(String) - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Set the description
setDescription(String) - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
setDescription(String) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
Set the description
setDescription(String) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
Set the description
setElements(MetaValue[]) - Method in class org.jboss.metatype.api.values.CollectionValueSupport
Set the value.
setFactory(ManagedObjectFactory) - Method in class org.jboss.managed.api.factory.ConfigurableManagedObjectDefinition
Set managed object factory.
setField(String, Object) - Method in interface org.jboss.managed.api.Fields
Set a field with the given name
setField(String, Serializable) - Method in interface org.jboss.managed.api.ManagedParameter
Set a field
setField(String, Serializable) - Method in interface org.jboss.managed.api.ManagedProperty
Set a field
setField(String, Object) - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Set a field
setField(String, Serializable) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
setField(String, Serializable) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
setImpact(ManagedOperation.Impact) - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
setInstanceClassFactory(Class<X>, InstanceClassFactory<X>) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
Set the InstanceClassFactory for an instance type.
setInstanceClassFactory(Class<T>, InstanceClassFactory<T>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
setInstanceFactories(Map<Class<?>, InstanceClassFactory<?>>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
setInstanceFactories(Map<Class<?>, InstanceClassFactory<?>>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator
 
setInstanceFactory(Class<T>, InstanceFactory<T>) - Method in class org.jboss.metatype.api.values.MetaValueFactory
Set an instance factory.
setInstanceFactory(Class<T>, InstanceFactory<T>) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
 
SetInstanceFactory - Class in org.jboss.metatype.plugins.values
Set instance factory.
setKeys(Set<String>) - Method in class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
Set the keys
setKeys(Set<String>) - Method in class org.jboss.metatype.plugins.types.MutableCompositeMetaType
 
setLegalValues(Set<MetaValue>) - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Set the legal values
setLegalValues(Set<MetaValue>) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
Set the legal values
setLegalValues(Set<MetaValue>) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
Set the legal values
setManagedObject(ManagedObject) - Method in interface org.jboss.managed.api.ManagedProperty
 
setManagedObject(BeanInfo, PropertyInfo, T, ManagedObject) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
Currently just a stub method subclasses have to override to avoid the NotImplementedException.
setManagedObject(ManagedObject) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
Set managed object
setMandatory(boolean) - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Set the mandatory value
setMandatory(boolean) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
Set whether the field is mandatory
setMax(Number) - Method in class org.jboss.managed.plugins.constraints.NumberConstraintsPopulator
 
setMaximumValue(Comparable<?>) - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Get the maximum value
setMaximumValue(Comparable<?>) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
Set the maximum value
setMaximumValue(Comparable<MetaValue>) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
Set the maximum value
setMetaType(MetaType) - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Set the meta type
setMetaType(MetaType) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
Set the meta type
setMetaType(MetaType) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
Set the meta type
setMetaTypeFactory(MetaTypeFactory) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
setMetaTypeFactory(MetaTypeFactory) - Method in class org.jboss.managed.plugins.factory.DeploymentTemplateInfoFactory
 
setMetaValueFactory(MetaValueFactory) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
setMetaValueFactory(MetaValueFactory) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
setMetaValueFactory(MetaValueFactory) - Method in class org.jboss.managed.plugins.factory.DeploymentTemplateInfoFactory
 
setMetaValueFactory(MetaValueFactory) - Method in class org.jboss.managed.plugins.jmx.CompositeDataMetaValueBuilder
 
setMin(Number) - Method in class org.jboss.managed.plugins.constraints.NumberConstraintsPopulator
 
setMinimumValue(Comparable<?>) - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Set the minimum value
setMinimumValue(Comparable<?>) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
Set the minimum value
setMinimumValue(Comparable<MetaValue>) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
Set the minimum value
setModified(boolean) - Method in interface org.jboss.managed.api.ManagedProperty
Set the modified state of the property value.
setModified(boolean) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
setMof(ManagedObjectFactory) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
setName(String) - Method in interface org.jboss.managed.api.MutableManagedObject
Set the external name by which the ManagedObject is known
setName(String) - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Set the property name
setName(String) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
setName(String) - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
setNameTransformers(Class<?>, RuntimeComponentNameTransformer) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
setNameTransformers(TypeInfo, RuntimeComponentNameTransformer) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
setNameType(String) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
setOperations(Set<ManagedOperation>) - Method in interface org.jboss.managed.api.MutableManagedComponent
Set the ManagedOperation associated with the ManagedObject.
setOperations(Set<ManagedOperation>) - Method in interface org.jboss.managed.api.MutableManagedObject
Set the ManagedOperation associated with the ManagedObject.
setOperations(Set<ManagedOperation>) - Method in class org.jboss.managed.plugins.ManagedComponentImpl
 
setOperations(Set<ManagedOperation>) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
setParameters(ManagedParameter[]) - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
setParent(ManagedObject) - Method in interface org.jboss.managed.api.MutableManagedObject
Set the parent ManagedObject.
setParent(ManagedObject) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
setProperties(Map<String, ManagedProperty>) - Method in interface org.jboss.managed.api.MutableManagedComponent
Set the ManagedObject ManagedProperty mapping.
setProperties(Map<String, ManagedProperty>) - Method in interface org.jboss.managed.api.MutableManagedObject
Set the ManagedObject ManagedProperty mapping.
setProperties(Map<String, ManagedProperty>) - Method in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
setProperties(Map<String, ManagedProperty>) - Method in class org.jboss.managed.plugins.ManagedComponentImpl
 
setProperties(Map<String, ManagedProperty>) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
setReadOnly(boolean) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
setRemoved(boolean) - Method in interface org.jboss.managed.api.ManagedProperty
Set whether a property has been marked as removed from its ManagedObject.
setRemoved(boolean) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
Set whether the property is removed
setReturnType(MetaType) - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
setRootManagedPropertyName(String) - Method in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
setRunState(RunState) - Method in interface org.jboss.managed.api.MutableManagedComponent
Set the component runtime state
setRunState(RunState) - Method in class org.jboss.managed.plugins.ManagedComponentImpl
 
setStateMapper(RunStateMapper) - Method in class org.jboss.managed.plugins.ManagedComponentImpl
 
setSubtype(String) - Method in class org.jboss.managed.api.ComponentType
 
setTargetManagedObject(ManagedObject) - Method in interface org.jboss.managed.api.ManagedProperty
 
setTargetManagedObject(ManagedObject) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
setThreadContentionMonitoringEnabled(boolean) - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
setThreadCpuTimeEnabled(boolean) - Method in class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
setTransformers(Map<TypeInfo, RuntimeComponentNameTransformer>) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
setTransientAttachment(String, Object) - Method in interface org.jboss.managed.api.ManagedObject
Set a transient attachment against the property.
setTransientAttachment(String, Object) - Method in interface org.jboss.managed.api.TransientAttachments
Set an transient attachment against the parameter.
setTransientAttachment(String, Object) - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
setTransientAttachment(String, Object) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
setTransientAttachment(String, Object) - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
setTransientAttachment(String, Object) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
setTransientAttachment(String, Object) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
setType(String) - Method in class org.jboss.managed.api.ComponentType
 
setType(Class<?>) - Method in class org.jboss.managed.api.factory.BaseManagedObjectDefinition
Set type.
setTypes(Set<String>) - Method in interface org.jboss.managed.api.ManagedDeployment
Get the deployment/module types.
setTypes(Set<String>) - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
setUsageThreshold(long) - Method in class org.jboss.managed.plugins.jmx.MemoryPoolMXBeanMO
 
setValue(MetaValue) - Method in interface org.jboss.managed.api.ManagedParameter
Set the value
setValue(MetaValue) - Method in interface org.jboss.managed.api.ManagedProperty
Set the value
setValue(MetaValue) - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Set the value
setValue(BeanInfo, ManagedProperty, T, MetaValue) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
Set a value
setValue(BeanInfo, PropertyInfo, Object, Object) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
setValue(MetaValue) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
setValue(MetaValue) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
setValue(MetaValue) - Method in class org.jboss.managed.plugins.WritethroughManagedPropertyImpl
Write the value back to the attachment if there is a PropertyInfo in the Fields.PROPERTY_INFO field.
setValue(BeanInfo, ManagedProperty, T, MetaValue) - Method in interface org.jboss.managed.spi.factory.InstanceClassFactory
Set the property value to attachment object.
setValue(Object) - Method in class org.jboss.metatype.api.values.ArrayValueSupport
Set the value.
setValue(String) - Method in class org.jboss.metatype.api.values.EnumValueSupport
Set the value.
setValue(Serializable) - Method in class org.jboss.metatype.api.values.GenericValueSupport
Set the value.
setValue(Serializable) - Method in class org.jboss.metatype.api.values.SimpleValueSupport
Set the value.
setValueMapping(Map<String, String>) - Method in class org.jboss.managed.plugins.factory.StringRunStateMapper
 
setVerbose(boolean) - Method in class org.jboss.managed.plugins.jmx.ClassLoadingMXBeanMO
 
setVerbose(boolean) - Method in class org.jboss.managed.plugins.jmx.MemoryMXBeanMO
 
setViewUse(ViewUse[]) - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Set the view use
setViewUse(ViewUse[]) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
SHORT - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for java.lang.Short
SHORT_PRIMITIVE - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
 
ShortComparator - Class in org.jboss.metatype.api.types.helpers
Short comparator.
ShortComparator() - Constructor for class org.jboss.metatype.api.types.helpers.ShortComparator
 
ShortDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.SHORT
ShortDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.ShortDefaultValueBuilder
 
ShortPrimitiveDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.SHORT_PRIMITIVE
ShortPrimitiveDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.ShortPrimitiveDefaultValueBuilder
 
SimpleDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaTypes
SimpleDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.SimpleDefaultValueBuilder
 
SimpleMetaType - Class in org.jboss.metatype.api.types
SimpleMetaType.
SimpleValue - Interface in org.jboss.metatype.api.values
SimpleValue.
SimpleValueComparator - Class in org.jboss.metatype.api.values
A Comparator for SimpleValues.
SimpleValueComparator() - Constructor for class org.jboss.metatype.api.values.SimpleValueComparator
 
SimpleValueSupport - Class in org.jboss.metatype.api.values
SimpleValue.
SimpleValueSupport(SimpleMetaType, Serializable) - Constructor for class org.jboss.metatype.api.values.SimpleValueSupport
Create a new SimpleValueSupport.
size() - Method in interface org.jboss.metatype.api.values.TableValue
Retrieve the number of rows in the table value.
size() - Method in class org.jboss.metatype.api.values.TableValueSupport
 
SortedSetInstanceFactory - Class in org.jboss.metatype.plugins.values
Sorted set instance factory.
start() - Method in class org.jboss.managed.api.factory.ConfigurableManagedObjectDefinition
Add builder to factory.
stop() - Method in class org.jboss.managed.api.factory.ConfigurableManagedObjectDefinition
Remove builder from factory.
STRING - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for java.lang.String
StringComparator - Class in org.jboss.metatype.api.types.helpers
String comparator.
StringComparator() - Constructor for class org.jboss.metatype.api.types.helpers.StringComparator
 
StringDefaultValueBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for SimpleMetaType.STRING SimpleValues.
StringDefaultValueBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.StringDefaultValueBuilder
 
StringLegalValuesPopulator - Class in org.jboss.managed.plugins.constraints
A populator for a set of string values
StringLegalValuesPopulator(String[]) - Constructor for class org.jboss.managed.plugins.constraints.StringLegalValuesPopulator
 
StringLegalValuesPopulatorFactory - Class in org.jboss.managed.plugins.constraints
A factory for string legal values populator
StringLegalValuesPopulatorFactory() - Constructor for class org.jboss.managed.plugins.constraints.StringLegalValuesPopulatorFactory
 
StringName - Class in org.jboss.metatype.plugins.types
A simple string based Name implementation.
StringName(String) - Constructor for class org.jboss.metatype.plugins.types.StringName
 
StringObjectNameDefaultBuilder - Class in org.jboss.metatype.plugins.values.defaults
A DefaultValueBuilder for ObjectNames that are represented using a SimpleMetaType.STRING SimpleValue.
StringObjectNameDefaultBuilder() - Constructor for class org.jboss.metatype.plugins.values.defaults.StringObjectNameDefaultBuilder
 
StringObjectNameMetaMapper - Class in org.jboss.metatype.plugins.values.mappers
A mapper for String forms of javax.management.ObjectName values to a SimpleMetaType.STRING/SimpleValue
StringObjectNameMetaMapper() - Constructor for class org.jboss.metatype.plugins.values.mappers.StringObjectNameMetaMapper
 
StringRunStateMapper - Class in org.jboss.managed.plugins.factory
A RunStateMapper implementation that maps string based meta values to the RunState enum based on a Map of meta value to enum string.
StringRunStateMapper() - Constructor for class org.jboss.managed.plugins.factory.StringRunStateMapper
 
StringRunStateMapper(String[], String[]) - Constructor for class org.jboss.managed.plugins.factory.StringRunStateMapper
 

T

TableMetaType - Interface in org.jboss.metatype.api.types
TableMetaType.
TableValue - Interface in org.jboss.metatype.api.values
TableValue.
TableValueSupport - Class in org.jboss.metatype.api.values
TableValueSupport.
TableValueSupport(TableMetaType) - Constructor for class org.jboss.metatype.api.values.TableValueSupport
Construct Table Value with an initial capacity of 101 and a load factor of 0.75
TableValueSupport(TableMetaType, int, float) - Constructor for class org.jboss.metatype.api.values.TableValueSupport
Construct Table value
ThreadMXBeanMO - Class in org.jboss.managed.plugins.jmx
Stub class for the ThreadMXBean interface that is marked up with management annotations.
ThreadMXBeanMO() - Constructor for class org.jboss.managed.plugins.jmx.ThreadMXBeanMO
 
toShortString(JBossStringBuilder) - Method in class org.jboss.managed.api.factory.BaseManagedObjectDefinition
 
toShortString(JBossStringBuilder) - Method in class org.jboss.managed.api.factory.ConfigurableManagedObjectDefinition
 
toString() - Method in class org.jboss.managed.api.ComponentType
 
toString(JBossStringBuilder) - Method in class org.jboss.managed.api.factory.BaseManagedObjectDefinition
 
toString(JBossStringBuilder) - Method in class org.jboss.managed.api.factory.ConfigurableManagedObjectDefinition
 
toString() - Method in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
toString() - Method in class org.jboss.managed.plugins.DefaultFieldsImpl
Display key fields like name, metaType and value
toString() - Method in class org.jboss.managed.plugins.ManagedComponentImpl
 
toString() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
toString() - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
toString(StringBuilder) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
Append the name and props
toString() - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
toString() - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
toString() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
toString() - Method in class org.jboss.metatype.api.types.ArrayMetaType
 
toString() - Method in class org.jboss.metatype.api.types.CollectionMetaType
 
toString() - Method in class org.jboss.metatype.api.types.EnumMetaType
 
toString() - Method in class org.jboss.metatype.api.types.GenericMetaType
 
toString() - Method in class org.jboss.metatype.api.types.ImmutableCompositeMetaType
 
toString() - Method in class org.jboss.metatype.api.types.ImmutableTableMetaType
 
toString() - Method in class org.jboss.metatype.api.types.MapCompositeMetaType
 
toString() - Method in interface org.jboss.metatype.api.types.Name
 
toString() - Method in class org.jboss.metatype.api.types.SimpleMetaType
 
toString() - Method in class org.jboss.metatype.api.values.ArrayValueSupport
 
toString() - Method in class org.jboss.metatype.api.values.CollectionValueSupport
 
toString() - Method in interface org.jboss.metatype.api.values.CompositeValue
A string representation of the open mbean operation info.
toString() - Method in class org.jboss.metatype.api.values.CompositeValueSupport
 
toString() - Method in class org.jboss.metatype.api.values.EnumValueSupport
 
toString() - Method in class org.jboss.metatype.api.values.GenericValueSupport
 
toString() - Method in class org.jboss.metatype.api.values.MapCompositeValueSupport
 
toString() - Method in class org.jboss.metatype.api.values.SimpleValueSupport
 
toString() - Method in class org.jboss.metatype.api.values.TableValueSupport
 
toString() - Method in class org.jboss.metatype.plugins.types.AbstractCompositeMetaType
 
toString() - Method in class org.jboss.metatype.plugins.types.MutableCompositeMetaType
 
toString() - Method in class org.jboss.metatype.plugins.types.StringName
 
transform(Object) - Method in class org.jboss.managed.api.annotation.ManagementRuntimeRef.DEFAULT_NAME_TRANSFORMER
 
transform(Object) - Method in class org.jboss.managed.plugins.factory.AbstractComponentNameTransformer
 
transform(Object) - Method in interface org.jboss.managed.spi.factory.RuntimeComponentNameTransformer
Transform the name from string.
TransientAttachments - Interface in org.jboss.managed.api
A common interface for managed elements that support transient attachments

U

unwrap(MetaValue) - Method in class org.jboss.metatype.api.values.MetaValueFactory
Unwrap meta value.
unwrap(MetaValue, Type) - Method in class org.jboss.metatype.api.values.MetaValueFactory
Unwrap meta value.
unwrap(MetaValue, TypeInfo) - Method in class org.jboss.metatype.api.values.MetaValueFactory
Unwrap meta value.
unwrap(MetaValue) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
 
unwrap(MetaValue, Type) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
 
unwrap(MetaValue, TypeInfo) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
 
unwrapArray(Object, Object) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Unwrap array.
unwrapCollection(CollectionValue, TypeInfo) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Unwrap collection meta value.
unwrapComposite(CompositeValue, TypeInfo) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Unwrap composite.
unwrapCompositeMap(CompositeValue) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
 
unwrapMemoryUsage(CompositeValue) - Static method in class org.jboss.managed.plugins.jmx.ManagementFactoryUtils
Unwrap a CompositeValue for a MemoryUsage instance into the MemoryUsage.
unwrapMetaValue(MetaValue, TypeInfo, Object) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Unwrap MetaValue.
unwrapMetaValue(MetaValue) - Method in class org.jboss.metatype.plugins.values.mappers.ObjectNameMetaMapper
 
unwrapMetaValue(MetaValue) - Method in class org.jboss.metatype.plugins.values.mappers.PropertiesCompositeObjectNameMetaMapper
 
unwrapMetaValue(MetaValue) - Method in class org.jboss.metatype.plugins.values.mappers.PropertiesMetaMapper
 
unwrapMetaValue(MetaValue) - Method in class org.jboss.metatype.plugins.values.mappers.PropertiesObjectNameMetaMapper
 
unwrapMetaValue(MetaValue) - Method in class org.jboss.metatype.plugins.values.mappers.StringObjectNameMetaMapper
 
unwrapMetaValue(MetaValue) - Method in class org.jboss.metatype.spi.values.MetaMapper
Unwrap the metavalue
unwrapProperties(PropertiesMetaValue, TypeInfo) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
 
unwrapTable(TableValue, TypeInfo) - Method in class org.jboss.metatype.plugins.values.DefaultMetaValueFactory
Unwrap table meta value.
unwrapThreadInfo(CompositeValue) - Static method in class org.jboss.managed.plugins.jmx.ManagementFactoryUtils
 
unwrapValue(BeanInfo, ManagedProperty, MetaValue) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
update() - Method in interface org.jboss.managed.api.ManagedComponent
Update the component statistic properties
update() - Method in class org.jboss.managed.plugins.ManagedComponentImpl
Update the component statistic property values.
updateRunState() - Method in class org.jboss.managed.plugins.ManagedComponentImpl
Update the cached run state
Utility - Class in org.jboss.managed.plugins.factory
Common utility methods used by the factory plugins.
Utility() - Constructor for class org.jboss.managed.plugins.factory.Utility
 

V

VALUE - Static variable in interface org.jboss.managed.api.Fields
The value
valueOf(String) - Static method in enum org.jboss.managed.api.annotation.ActivationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.managed.api.annotation.ManagementProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.managed.api.annotation.ViewUse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.managed.api.DeploymentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.managed.api.ManagedDeployment.DeploymentPhase
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.managed.api.ManagedOperation.Impact
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.managed.api.RunState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.managed.api.annotation.ActivationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.managed.api.annotation.ManagementProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.managed.api.annotation.ViewUse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.managed.api.DeploymentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.managed.api.ManagedDeployment.DeploymentPhase
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.managed.api.ManagedOperation.Impact
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.managed.api.RunState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.jboss.metatype.api.values.CompositeValue
The values of this composite value
values() - Method in class org.jboss.metatype.api.values.CompositeValueSupport
 
values() - Method in class org.jboss.metatype.api.values.MapCompositeValueSupport
 
values() - Method in interface org.jboss.metatype.api.values.TableValue
Returns a set view of the row values.
values() - Method in class org.jboss.metatype.api.values.TableValueSupport
 
VIEW_USE - Static variable in interface org.jboss.managed.api.Fields
The ViewUses
ViewUse - Enum in org.jboss.managed.api.annotation
An enum for the types of management views a property is associated with.
VOID - Static variable in class org.jboss.metatype.api.types.SimpleMetaType
The simple type for java.lang.Void

W

wrap(Map<String, String>) - Static method in class org.jboss.metatype.api.values.PropertiesMetaValue
Build a PropertiesMetaValue from a Properties by copying all key/value pairs from props into the new PropertiesMetaValue.
wrap(Serializable) - Static method in class org.jboss.metatype.api.values.SimpleValueSupport
Wrap a simple object in simple value
wrap(boolean) - Static method in class org.jboss.metatype.api.values.SimpleValueSupport
 
wrap(byte) - Static method in class org.jboss.metatype.api.values.SimpleValueSupport
 
wrap(char) - Static method in class org.jboss.metatype.api.values.SimpleValueSupport
 
wrap(short) - Static method in class org.jboss.metatype.api.values.SimpleValueSupport
 
wrap(int) - Static method in class org.jboss.metatype.api.values.SimpleValueSupport
 
wrap(long) - Static method in class org.jboss.metatype.api.values.SimpleValueSupport
 
wrap(float) - Static method in class org.jboss.metatype.api.values.SimpleValueSupport
 
wrap(double) - Static method in class org.jboss.metatype.api.values.SimpleValueSupport
 
WritethroughManagedPropertyImpl - Class in org.jboss.managed.plugins
An extension of ManagedPropertyImpl.
WritethroughManagedPropertyImpl(Fields) - Constructor for class org.jboss.managed.plugins.WritethroughManagedPropertyImpl
 
WritethroughManagedPropertyImpl(ManagedObject, Fields) - Constructor for class org.jboss.managed.plugins.WritethroughManagedPropertyImpl
 
WritethroughManagedPropertyImpl(Fields, MetaValueFactory, ManagedObjectFactory) - Constructor for class org.jboss.managed.plugins.WritethroughManagedPropertyImpl
 

A B C D E F G H I K L M N O P R S T U V W

Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.