|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.mx.notification.DefaultListenerRegistration
The default notification listener registration.
ListenerRegistry,
ListenerRegistrationFactory| Constructor Summary | |
DefaultListenerRegistration(NotificationListener listener,
NotificationFilter filter,
Object handback)
Create a listener registration |
|
| Method Summary | |
boolean |
equals(Object obj)
|
NotificationFilter |
getFilter()
Retrieve the filter for this registration. |
Object |
getHandback()
Retrieve the handback object for this registration. |
NotificationListener |
getListener()
Retrieve the listener for this registration. |
NotificationFilter |
getRegisteredFilter()
Retrieve the filter that was registered. |
NotificationListener |
getRegisteredListener()
Retrieve the listener that was registered. |
int |
hashCode()
|
void |
removed()
Used to tell the registration it is no longer required. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DefaultListenerRegistration(NotificationListener listener, NotificationFilter filter, Object handback)
listener - the notification listenerfilter - the notification filterhandback - the handback object| Method Detail |
public NotificationListener getListener()
ListenerRegistration
getListener in interface ListenerRegistrationpublic NotificationFilter getFilter()
ListenerRegistration
getFilter in interface ListenerRegistrationpublic Object getHandback()
ListenerRegistration
getHandback in interface ListenerRegistrationpublic NotificationListener getRegisteredListener()
ListenerRegistration
getRegisteredListener in interface ListenerRegistrationpublic NotificationFilter getRegisteredFilter()
ListenerRegistration
getRegisteredFilter in interface ListenerRegistrationpublic void removed()
ListenerRegistration
removed in interface ListenerRegistrationpublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||