A B C D E F G H I 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
 
AbstractInstanceClassFactory<T extends Serializable> - Class in org.jboss.managed.plugins.factory
A base InstanceClassFactory implementation that
AbstractInstanceClassFactory() - Constructor for class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
AbstractManagedObjectFactory - Class in org.jboss.managed.plugins.factory
AbstractManagedObjectFactory.
AbstractManagedObjectFactory() - Constructor for class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
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
 
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
 
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
 
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
ATTACHMENT - Static variable in interface org.jboss.managed.api.Fields
The attachment

B

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
 
buildManagedObject(Class<? extends Serializable>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
The ManagedObjectBuilder.buildManagedObject implementation.
buildManagedObject(Class<? extends Serializable>) - Method in interface org.jboss.managed.spi.factory.ManagedObjectBuilder
Build the managed object

C

checkValidValue(Serializable) - Method in interface org.jboss.managed.api.ManagedParameter
Check whether this is a valid value
checkValidValue(Serializable) - Method in interface org.jboss.managed.api.ManagedProperty
Check whether this is a valid value
checkValidValue(Serializable) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
checkValidValue(Serializable) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
COMP_TYPE - Static variable in class org.jboss.managed.api.annotation.AnnotationDefaults
The ManagementComponent uninitialized default
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
 
create() - Static method in class org.jboss.managed.plugins.factory.ManagedObjectFactoryBuilder
Create the factory
createDefaultManagedProperty(Fields) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Create default MangedProperty instance.
createManagedObject(Class<T>) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
Create a shell managed object from the given class
createManagedObject(Class<T>) - 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)
createObject(ManagedObject, Class<? extends Serializable>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
createObject(ManagedObject, Class<? extends Serializable>) - Method in interface org.jboss.managed.spi.factory.ManagedObjectPopulator
Create a new underlying object
createProperty(PropertyInfo, ManagementProperty) - Method in class org.jboss.managed.plugins.factory.DeploymentTemplateInfoFactory
 
createSkeletonManagedObject(Class<T>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Create a skeleton managed object
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(ManagedObjectImpl, Class<? extends Serializable>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Create the underlying object

D

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.
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
 
DelegateManagedObjectImpl(ManagedObject) - Constructor for class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
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
 

E

EMPTY_STRING - Static variable in class org.jboss.managed.api.annotation.AnnotationDefaults
The default uninitialized String 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
 

F

Fields - Interface in org.jboss.managed.api
Fields.

G

GENERATED - Static variable in interface org.jboss.managed.api.annotation.ManagementConstants
Whether to generate the value
getAnnotations() - Method in interface org.jboss.managed.api.ManagedObject
Get the annotations associated with the property
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.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
getAsCollection(Object) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getAsCollection(Object) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
getAttachment() - Method in interface org.jboss.managed.api.ManagedObject
Get the underlying object
getAttachment() - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
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
 
getBuilder(Class<?>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Get the builder for a class
getChildren() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the nested deployment modules.
getChildren() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
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.ManagedObject
Get the runtime component name.
getComponentName() - Method in class org.jboss.managed.plugins.DelegateManagedObjectImpl
 
getComponentName(BeanInfo, ManagedProperty, T, MetaValue) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getComponentName(BeanInfo, ManagedProperty, Serializable, MetaValue) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
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.
getComponentNameTransformer(TypeInfo) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
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
 
getConfiguration() - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
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
 
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
 
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
 
getImpact() - Method in interface org.jboss.managed.api.ManagedOperation
Get the impact of the operation
getImpact() - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
getInstance() - Static method in class org.jboss.managed.api.factory.ManagedObjectFactory
Get the managed object factory instance
getInstanceClassFactory(Class<T>) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
Get the InstanceClassFactory for an instance type.
getInstanceClassFactory(Class<T>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Get the instance factory for a class
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
 
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
 
getManagedObjectClass(T) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getManagedObjectClass(Object) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
Default InstanceClassFactory implementation simply returns the instance class.
getManagedObjectClass(Serializable) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Default InstanceClassFactory implementation simply returns the instance 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
 
getManagedOperation(MethodInfo, ManagementOperation) - 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)
getMappedName() - Method in interface org.jboss.managed.api.ManagedProperty
Get the property's mapped name.
getMappedName() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getMaximumValue() - Method in interface org.jboss.managed.api.ManagedParameter
Get the miximum value
getMaximumValue() - Method in interface org.jboss.managed.api.ManagedProperty
Get the miximum 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
 
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() - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
getMetaType() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
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.DeploymentTemplateInfoFactory
 
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
 
getMof() - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
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.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
 
getObjectFactory() - Method in class org.jboss.managed.plugins.WritethroughManagedPropertyImpl
 
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.ManagedDeployment
 
getParent() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
getPopulator(Class<?>) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Get the populator for a class
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
 
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 class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
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
 
getSubtype() - Method in class org.jboss.managed.api.ComponentType
 
getTargetManagedObject() - Method in interface org.jboss.managed.api.ManagedProperty
Get the ManagedObject
getTargetManagedObject() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getTransformers() - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getType() - Method in class org.jboss.managed.api.ComponentType
 
getType() - Method in interface org.jboss.managed.api.ManagedComponent
The component classification as a type/subtype.
getType() - Method in class org.jboss.managed.plugins.ManagedComponentImpl
 
getTypes() - Method in interface org.jboss.managed.api.ManagedDeployment
Get the deployment/module types.
getTypes() - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
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, T) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
getValue(BeanInfo, ManagedProperty, Serializable) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Get a value
getValue() - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
getValue() - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
getValue(BeanInfo, ManagedProperty, T) - Method in interface org.jboss.managed.spi.factory.InstanceClassFactory
Get the value from object.
getValueFactory() - Method in class org.jboss.managed.plugins.WritethroughManagedPropertyImpl
 

H

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
 
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

initManagedObject(Serializable, String, String) - Method in class org.jboss.managed.api.factory.ManagedObjectFactory
Create a managed object from the given object
initManagedObject(Serializable, String, String) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
InstanceClassFactory<T extends Serializable> - Interface in org.jboss.managed.spi.factory
A plugin for obtaining the class to scan for management object related annotations.
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.
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
 

L

LEGAL_VALUES - Static variable in interface org.jboss.managed.api.Fields
The legal values

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
 
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
The class of deployment
ManagedDeploymentImpl - Class in org.jboss.managed.plugins
A simple ManagedDeployment bean implementation
ManagedDeploymentImpl(String, String, ManagedDeployment.DeploymentPhase, 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.
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 TODO this class only creates a singleton fixed implementation for now
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>, HashSet<ManagedOperation>) - 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
Create a new ManagedObjectImpl
ManagedObjectImpl(String, String, String, Map<String, ManagedProperty>, HashSet<ManagedOperation>, Serializable) - Constructor for class org.jboss.managed.plugins.ManagedObjectImpl
Create a new ManagedObjectImpl
ManagedObjectPopulator<T extends Serializable> - 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
 
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
ManagementObject - Annotation Type in org.jboss.managed.api.annotation
ManagementObject annotation for describing ManagedObjects.
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
ManagementProperty.NULL_CONSTRAINTS - Class in org.jboss.managed.api.annotation
Used in ManagementProperty.constraintsFactory() to signal that the factory be inferred from the type of the property.
ManagementProperty.NULL_CONSTRAINTS() - Constructor for class org.jboss.managed.api.annotation.ManagementProperty.NULL_CONSTRAINTS
 
ManagementProperty.NULL_FIELDS_FACTORY - Class in org.jboss.managed.api.annotation
Used in ManagementProperty.fieldsFactory() to indicate that no Fields factory is defined.
ManagementProperty.NULL_FIELDS_FACTORY() - Constructor for class org.jboss.managed.api.annotation.ManagementProperty.NULL_FIELDS_FACTORY
 
ManagementProperty.NULL_MARSHALLER_FACTORY - Class in org.jboss.managed.api.annotation
Used in ManagementProperty.propertyFactory() to indicate that no ManagedProperty factory is defined.
ManagementProperty.NULL_MARSHALLER_FACTORY() - Constructor for class org.jboss.managed.api.annotation.ManagementProperty.NULL_MARSHALLER_FACTORY
 
ManagementProperty.NULL_PROPERTY_FACTORY - Class in org.jboss.managed.api.annotation
Used in ManagementProperty.propertyFactory() to indicate that no ManagedProperty factory is defined.
ManagementProperty.NULL_PROPERTY_FACTORY() - Constructor for class org.jboss.managed.api.annotation.ManagementProperty.NULL_PROPERTY_FACTORY
 
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
MAPPED_NAME - Static variable in interface org.jboss.managed.api.Fields
The mapped name field name
MAXIMUM_VALUE - Static variable in interface org.jboss.managed.api.Fields
The maximum value
META_TYPE - Static variable in interface org.jboss.managed.api.Fields
The meta type field name
MINIMUM_VALUE - Static variable in interface org.jboss.managed.api.Fields
The minimum value

N

NAME - Static variable in interface org.jboss.managed.api.Fields
The name field name
newInstance() - Method in class org.jboss.managed.api.annotation.ManagementParameter.NULL_CONSTRAINTS
 
newInstance() - Method in class org.jboss.managed.api.annotation.ManagementProperty.NULL_CONSTRAINTS
 
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() - Method in interface org.jboss.managed.spi.factory.ManagedPropertyConstraintsPopulatorFactory
 

O

ObjectNameTransformer - Class in org.jboss.managed.plugins.factory
Object name transformer.
ObjectNameTransformer() - Constructor for class org.jboss.managed.plugins.factory.ObjectNameTransformer
 
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.factory - package org.jboss.managed.plugins.factory
 
org.jboss.managed.spi.factory - package org.jboss.managed.spi.factory
 

P

populateManagedObject(ManagedObject, Serializable) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
populateManagedObject(ManagedObject, T) - Method in interface org.jboss.managed.spi.factory.ManagedObjectPopulator
Populate the managed 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 interface org.jboss.managed.spi.factory.ManagedPropertyConstraintsPopulator
Populate the ManagedProperty fields constraint related info.
populateValues(ManagedObjectImpl, Serializable) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Populate the values
PROPERTY_INFO - Static variable in interface org.jboss.managed.api.Fields
The PropertyInfo info for the ManagedObject attachment

R

removeComponent(String) - Method in interface org.jboss.managed.api.ManagedDeployment
 
removeComponent(String) - Method in class org.jboss.managed.plugins.ManagedDeploymentImpl
 
RuntimeComponentNameTransformer - Interface in org.jboss.managed.spi.factory
Runtime component name transformer.

S

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(Serializable) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
Set the attachment.
setAttachmentName(String) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
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
 
setComponentName(Object) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
setConfiguration(Configuration) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
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
setField(String, Serializable) - 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, Serializable) - 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<T>, InstanceClassFactory<T>) - 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
 
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(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
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<?>) - 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.DeploymentTemplateInfoFactory
 
setMetaValueFactory(MetaValueFactory) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
setMetaValueFactory(MetaValueFactory) - Method in class org.jboss.managed.plugins.factory.DeploymentTemplateInfoFactory
 
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<?>) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
Set the minimum value
setMof(ManagedObjectFactory) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
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.AbstractManagedObjectFactory
 
