org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote
Class RemoteNotificationClientHandler

java.lang.Object
  extended by org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.RemoteNotificationClientHandler

public class RemoteNotificationClientHandler
extends java.lang.Object


Nested Class Summary
static interface RemoteNotificationClientHandler.NotificationHandler
           
 
Constructor Summary
RemoteNotificationClientHandler(RemoteNotificationClientHandler.NotificationHandler fetcher, java.util.Map environment)
           
 
Method Summary
 void addNotificationListener(java.lang.Integer id, NotificationTuple tuple)
           
 boolean contains(NotificationTuple tuple)
           
 java.lang.Integer getNotificationListener(NotificationTuple tuple)
           
 java.lang.Integer[] getNotificationListeners(NotificationTuple tuple)
           
 void removeNotificationListeners(java.lang.Integer[] ids)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteNotificationClientHandler

public RemoteNotificationClientHandler(RemoteNotificationClientHandler.NotificationHandler fetcher,
                                       java.util.Map environment)
Method Detail

contains

public boolean contains(NotificationTuple tuple)

addNotificationListener

public void addNotificationListener(java.lang.Integer id,
                                    NotificationTuple tuple)

getNotificationListeners

public java.lang.Integer[] getNotificationListeners(NotificationTuple tuple)

getNotificationListener

public java.lang.Integer getNotificationListener(NotificationTuple tuple)

removeNotificationListeners

public void removeNotificationListeners(java.lang.Integer[] ids)