|
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 EventClientDelegateMBean in javax.management.event |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
EventClientDelegate
This is the default implementation of the MBean EventClientDelegateMBean. |
| Modifier and Type | Method and Description |
|---|---|
static EventClientDelegateMBean |
EventClientDelegate.getProxy(MBeanServerConnection conn)
Returns a proxy of the default EventClientDelegateMBean. |
| Constructor and Description |
|---|
EventClient(EventClientDelegateMBean delegate)
Constructs an EventClient object with a specified
EventClientDelegateMBean. |
EventClient(EventClientDelegateMBean delegate,
EventRelay eventRelay,
Executor distributingExecutor,
ScheduledExecutorService leaseScheduler,
long requestedLeaseTime)
Constructs an EventClient object with the specified
EventClientDelegateMBean, EventRelay
object, and distributing thread. |
FetchingEventRelay(EventClientDelegateMBean delegate)
Constructs a default FetchingEventRelay object by using the default
configuration: DEFAULT_BUFFER_SIZE, DEFAULT_WAITING_TIMEOUT
DEFAULT_MAX_NOTIFICATIONS. |
FetchingEventRelay(EventClientDelegateMBean delegate,
Executor fetchExecutor)
Constructs a FetchingEventRelay object by using the default
configuration: DEFAULT_BUFFER_SIZE, DEFAULT_WAITING_TIMEOUT
DEFAULT_MAX_NOTIFICATIONS, with a user-specific executor to do
the fetching. |
FetchingEventRelay(EventClientDelegateMBean delegate,
int bufferSize,
long timeout,
int maxNotifs,
Executor fetchExecutor)
Constructs a FetchingEventRelay object with user-specific
configuration and executor to fetch notifications via the
EventClientDelegateMBean. |
FetchingEventRelay(EventClientDelegateMBean delegate,
int bufferSize,
long timeout,
int maxNotifs,
Executor fetchExecutor,
String forwarderName,
Object[] params,
String[] sig)
Constructs a FetchingEventRelay object with user-specific
configuration and executor to fetch notifications via the
EventClientDelegateMBean. |
RMIPushEventRelay(EventClientDelegateMBean delegate)
Constructs a default RMIPushEventRelay object
and exports its notification
receiver on any free port. |
RMIPushEventRelay(EventClientDelegateMBean delegate,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf,
int bufferSize)
Constructs a RMIPushEventRelay object and exports its
notification receiver on a specified port. |
|
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.