setNameTransformers(TypeInfo, RuntimeComponentNameTransformer) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
 
setNameType(String) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
setOperations(Set<ManagedOperation>) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
setParameters(ManagedParameter[]) - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
setProperties(Map<String, ManagedProperty>) - Method in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
setProperties(Map<String, ManagedProperty>) - Method in class org.jboss.managed.plugins.ManagedObjectImpl
 
setReturnType(MetaType) - Method in class org.jboss.managed.plugins.ManagedOperationImpl
 
setRootManagedPropertyName(String) - Method in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
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
 
setTransformers(Map<TypeInfo, RuntimeComponentNameTransformer>) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 
setType(String) - Method in class org.jboss.managed.api.ComponentType
 
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
 
setValue(Serializable) - Method in interface org.jboss.managed.api.ManagedParameter
Set the value
setValue(Serializable) - Method in interface org.jboss.managed.api.ManagedProperty
Set the value
setValue(Serializable) - 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(BeanInfo, ManagedProperty, Serializable, MetaValue) - Method in class org.jboss.managed.plugins.factory.AbstractManagedObjectFactory
Set a value
setValue(Serializable) - Method in class org.jboss.managed.plugins.ManagedParameterImpl
 
setValue(Serializable) - Method in class org.jboss.managed.plugins.ManagedPropertyImpl
 
setValue(Serializable) - 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 value to object.

T

toString() - Method in class org.jboss.managed.api.ComponentType
 
toString() - Method in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
 
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
 
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.

U

unwrapValue(BeanInfo, ManagedProperty, MetaValue) - Method in class org.jboss.managed.plugins.factory.AbstractInstanceClassFactory
 

V

VALUE - Static variable in interface org.jboss.managed.api.Fields
The value
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.ManagedDeployment.DeploymentPhase
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.
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're 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're declared.
values() - Static method in enum org.jboss.managed.api.ManagedDeployment.DeploymentPhase
Returns an array containing the constants of this enum type, in the order they're 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're declared.
ViewUse - Enum in org.jboss.managed.api.annotation
An enum for the types of management views a property is associated with.

W

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 L M N O P R S T U V W

Copyright © 2008 JBoss Inc.. All Rights Reserved.