org.jboss.mx.remoting
Class NotificationEntry

java.lang.Object
  extended byorg.jboss.mx.remoting.NotificationEntry
All Implemented Interfaces:
java.io.Serializable

public class NotificationEntry
extends java.lang.Object
implements java.io.Serializable

NotificationEntry represents a Notification passed back to the client from a remote server so that the client can properly coorelate the Notification object with a specific client-side listener object, based on the handback, which was passed to the server by the client as a specific, unique key.

See Also:
Serialized Form

Constructor Summary
NotificationEntry(Notification (src)  n, java.lang.Object h)
           
 
Method Summary
 java.lang.Object getHandBack()
          return the client Handback Object, which is used to find the appropriate client-side Listener to re-dispatch the notification to
 Notification (src) getNotification()
          return the original Notification object
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationEntry

public NotificationEntry(Notification (src)  n,
                         java.lang.Object h)
Method Detail

getNotification

public Notification (src)  getNotification()
return the original Notification object

Returns:

getHandBack

public java.lang.Object getHandBack()
return the client Handback Object, which is used to find the appropriate client-side Listener to re-dispatch the notification to

Returns:

toString

public java.lang.String toString()