mx4j.remote

Class NotificationTuple


public class NotificationTuple
extends java.lang.Object

Version:
$Revision: 1.5 $

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)

Method Summary

boolean
equals(Object obj)
Object
getHandback()
boolean
getInvokeFilter()
javax.management.NotificationFilter
getNotificationFilter()
javax.management.NotificationListener
getNotificationListener()
javax.management.ObjectName
getObjectName()
int
hashCode()
void
setInvokeFilter(boolean invoke)
String
toString()

Constructor Details

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)

Method Details

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.