|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b76 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| javax.management.event | Defines the Event Service, which provides extended support for JMX notifications. |
| Uses of EventRelay in javax.management.event |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
FetchingEventRelay
This class is an implementation of the EventRelay interface. |
class |
RMIPushEventRelay
This class is an implementation of the EventRelay interface, using
push mode. |
| Modifier and Type | Method and Description |
|---|---|
EventRelay |
EventClient.getEventRelay()
Return the EventRelay associated with this
EventClient. |
| Modifier and Type | Method and Description |
|---|---|
static MBeanServerConnection |
EventClient.getEventClientConnection(MBeanServerConnection conn,
EventRelay eventRelay)
Constructs an MBeanServerConnection that uses an EventClient
object with a user-specific EventRelay
object. |
| Constructor and Description |
|---|
EventClient(EventClientDelegateMBean delegate,
EventRelay eventRelay,
Executor distributingExecutor,
ScheduledExecutorService leaseScheduler,
long requestedLeaseTime)
Constructs an EventClient object with the specified
EventClientDelegateMBean, EventRelay
object, and distributing thread. |
|
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.