|
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.remote | Interfaces for remote access to JMX MBean servers. |
| Uses of MBeanServerForwarder in javax.management |
|---|
| Modifier and Type | Method and Description |
|---|---|
static MBeanServerForwarder |
ClientContext.newContextForwarder(MBeanServer nextMBS,
MBeanServer loopMBS)
Create a new MBeanServerForwarder that applies the context
received from a client to the current thread. |
static MBeanServerForwarder |
ClientContext.newLocalizeMBeanInfoForwarder(MBeanServer mbs)
Create a new MBeanServerForwarder that localizes
descriptions in MBeanInfo instances returned by
getMBeanInfo. |
| Uses of MBeanServerForwarder in javax.management.event |
|---|
| Modifier and Type | Method and Description |
|---|---|
static MBeanServerForwarder |
EventClientDelegate.newForwarder(MBeanServer nextMBS,
MBeanServer loopMBS)
Create a new MBeanServerForwarder that simulates the existence
of an EventClientDelegateMBean with the default name. |
| Uses of MBeanServerForwarder in javax.management.remote |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityMBeanServerForwarder
An MBeanServerForwarder that forwards all MBeanServer
operations unchanged to the next MBeanServer in the chain. |
| Modifier and Type | Method and Description |
|---|---|
MBeanServerForwarder |
JMXConnectorServer.getSystemMBeanServerForwarder()
Returns the first item in the chain of system and then user forwarders. |
| Modifier and Type | Method and Description |
|---|---|
void |
JMXConnectorServer.removeMBeanServerForwarder(MBeanServerForwarder mbsf)
Remove a forwarder from the chain of forwarders. |
void |
JMXConnectorServerMBean.setMBeanServerForwarder(MBeanServerForwarder mbsf)
Inserts an object that intercepts requests for the MBean server that arrive through this connector server. |
void |
JMXConnectorServer.setMBeanServerForwarder(MBeanServerForwarder mbsf)
|
|
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.