public class ClientListenerInfo extends ListenerInfo
| Constructor and Description |
|---|
ClientListenerInfo(Integer listenerID,
ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback,
Subject delegationSubject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
sameAs(ObjectName name) |
boolean |
sameAs(ObjectName name,
NotificationListener listener) |
boolean |
sameAs(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback) |
equals, getDelegationSubject, getHandback, getListener, getListenerID, getNotificationFilter, getObjectName, hashCodepublic ClientListenerInfo(Integer listenerID, ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback, Subject delegationSubject)
public boolean sameAs(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
public boolean sameAs(ObjectName name, NotificationListener listener)
public boolean sameAs(ObjectName name)
Copyright © 2019 Terracotta, Inc.. All rights reserved.