|
|||||||||||
| 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(javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
Object handback)
Create a listener registration |
|
| Method Summary | |
boolean |
equals(Object obj)
|
javax.management.NotificationFilter |
getFilter()
Retrieve the filter for this registration. |
Object |
getHandback()
Retrieve the handback object for this registration. |
javax.management.NotificationListener |
getListener()
Retrieve the listener for this registration. |
javax.management.NotificationFilter |
getRegisteredFilter()
Retrieve the filter that was registered. |
javax.management.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(javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
Object handback)
listener - the notification listenerfilter - the notification filterhandback - the handback object| Method Detail |
public javax.management.NotificationListener getListener()
ListenerRegistration
getListener in interface ListenerRegistrationpublic javax.management.NotificationFilter getFilter()
ListenerRegistration
getFilter in interface ListenerRegistrationpublic Object getHandback()
ListenerRegistration
getHandback in interface ListenerRegistrationpublic javax.management.NotificationListener getRegisteredListener()
ListenerRegistration
getRegisteredListener in interface ListenerRegistrationpublic javax.management.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 | ||||||||||