- java.lang.Object
-
- javax.management.MBeanServerDelegate
-
public class MBeanServerDelegate extends Object implements MBeanServerDelegateMBean, NotificationEmitter
从管理角度表示MBean服务器。 MBeanServerDelegate MBean在MBean服务器中注册/取消注册MBean时发出MBeanServerNotifications。- 从以下版本开始:
- 1.5
-
-
字段汇总
字段 变量和类型 字段 描述 static ObjectName
DELEGATE_NAME
定义MBeanServerDelegate的默认ObjectName。
-
构造方法摘要
构造方法 构造器 描述 MBeanServerDelegate()
创建MBeanServerDelegate对象。
-
方法摘要
所有方法 实例方法 具体的方法 变量和类型 方法 描述 String
getImplementationName()
返回JMX实现名称(此产品的名称)。String
getImplementationVendor()
返回JMX实现供应商(此产品的供应商)。String
getImplementationVersion()
返回JMX实现版本(此产品的版本)。String
getMBeanServerId()
返回MBean服务器代理标识。String
getSpecificationName()
返回此产品实现的JMX规范的全名。String
getSpecificationVendor()
返回此产品实现的JMX规范的供应商。String
getSpecificationVersion()
返回此产品实现的JMX规范的版本。void
sendNotification(Notification notification)
使MBean服务器能够发送通知。-
声明方法的类 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
声明方法的接口 javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
-
声明方法的接口 javax.management.NotificationEmitter
removeNotificationListener
-
-
-
-
字段详细信息
-
DELEGATE_NAME
public static final ObjectName DELEGATE_NAME
定义MBeanServerDelegate的默认ObjectName。- 从以下版本开始:
- 1.6
-
-
方法详细信息
-
getMBeanServerId
public String getMBeanServerId()
返回MBean服务器代理标识。- Specified by:
-
getMBeanServerId
接口MBeanServerDelegateMBean
- 结果
- 身份。
-
getSpecificationName
public String getSpecificationName()
返回此产品实现的JMX规范的全名。- Specified by:
-
getSpecificationName
接口MBeanServerDelegateMBean
- 结果
- 规范名称。
-
getSpecificationVersion
public String getSpecificationVersion()
返回此产品实现的JMX规范的版本。- Specified by:
-
getSpecificationVersion
在接口MBeanServerDelegateMBean
- 结果
- 规范版本。
-
getSpecificationVendor
public String getSpecificationVendor()
返回此产品实现的JMX规范的供应商。- Specified by:
-
getSpecificationVendor
在接口MBeanServerDelegateMBean
- 结果
- 规范供应商。
-
getImplementationName
public String getImplementationName()
返回JMX实现名称(此产品的名称)。- Specified by:
-
getImplementationName
在界面MBeanServerDelegateMBean
- 结果
- 实施名称。
-
getImplementationVersion
public String getImplementationVersion()
返回JMX实现版本(此产品的版本)。- Specified by:
-
getImplementationVersion
in interfaceMBeanServerDelegateMBean
- 结果
- 实施版本。
-
getImplementationVendor
public String getImplementationVendor()
返回JMX实现供应商(此产品的供应商)。- Specified by:
-
getImplementationVendor
接口MBeanServerDelegateMBean
- 结果
- 实施供应商。
-
sendNotification
public void sendNotification(Notification notification)
使MBean服务器能够发送通知。 如果传递的通知的序列号小于或等于0,则将其替换为委托自己的序列号。- 参数
-
notification
- 要发送的通知。
-
-