mx4j.remote

Class NotificationTuple

public class NotificationTuple extends Object

Version: $Revision: 1.5 $

Constructor Summary
NotificationTuple(ObjectName observed, NotificationListener listener)
NotificationTuple(ObjectName observed, NotificationListener listener, NotificationFilter filter, Object handback)
Method Summary
booleanequals(Object obj)
ObjectgetHandback()
booleangetInvokeFilter()
NotificationFiltergetNotificationFilter()
NotificationListenergetNotificationListener()
ObjectNamegetObjectName()
inthashCode()
voidsetInvokeFilter(boolean invoke)
StringtoString()

Constructor Detail

NotificationTuple

public NotificationTuple(ObjectName observed, NotificationListener listener)

NotificationTuple

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

Method Detail

equals

public boolean equals(Object obj)

getHandback

public Object getHandback()

getInvokeFilter

public boolean getInvokeFilter()

getNotificationFilter

public NotificationFilter getNotificationFilter()

getNotificationListener

public NotificationListener getNotificationListener()

getObjectName

public 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.