org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote
Class NotificationTuple
java.lang.Object
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(javax.management.ObjectName observed,
javax.management.NotificationListener listener)
|
NotificationTuple(javax.management.ObjectName observed,
javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
Object handback)
|
NotificationTuple
public NotificationTuple(javax.management.ObjectName observed,
javax.management.NotificationListener listener)
NotificationTuple
public NotificationTuple(javax.management.ObjectName observed,
javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
Object handback)
getNotificationListener
public javax.management.NotificationListener getNotificationListener()
getHandback
public Object getHandback()
getNotificationFilter
public javax.management.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 © 2013 The Apache Software Foundation. All Rights Reserved.