Uses of Interface
org.jboss.managed.api.ManagedProperty

Packages that use ManagedProperty
org.jboss.managed.api   
org.jboss.managed.api.annotation   
org.jboss.managed.plugins   
org.jboss.managed.plugins.advice   
org.jboss.managed.plugins.factory   
org.jboss.managed.spi.factory   
 

Uses of ManagedProperty in org.jboss.managed.api
 

Methods in org.jboss.managed.api that return ManagedProperty
 ManagedProperty ManagedCommon.getProperty(String name)
          Get a property
 ManagedProperty ManagedDeployment.getProperty(String name)
          Get a property
 

Methods in org.jboss.managed.api that return types with arguments of type ManagedProperty
 Map<String,ManagedProperty> DeploymentTemplateInfo.getProperties()
           
 Map<String,ManagedProperty> ManagedCommon.getProperties()
          Get the properties
 Map<String,ManagedProperty> ManagedDeployment.getProperties()
          Get the properties
 

Uses of ManagedProperty in org.jboss.managed.api.annotation
 

Classes in org.jboss.managed.api.annotation that implement ManagedProperty
static class ManagementProperty.NULL_PROPERTY_FACTORY
          Used in ManagementProperty.propertyFactory() to indicate that no ManagedProperty factory is defined.
 

Uses of ManagedProperty in org.jboss.managed.plugins
 

Classes in org.jboss.managed.plugins that implement ManagedProperty
 class ManagedPropertyImpl
          ManagedProperty.
 class WritethroughManagedPropertyImpl
          An extension of ManagedPropertyImpl.
 

Methods in org.jboss.managed.plugins that return ManagedProperty
 ManagedProperty DelegateManagedObjectImpl.getProperty(String name)
           
 ManagedProperty ManagedObjectImpl.getProperty(String name)
           
 ManagedProperty ManagedDeploymentImpl.getProperty(String name)
           
 ManagedProperty DelegateManagedCommonImpl.getProperty(String name)
           
static ManagedProperty ManagedPropertyImplFactory.newInstance(String name, String description, String metaType, boolean manadatory)
          Create a new managed property
 

Methods in org.jboss.managed.plugins that return types with arguments of type ManagedProperty
 Map<String,ManagedProperty> DelegateManagedObjectImpl.getProperties()
           
 Map<String,ManagedProperty> ManagedObjectImpl.getProperties()
           
 Map<String,ManagedProperty> ManagedDeploymentImpl.getProperties()
           
 Map<String,ManagedProperty> DelegateManagedCommonImpl.getProperties()
           
 

Method parameters in org.jboss.managed.plugins with type arguments of type ManagedProperty
 void ManagedObjectImpl.setProperties(Map<String,ManagedProperty> properties)
           
 

Constructor parameters in org.jboss.managed.plugins with type arguments of type ManagedProperty
ManagedObjectImpl(String name, Set<ManagedProperty> properties)
          Create a new ManagedObjectImpl
ManagedObjectImpl(String name, Set<ManagedProperty> properties, HashSet<ManagedOperation> operations)
          Create a new ManagedObjectImpl
ManagedObjectImpl(String name, String nameType, String attachmentName, Map<String,ManagedProperty> properties, HashSet<ManagedOperation> operations, Serializable attachment)
          Create a new ManagedObjectImpl
ManagedObjectImpl(String name, String nameType, String attachmentName, Set<ManagedProperty> properties, HashSet<ManagedOperation> operations, Serializable attachment)
          Create a new ManagedObjectImpl
 

Uses of ManagedProperty in org.jboss.managed.plugins.advice
 

Methods in org.jboss.managed.plugins.advice that return ManagedProperty
 ManagedProperty WrapperAdvice.wrapManagedProperty(org.jboss.aop.joinpoint.Invocation invocation)
          Wrap a returned managed property
static ManagedProperty WrapperAdvice.wrapManagedProperty(ManagedProperty managedProperty)
          Wrap a managed property
 

Methods in org.jboss.managed.plugins.advice that return types with arguments of type ManagedProperty
 Set<ManagedProperty> WrapperAdvice.wrapManagedPropertySet(org.jboss.aop.joinpoint.Invocation invocation)
          Wrap a returned managed property set
 

Methods in org.jboss.managed.plugins.advice with parameters of type ManagedProperty
static ManagedProperty WrapperAdvice.wrapManagedProperty(ManagedProperty managedProperty)
          Wrap a managed property
 

Uses of ManagedProperty in org.jboss.managed.plugins.factory
 

Methods in org.jboss.managed.plugins.factory that return ManagedProperty
protected  ManagedProperty AbstractManagedObjectFactory.createDefaultManagedProperty(Fields fields)
          Create default MangedProperty instance.
protected  ManagedProperty AbstractManagedObjectFactory.getManagedProperty(Class<? extends ManagedProperty> factory, Fields fields)
          Look for ctor(Fields)
 

Methods in org.jboss.managed.plugins.factory with parameters of type ManagedProperty
 Object AbstractManagedObjectFactory.getComponentName(org.jboss.beans.info.spi.BeanInfo beanInfo, ManagedProperty property, Serializable object, org.jboss.metatype.api.values.MetaValue value)
           
protected  String AbstractManagedObjectFactory.getPropertyName(ManagedProperty property)
          Get the property name.
 org.jboss.metatype.api.values.MetaValue AbstractManagedObjectFactory.getValue(org.jboss.beans.info.spi.BeanInfo beanInfo, ManagedProperty property, Serializable object)
          Get a value
 void AbstractManagedObjectFactory.setValue(org.jboss.beans.info.spi.BeanInfo beanInfo, ManagedProperty property, Serializable object, org.jboss.metatype.api.values.MetaValue value)
          Set a value
 

Method parameters in org.jboss.managed.plugins.factory with type arguments of type ManagedProperty
protected  ManagedProperty AbstractManagedObjectFactory.getManagedProperty(Class<? extends ManagedProperty> factory, Fields fields)
          Look for ctor(Fields)
 

Uses of ManagedProperty in org.jboss.managed.spi.factory
 

Methods in org.jboss.managed.spi.factory with parameters of type ManagedProperty
 Object InstanceClassFactory.getComponentName(org.jboss.beans.info.spi.BeanInfo beanInfo, ManagedProperty property, T attachment, org.jboss.metatype.api.values.MetaValue value)
          Get the runtime component name.
 org.jboss.metatype.api.values.MetaValue InstanceClassFactory.getValue(org.jboss.beans.info.spi.BeanInfo beanInfo, ManagedProperty property, T attachment)
          Get the value from object.
 void InstanceClassFactory.setValue(org.jboss.beans.info.spi.BeanInfo beanInfo, ManagedProperty property, T attachment, org.jboss.metatype.api.values.MetaValue value)
          Set the value to object.
 



Copyright ? 2007 JBoss Inc.. All Rights Reserved.