|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.remoting.NotificationQueue
NotificationQueue is an object that holds one or more NotificationEntry objects. This object is created and passed from the server to the client during invocation so that the client and re-deliver Notifications to client-side NotificationListeners.
Constructor Summary | |
NotificationQueue(java.lang.String sessionId)
create an empty queue |
Method Summary | |
void |
clear()
clear the queue |
java.lang.String |
getSessionID()
return the session ID associated with the queue |
boolean |
isEmpty()
return true if there are no entries, false if there are 1..n entries |
java.util.Iterator |
iterator()
return an Iterator of NotificationEntry objects |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NotificationQueue(java.lang.String sessionId)
sessionId
- Method Detail |
public java.lang.String toString()
public void clear()
public java.lang.String getSessionID()
public boolean isEmpty()
public java.util.Iterator iterator()
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |