public class ObjectNameWrapper extends AbstractWrapper
connection
Modifier and Type | Method and Description |
---|---|
static ObjectNameWrapper |
create(MBeanServerConnection connection,
ObjectName objectName) |
static ObjectNameWrapper |
create(MBeanServerConnection connection,
String objectNameString) |
Object |
get(String attributeName)
Get the value of the requested attribute.
|
wrap
public Object get(String attributeName)
AbstractWrapper
AbstractWrapper.wrap(Object)
method.get
in class AbstractWrapper
attributeName
- the name of the requested attributepublic static ObjectNameWrapper create(MBeanServerConnection connection, ObjectName objectName)
public static ObjectNameWrapper create(MBeanServerConnection connection, String objectNameString)
Copyright © 2021. All rights reserved.