public interface Metadata
Modifier and Type | Field and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
Object value) |
Map<String,Object> |
getAll() |
ObjectName |
getCorrespondingConfig() |
ObjectName |
getCorrespondingRef() |
String |
getDeploymentDescriptor() |
<T> T |
getMetadata(String name,
Class<T> clazz) |
static final String CORRESPONDING_CONFIG
static final String CORRESPONDING_REF
static final String PARENT
static final String DEPLOYMENT_DESCRIPTOR
ObjectName getCorrespondingConfig()
ObjectName getCorrespondingRef()
String getDeploymentDescriptor()
Copyright © 2021. All rights reserved.