mx4j.remote
Interface RemoteNotificationClientHandler
- AbstractRemoteNotificationClientHandler, HTTPRemoteNotificationClientHandler, RMIRemoteNotificationClientHandler
public interface RemoteNotificationClientHandler
Handles remote notification fetching on client side.
It takes care of calling the server side with the correct protocol and to dispatch
notifications to client-side listeners.
Version:
RemoteNotificationServerHandler
contains
public boolean contains(NotificationTuple tuple)
Returns whether the tuple is already present in this handler
getNotificationListener
public Integer getNotificationListener(NotificationTuple tuple)
Returns the ID of the listener for the given tuple
javax.management.MBeanServerConnection.removeNotificationListener(javax.management.ObjectName, javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object)
, getNotificationListeners(NotificationTuple)
getNotificationListeners
public Integer[] getNotificationListeners(NotificationTuple tuple)
Returns the IDs of the listeners for the given tuple
javax.management.MBeanServerConnection.removeNotificationListener(javax.management.ObjectName, javax.management.NotificationListener)
, getNotificationListener(NotificationTuple)
start
public void start()
Starts notification fetching
stop()
stop
public void stop()
Stops notification fetching
start()
Copyright © 2001-2003 MX4J Team. All Rights Reserved.