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

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

Uses of Fields in org.jboss.managed.api
 

Methods in org.jboss.managed.api that return Fields
 Fields ManagedProperty.getFields()
          Get the fields
 Fields ManagedParameter.getFields()
          Get the fields
 

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

Classes in org.jboss.managed.api.annotation that implement Fields
static class ManagementProperty.NULL_FIELDS_FACTORY
          Used in ManagementProperty.fieldsFactory() to indicate that no Fields factory is defined.
 

Uses of Fields in org.jboss.managed.plugins
 

Classes in org.jboss.managed.plugins that implement Fields
 class DefaultFieldsImpl
          A default implementation of the Fields interface.
 

Methods in org.jboss.managed.plugins that return Fields
 Fields ManagedParameterImpl.getFields()
           
 Fields ManagedPropertyImpl.getFields()
           
 

Constructors in org.jboss.managed.plugins with parameters of type Fields
ManagedParameterImpl(Fields fields)
          Create a new ManagedProperty that is not associated to a ManagedObject.
ManagedPropertyImpl(Fields fields)
          Create a new ManagedProperty that is not associated to a ManagedObject.
ManagedPropertyImpl(ManagedObject managedObject, Fields fields)
          Create a new ManagedProperty.
WritethroughManagedPropertyImpl(Fields fields)
           
WritethroughManagedPropertyImpl(Fields fields, MetaValueFactory valueFactory, ManagedObjectFactory objectFactory)
           
WritethroughManagedPropertyImpl(ManagedObject managedObject, Fields fields)
           
 

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

Methods in org.jboss.managed.plugins.factory with parameters of type Fields
protected  ManagedProperty AbstractManagedObjectFactory.createDefaultManagedProperty(Fields fields)
          Create default MangedProperty instance.
static ManagedProperty AbstractManagedObjectFactory.createManagedProperty(Class<? extends ManagedProperty> factory, Fields fields)
          Create a ManagedProperty by looking to the factory for ctor(Fields)
protected  ManagedProperty AbstractManagedObjectFactory.getManagedProperty(Class<? extends ManagedProperty> factory, Fields fields)
          Look for ctor(Fields)
 

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

Methods in org.jboss.managed.spi.factory with parameters of type Fields
 void ManagedParameterConstraintsPopulator.populateManagedParameter(String methodName, org.jboss.reflect.spi.ParameterInfo info, Fields fields)
          Populate the ManagedParameter fields constraint related info.
 void ManagedPropertyConstraintsPopulator.populateManagedProperty(Class attachmentClass, org.jboss.beans.info.spi.PropertyInfo info, Fields fields)
          Populate the ManagedProperty fields constraint related info.
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.