|
JBoss Managed Parent POM 2.1.1.SP2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
TableValue.get(MetaValue[] key)
Retrieve the composite value for the passed index. |
CompositeValue |
TableValueSupport.get(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. |
CompositeValue |
TableValueSupport.remove(MetaValue[] key)
|
Methods in org.jboss.metatype.api.values that return types with arguments of type CompositeValue | |
---|---|
Collection<CompositeValue> |
TableValue.values()
Returns a set view of the row values. |
Collection<CompositeValue> |
TableValueSupport.values()
|
Methods in org.jboss.metatype.api.values with parameters of type CompositeValue | |
---|---|
MetaValue[] |
TableValue.calculateIndex(CompositeValue value)
Calculate the index for the value passed if it were added to the table value. |
MetaValue[] |
TableValueSupport.calculateIndex(CompositeValue value)
|
boolean |
TableValue.containsValue(CompositeValue value)
Determine whether the table value contains the passed value. |
boolean |
TableValueSupport.containsValue(CompositeValue value)
|
void |
TableValue.put(CompositeValue value)
Add a value to the table value. |
void |
TableValueSupport.put(CompositeValue value)
|
void |
TableValue.putAll(CompositeValue[] values)
Add all the passed values. |
void |
TableValueSupport.putAll(CompositeValue[] 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. |
|
JBoss Managed Parent POM 2.1.1.SP2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |