public abstract class BaseService extends Object implements MBeanService
| 限定符和类型 | 字段和说明 |
|---|---|
protected JMXConnection |
conn |
protected Hashtable<String,String> |
defaultOptions |
protected String |
domain |
| 构造器和说明 |
|---|
BaseService() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ObjectName |
createObjectName(Hashtable<String,String> table) |
List<Entry<String,Object>> |
getMBeanAttrs(Hashtable<String,String> options,
Collection<String> attributeNames) |
protected abstract void |
init() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisServiceMatchprotected String domain
protected JMXConnection conn
protected abstract void init()
protected ObjectName createObjectName(Hashtable<String,String> table)
public List<Entry<String,Object>> getMBeanAttrs(Hashtable<String,String> options, Collection<String> attributeNames)
getMBeanAttrs 在接口中 MBeanServiceCopyright © 2022. All rights reserved.