所有方法 实例方法 抽象方法 具体方法
| 限定符和类型 |
方法和说明 |
void |
addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback) |
abstract void |
close() |
ObjectInstance |
createMBean(String className,
ObjectName name) |
ObjectInstance |
createMBean(String className,
ObjectName name,
Object[] params,
String[] signature) |
ObjectInstance |
createMBean(String className,
ObjectName name,
ObjectName loaderName) |
ObjectInstance |
createMBean(String className,
ObjectName name,
ObjectName loaderName,
Object[] params,
String[] signature) |
Object |
getAttribute(ObjectName name,
String attribute) |
AttributeList |
getAttributes(ObjectName name,
String[] attributes) |
String |
getDefaultDomain() |
String[] |
getDomains() |
Integer |
getMBeanCount() |
MBeanInfo |
getMBeanInfo(ObjectName name) |
ObjectInstance |
getObjectInstance(ObjectName name) |
MBeanServerConnection |
getRealConn() |
boolean |
hasAttribute(ObjectName oname,
String attributeName) |
boolean |
hasMBean(ObjectName oname) |
Object |
invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature) |
boolean |
isInstanceOf(ObjectName name,
String className) |
boolean |
isRegistered(ObjectName name) |
Set<ObjectInstance> |
queryMBeans(ObjectName name,
QueryExp query) |
Set<ObjectName> |
queryNames(ObjectName name,
QueryExp query) |
void |
removeNotificationListener(ObjectName name,
NotificationListener listener) |
void |
removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
removeNotificationListener(ObjectName name,
ObjectName listener) |
void |
removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback) |
void |
setAttribute(ObjectName name,
Attribute attribute) |
AttributeList |
setAttributes(ObjectName name,
AttributeList attributes) |
void |
unregisterMBean(ObjectName name) |