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

Packages that use Fields
org.jboss.managed.api   
org.jboss.managed.plugins   
org.jboss.managed.plugins.constraints   
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 Fields.copy()
          Create a copy of the fields.
 Fields ManagedProperty.getFields()
          Get the fields
 Fields ManagedParameter.getFields()
          Get the fields
 

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 DefaultFieldsImpl.copy()
           
 Fields ManagedPropertyImpl.getFields()
           
 Fields ManagedParameterImpl.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.constraints
 

Methods in org.jboss.managed.plugins.constraints with parameters of type Fields
 void NumberConstraintsPopulator.populateManagedProperty(Class attachmentClass, org.jboss.beans.info.spi.PropertyInfo info, Fields fields)
           
 void StringLegalValuesPopulator.populateManagedProperty(Class attachmentClass, org.jboss.beans.info.spi.PropertyInfo info, 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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.