Package | Description |
---|---|
org.jboss.managed.plugins.jmx | |
org.jboss.metatype.api.values | |
org.jboss.metatype.plugins.values |
Modifier and Type | Method and Description |
---|---|
static MemoryUsage |
ManagementFactoryUtils.unwrapMemoryUsage(CompositeValue mv)
Unwrap a CompositeValue for a MemoryUsage instance into the MemoryUsage.
|
static ThreadInfo |
ManagementFactoryUtils.unwrapThreadInfo(CompositeValue mv) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Collection<CompositeValue> |
TableValue.values()
Returns a set view of the row values.
|
Collection<CompositeValue> |
TableValueSupport.values() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
CompositeValue |
DefaultMetaValueFactory.createCompositeValue(CompositeMetaType type,
Object value,
Map<Object,MetaValue> mapping)
Create a composite value
|
CompositeValue |
CompositeValueInvocationHandler.getCompositeValue()
Get the compositeData.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
CompositeValueInvocationHandler(CompositeValue compositeValue)
Create a new CompositeValueInvocationHandler.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.