public interface ManagedObject
Modifier and Type | Method and Description |
---|---|
Class<?> |
getManagementInterface() |
String |
getObjectInstanceName() |
ObjectName |
getObjectName()
Returns the ObjectName required for the mbeanserver registration.
|
ManagedObject |
getParentObject() |
String |
getType() |
void |
register() |
void |
unregister() |
static final String DOMAIN
String getObjectInstanceName()
String getType()
Class<?> getManagementInterface()
ManagedObject getParentObject()
void register() throws JMException
JMException
void unregister() throws JMException
JMException
ObjectName getObjectName() throws MalformedObjectNameException
MalformedObjectNameException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.