|
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 EventClientNotFoundException in javax.management.event |
|---|
| Modifier and Type | Method and Description |
|---|---|
Integer |
EventClientDelegateMBean.addListener(String clientId,
ObjectName name,
NotificationFilter filter)
Adds a listener to receive notifications from an MBean and returns a non-negative integer as the identifier of the listener. |
Integer |
EventClientDelegate.addListener(String clientId,
ObjectName name,
NotificationFilter filter)
Adds a listener to receive notifications from an MBean and returns a non-negative integer as the identifier of the listener. |
Integer |
EventClientDelegateMBean.addSubscriber(String clientId,
ObjectName name,
NotificationFilter filter)
Subscribes a listener to receive notifications from an MBean or a set of MBeans represented by an ObjectName pattern. |
Integer |
EventClientDelegate.addSubscriber(String clientId,
ObjectName name,
NotificationFilter filter)
Subscribes a listener to receive notifications from an MBean or a set of MBeans represented by an ObjectName pattern. |
NotificationResult |
EventClientDelegateMBean.fetchNotifications(String clientId,
long startSequenceNumber,
int maxNotifs,
long timeout)
Called by a client to fetch notifications that are to be sent to its listeners. |
NotificationResult |
EventClientDelegate.fetchNotifications(String clientId,
long startSequenceNumber,
int maxNotifs,
long timeout)
|
Integer[] |
EventClientDelegateMBean.getListenerIds(String clientID)
Returns the identifiers of listeners added or subscribed to with the specified client identifier. |
Integer[] |
EventClientDelegate.getListenerIds(String clientId)
|
long |
EventClientDelegateMBean.lease(String clientId,
long timeout)
An EventClient calls this method to keep its clientId
alive in this MBean. |
long |
EventClientDelegate.lease(String clientId,
long timeout)
|
void |
EventClientDelegateMBean.removeClient(String clientID)
Removes an added client. |
void |
EventClientDelegate.removeClient(String clientId)
|
void |
EventClientDelegateMBean.removeListenerOrSubscriber(String clientId,
Integer listenerId)
Removes a listener, to stop receiving notifications. |
void |
EventClientDelegate.removeListenerOrSubscriber(String clientId,
Integer listenerId)
Removes a listener, to stop receiving notifications. |
|
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.