mx4j.remote
Class NotificationTuple
java.lang.Object
mx4j.remote.NotificationTuple
public class NotificationTuple
extends java.lang.Object
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)
equals
public boolean equals(Object obj)
getHandback
public Object getHandback()
getInvokeFilter
public boolean getInvokeFilter()
getNotificationFilter
public javax.management.NotificationFilter getNotificationFilter()
getNotificationListener
public javax.management.NotificationListener getNotificationListener()
getObjectName
public javax.management.ObjectName getObjectName()
hashCode
public int hashCode()
setInvokeFilter
public void setInvokeFilter(boolean invoke)
toString
public String toString()
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.