|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Metadata
Used to store extra data in MBeans without having to impact differing constructors.
| Field Summary | |
|---|---|
static String |
CORRESPONDING_CONFIG
ObjectName of corresponding Config MBean, if any |
static String |
CORRESPONDING_REF
ObjectName of corresponding Config reference MBean, if any |
static String |
DEPLOYMENT_DESCRIPTOR
Object reference to parent mbean (the object, not the ObjectName) |
static String |
PARENT
Object reference to parent mbean (the object, not the ObjectName) |
| Method Summary | ||
|---|---|---|
void |
add(String key,
Object value)
|
|
Map<String,Object> |
getAll()
|
|
ObjectName |
getCorrespondingConfig()
|
|
ObjectName |
getCorrespondingRef()
|
|
String |
getDeploymentDescriptor()
|
|
|
getMetadata(String name,
Class<T> clazz)
|
|
| Field Detail |
|---|
static final String CORRESPONDING_CONFIG
static final String CORRESPONDING_REF
static final String PARENT
static final String DEPLOYMENT_DESCRIPTOR
| Method Detail |
|---|
<T> T getMetadata(String name,
Class<T> clazz)
void add(String key,
Object value)
ObjectName getCorrespondingConfig()
ObjectName getCorrespondingRef()
String getDeploymentDescriptor()
Map<String,Object> getAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||