所有类


javax.management
类 MBeanServerDelegate

java.lang.Object
  继承者 javax.management.MBeanServerDelegate
所有已实现的接口:
MBeanServerDelegateMBean, NotificationBroadcaster, NotificationEmitter

public class MBeanServerDelegate
   
   
   
   
   
extends Object
implements MBeanServerDelegateMBean, NotificationEmitter

从管理的观点表示 MBean 服务器。在 MBean 服务器中注册/注销 MBean 时,MBeanServerDelegate MBean 发出 MBeanServerNotifications。

从以下版本开始:
1.5

构造方法摘要
MBeanServerDelegate()
          创建一个 MBeanServerDelegate 对象。
 
方法摘要
 void addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
          向此 MBean 添加一个侦听器。
 String getImplementationName()
          返回 JMX 实现名(此产品的名称)。
 String getImplementationVendor()
          返回 JMX 实现供应商(此产品的供应商)。
 String getImplementationVersion()
          返回 JMX 实现版本(此产品的版本)。
 String getMBeanServerId()
          返回 MBean 服务器代理标识。
 MBeanNotificationInfo[] getNotificationInfo()
          返回一个数组,指示此 MBean 可能发送的每个通知的 Java 类名和通知类型。
 String getSpecificationName()
          返回此产品实现的 JMX 规范的全名。
 String getSpecificationVendor()
          返回此产品实现的 JMX 规范的供应商。
 String getSpecificationVersion()
          返回此产品实现的 JMX 规范的版本。
 void removeNotificationListener(NotificationListener listener)
          从此 MBean 移除一个侦听器。
 void removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
          从此 MBean 中移除一个侦听器。
 void sendNotification(Notification notification)
          允许 MBean 服务器发送通知。
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MBeanServerDelegate

public MBeanServerDelegate()
创建一个 MBeanServerDelegate 对象。

方法详细信息

getMBeanServerId

public String getMBeanServerId()
返回 MBean 服务器代理标识。

指定者:
接口 MBeanServerDelegateMBean 中的 getMBeanServerId
返回:
标识。

getSpecificationName

public String getSpecificationName()
返回此产品实现的 JMX 规范的全名。

指定者:
接口 MBeanServerDelegateMBean 中的 getSpecificationName
返回:
规范名称。

getSpecificationVersion

public String getSpecificationVersion()
返回此产品实现的 JMX 规范的版本。

指定者:
接口 MBeanServerDelegateMBean 中的 getSpecificationVersion
返回:
规范版本。

getSpecificationVendor

public String getSpecificationVendor()
返回此产品实现的 JMX 规范的供应商。

指定者:
接口 MBeanServerDelegateMBean 中的 getSpecificationVendor
返回:
规范供应商。

getImplementationName

public String getImplementationName()
返回 JMX 实现名(此产品的名称)。

指定者:
接口 MBeanServerDelegateMBean 中的 getImplementationName
返回:
实现名。

getImplementationVersion

public String getImplementationVersion()
返回 JMX 实现版本(此产品的版本)。

指定者:
接口 MBeanServerDelegateMBean 中的 getImplementationVersion
返回:
实现版本。

getImplementationVendor

public String getImplementationVendor()
返回 JMX 实现供应商(此产品的供应商)。

指定者:
接口 MBeanServerDelegateMBean 中的 getImplementationVendor
返回:
实现供应商。

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部