com.sun.jmx.remote.opt.internal
Class ClientListenerInfo

java.lang.Object
  extended by com.sun.jmx.remote.opt.internal.ListenerInfo
      extended by com.sun.jmx.remote.opt.internal.ClientListenerInfo

public class ClientListenerInfo
extends ListenerInfo


Constructor Summary
ClientListenerInfo(Integer listenerID, ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback, Subject delegationSubject)
           
 
Method Summary
 boolean sameAs(ObjectName name)
           
 boolean sameAs(ObjectName name, NotificationListener listener)
           
 boolean sameAs(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
           
 
Methods inherited from class com.sun.jmx.remote.opt.internal.ListenerInfo
equals, getDelegationSubject, getHandback, getListener, getListenerID, getNotificationFilter, getObjectName, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientListenerInfo

public ClientListenerInfo(Integer listenerID,
                          ObjectName name,
                          NotificationListener listener,
                          NotificationFilter filter,
                          Object handback,
                          Subject delegationSubject)
Method Detail

sameAs

public boolean sameAs(ObjectName name,
                      NotificationListener listener,
                      NotificationFilter filter,
                      Object handback)

sameAs

public boolean sameAs(ObjectName name,
                      NotificationListener listener)

sameAs

public boolean sameAs(ObjectName name)


Copyright © 2014 Terracotta, Inc.. All rights reserved.