| Package | Description |
|---|---|
| org.apache.aries.jmx.codec |
| Modifier and Type | Field and Description |
|---|---|
protected List<PropertyData<? extends Object>> |
UserData.credentials
user credentials.
|
protected List<PropertyData<? extends Object>> |
RoleData.properties
role propeties.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> PropertyData<T> |
PropertyData.from(CompositeData compositeData)
Constructs a
PropertyData object from the given CompositeData |
static PropertyData<Boolean> |
PropertyData.newInstance(String key,
boolean value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive boolean type |
static PropertyData<Byte> |
PropertyData.newInstance(String key,
byte value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive byte type |
static PropertyData<Character> |
PropertyData.newInstance(String key,
char value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive char type |
static PropertyData<Double> |
PropertyData.newInstance(String key,
double value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive double type |
static PropertyData<Float> |
PropertyData.newInstance(String key,
float value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive float type |
static PropertyData<Integer> |
PropertyData.newInstance(String key,
int value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive int type |
static PropertyData<Long> |
PropertyData.newInstance(String key,
long value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive long type |
static <T> PropertyData<T> |
PropertyData.newInstance(String key,
T value)
Static factory method for
PropertyData instance parameterized by value's type |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyData<? extends Object>> |
ServiceData.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected static TabularData |
RoleData.getPropertiesTable(List<PropertyData<? extends Object>> data) |
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.