|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b76 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| javax.management | Provides the core classes for the Java Management Extensions. |
| javax.management.event | Defines the Event Service, which provides extended support for JMX notifications. |
| javax.management.namespace | The javax.management.namespace package makes it possible
to federate MBeanServers into a hierarchical name space. |
| javax.management.remote | Interfaces for remote access to JMX MBean servers. |
| Uses of NotificationManager in javax.management |
|---|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MBeanServer
This is the interface for MBean manipulation on the agent side. |
interface |
MBeanServerConnection
This interface represents a way to talk to an MBean server, whether local or remote. |
| Uses of NotificationManager in javax.management.event |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
EventClient
This class is used to manage its notification listeners on the client side in the same way as on the MBean server side. |
| Uses of NotificationManager in javax.management.namespace |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
MBeanServerConnectionWrapper
An object of this class implements the MBeanServer interface and, for each of its methods forwards the request to a wrapped MBeanServerConnection object. |
class |
MBeanServerSupport
Base class for custom implementations of the MBeanServer
interface. |
| Uses of NotificationManager in javax.management.remote |
|---|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MBeanServerForwarder
An object of this class implements the MBeanServer interface and wraps another object that also implements that interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityMBeanServerForwarder
An MBeanServerForwarder that forwards all MBeanServer
operations unchanged to the next MBeanServer in the chain. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b76 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.