Uses of Interface
org.jboss.metatype.api.values.CompositeValue

Packages that use CompositeValue
org.jboss.managed.plugins.jmx   
org.jboss.metatype.api.values   
org.jboss.metatype.plugins.values   
 

Uses of CompositeValue in org.jboss.managed.plugins.jmx
 

Methods in org.jboss.managed.plugins.jmx with parameters of type CompositeValue
static MemoryUsage ManagementFactoryUtils.unwrapMemoryUsage(CompositeValue mv)
          Unwrap a CompositeValue for a MemoryUsage instance into the MemoryUsage.
static ThreadInfo ManagementFactoryUtils.unwrapThreadInfo(CompositeValue mv)
           
 

Uses of CompositeValue in org.jboss.metatype.api.values
 

Classes in org.jboss.metatype.api.values that implement CompositeValue
 class CompositeValueSupport
          A CompositeValue representing a Map<String,MetaValue>, where the set of allowed keys and their corresponding values' MetaTypes are specified by the associated ImmutableCompositeMetaType or MutableCompositeMetaType.
 class MapCompositeValueSupport
          A CompositeValue representing a Map<String,MetaValue>, where the set of allowed keys is specified by the associated MapCompositeMetaType, and where all values must be of the same MetaType.
 

Methods in org.jboss.metatype.api.values that return CompositeValue
 CompositeValue TableValueSupport.get(MetaValue[] key)
           
 CompositeValue TableValue.get(MetaValue[] key)
          Retrieve the composite value for the passed index.
 CompositeValue TableValueSupport.remove(MetaValue[] key)
           
 CompositeValue TableValue.remove(MetaValue[] key)
          Removes the value for the passed and returns the removed value, or null if the key was not present.
 

Methods in org.jboss.metatype.api.values that return types with arguments of type CompositeValue
 Collection<CompositeValue> TableValueSupport.values()
           
 Collection<CompositeValue> TableValue.values()
          Returns a set view of the row values.
 

Methods in org.jboss.metatype.api.values with parameters of type CompositeValue
 MetaValue[] TableValueSupport.calculateIndex(CompositeValue value)
           
 MetaValue[] TableValue.calculateIndex(CompositeValue value)
          Calculate the index for the value passed if it were added to the table value.
 boolean TableValueSupport.containsValue(CompositeValue value)
           
 boolean TableValue.containsValue(CompositeValue value)
          Determine whether the table value contains the passed value.
 void TableValueSupport.put(CompositeValue value)
           
 void TableValue.put(CompositeValue value)
          Add a value to the table value.
 void TableValueSupport.putAll(CompositeValue[] values)
           
 void TableValue.putAll(CompositeValue[] values)
          Add all the passed values.
 

Uses of CompositeValue in org.jboss.metatype.plugins.values
 

Methods in org.jboss.metatype.plugins.values that return CompositeValue
 CompositeValue DefaultMetaValueFactory.createCompositeValue(CompositeMetaType type, Object value, Map<Object,MetaValue> mapping)
          Create a composite value
 CompositeValue CompositeValueInvocationHandler.getCompositeValue()
          Get the compositeData.
 

Methods in org.jboss.metatype.plugins.values with parameters of type CompositeValue
protected  InvocationHandler DefaultMetaValueFactory.createCompositeValueInvocationHandler(CompositeValue compositeValue)
          Create composite invocation handler.
protected  Object DefaultMetaValueFactory.unwrapComposite(CompositeValue compositeValue, org.jboss.reflect.spi.TypeInfo typeInfo)
          Unwrap composite.
protected  Map DefaultMetaValueFactory.unwrapCompositeMap(CompositeValue compositeValue)
           
 

Constructors in org.jboss.metatype.plugins.values with parameters of type CompositeValue
CompositeValueInvocationHandler(CompositeValue compositeValue)
          Create a new CompositeValueInvocationHandler.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.