软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
javax.management.monitor |
提供监视器类的定义。
|
javax.management.relation |
提供关系服务的定义。
|
javax.management.remote |
用于远程访问JMX MBean服务器接口。
|
javax.management.remote.rmi |
RMI连接器是一个JMX远程API,使用RMI传输客户端请求到远程管理服务器连接器。
|
javax.management.timer |
提供的定时器MBean的定义。
|
Modifier and Type | Interface and Description |
---|---|
interface |
NotificationEmitter
通过MBean实现的接口发出通知。
|
Modifier and Type | Class and Description |
---|---|
class |
MBeanServerDelegate
代表从管理角度的MBean服务器。
|
class |
NotificationBroadcasterSupport
提供
NotificationEmitter 接口的实现。
|
class |
StandardEmitterMBean
MBean的管理界面是通过一个java界面反射测定,并发出通知。
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModelMBean
这个接口必须由modelmbeans实施。
|
interface |
ModelMBeanNotificationBroadcaster
这个接口必须由modelmbeans实施。
|
Modifier and Type | Class and Description |
---|---|
class |
RequiredModelMBean
这个类是一个ModelMBean实施。
|
Modifier and Type | Class and Description |
---|---|
class |
CounterMonitor
定义了一个监控MBean观察计数器属性的值。
|
class |
GaugeMonitor
定义了一个监控MBean设计观察表属性的值。
|
class |
Monitor
定义了对所有监控MBean部分常见。
|
class |
StringMonitor
定义了一个监控MBean观察字符串属性的值。
|
Modifier and Type | Class and Description |
---|---|
class |
RelationService
关系服务负责创建和删除关系类型和关系,处理一致性和提供查询机制。
|
Modifier and Type | Class and Description |
---|---|
class |
JMXConnectorServer
每个连接器服务器类。
|
Modifier and Type | Class and Description |
---|---|
class |
RMIConnectorServer
JMX API创建连接器服务器从远程客户端基于RMI连接。
|
Modifier and Type | Class and Description |
---|---|
class |
Timer
提供的定时器MBean实现。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.