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