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

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

public class NotificationTuple
extends Object

Version:
$Revision: 1.1.1.1 $
Author:
Simone Bordet

Constructor Summary
NotificationTuple(ObjectName observed, NotificationListener listener)
           
NotificationTuple(ObjectName observed, NotificationListener listener, NotificationFilter filter, Object handback)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object getHandback()
           
 boolean getInvokeFilter()
           
 NotificationFilter getNotificationFilter()
           
 NotificationListener getNotificationListener()
           
 int hashCode()
           
 void setInvokeFilter(boolean invoke)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationTuple

public NotificationTuple(ObjectName observed,
                         NotificationListener listener)

NotificationTuple

public NotificationTuple(ObjectName observed,
                         NotificationListener listener,
                         NotificationFilter filter,
                         Object handback)
Method Detail

getNotificationListener

public NotificationListener getNotificationListener()

getHandback

public Object getHandback()

getNotificationFilter

public NotificationFilter getNotificationFilter()

setInvokeFilter

public void setInvokeFilter(boolean invoke)

getInvokeFilter

public boolean getInvokeFilter()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Apache Software Foundation. All Rights Reserved.