Uses of Interface
org.rhq.plugins.jbossas5.adapter.api.PropertyAdapter

Packages that use PropertyAdapter
org.rhq.plugins.jbossas5.adapter.api   
org.rhq.plugins.jbossas5.adapter.impl.configuration   
org.rhq.plugins.jbossas5.adapter.impl.configuration.custom   
 

Uses of PropertyAdapter in org.rhq.plugins.jbossas5.adapter.api
 

Classes in org.rhq.plugins.jbossas5.adapter.api that implement PropertyAdapter
 class AbstractPropertyListAdapter
          A base class for PropertyList <-> ???MetaValue adapters.
 class AbstractPropertyMapAdapter
          A base class for PropertyMap <-> ???MetaValue adapters.
 class AbstractPropertySimpleAdapter
          A base class for PropertySimple <-> ???MetaValue adapters.
 

Methods in org.rhq.plugins.jbossas5.adapter.api that return PropertyAdapter
static PropertyAdapter PropertyAdapterFactory.getCustomPropertyAdapter(org.rhq.core.domain.configuration.PropertySimple customProp)
           
static PropertyAdapter PropertyAdapterFactory.getPropertyAdapter(org.jboss.metatype.api.types.MetaType metaType)
           
static PropertyAdapter PropertyAdapterFactory.getPropertyAdapter(org.jboss.metatype.api.values.MetaValue metaValue)
           
 

Uses of PropertyAdapter in org.rhq.plugins.jbossas5.adapter.impl.configuration
 

Classes in org.rhq.plugins.jbossas5.adapter.impl.configuration that implement PropertyAdapter
 class AbstractPropertyMapToCompositeValueAdapter
          This class provides code that maps back and forth between a PropertyMap and a CompositeValue.
 class PropertyListToArrayValueAdapter
           
 class PropertyListToCollectionValueAdapter
           
 class PropertyMapToCompositeValueSupportAdapter
          This class provides code that maps back and forth between a PropertyMap and a CompositeValueSupport.
 class PropertyMapToGenericValueAdapter
          This class provides code that maps back and forth between a PropertyMap and a GenericValue.
 class PropertyMapToMapCompositeValueSupportAdapter
          This class provides code that maps back and forth between a PropertyMap and a MapCompositeValueSupport.
 class PropertyMapToPropertiesValueAdapter
          This class provides code that maps back and forth between a PropertyMap and a PropertiesMetaValue.
 class PropertyMapToTableValueAdapter
           
 class PropertySimpleToEnumValueAdapter
          This class provides code that maps back and forth between a PropertySimple and an EnumValueSupport.
 class PropertySimpleToSimpleValueAdapter
          This class provides code that maps back and forth between a PropertySimple and a SimpleValueSupport.
 

Uses of PropertyAdapter in org.rhq.plugins.jbossas5.adapter.impl.configuration.custom
 

Classes in org.rhq.plugins.jbossas5.adapter.impl.configuration.custom that implement PropertyAdapter
 class ConnectionFactoryConfigPropertyAdapter
          This class maps between a PropertyList of a PropertyMaps of name, type and value PropertySimples and a MapCompositeValueSupport where the keys are the config-property names and values are config-property values.
 class JMSSecurityConfigAdapter
          This class provides code that maps back and forth between a PropertyList of PropertyMaps and a MapCompositeValueSupport with the key being a JMS security role name and the value being a CompositeValueSupports representing the role's read/write/create permissions.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.