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 Object


Nested Class Summary
static interface RemoteNotificationClientHandler.NotificationHandler
           
 
Constructor Summary
RemoteNotificationClientHandler(RemoteNotificationClientHandler.NotificationHandler fetcher, Map environment)
           
 
Method Summary
 void addNotificationListener(Integer id, NotificationTuple tuple)
           
 boolean contains(NotificationTuple tuple)
           
 Integer getNotificationListener(NotificationTuple tuple)
           
 Integer[] getNotificationListeners(NotificationTuple tuple)
           
 void removeNotificationListeners(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,
                                       Map environment)
Method Detail

contains

public boolean contains(NotificationTuple tuple)

addNotificationListener

public void addNotificationListener(Integer id,
                                    NotificationTuple tuple)

getNotificationListeners

public Integer[] getNotificationListeners(NotificationTuple tuple)

getNotificationListener

public Integer getNotificationListener(NotificationTuple tuple)

removeNotificationListeners

public void removeNotificationListeners(Integer[] ids)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.