|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.slp.internal.ua.ResultTable
public class ResultTable
ResultTable
| Constructor Summary | |
|---|---|
ResultTable()
|
|
| Method Summary | |
|---|---|
void |
addException(Exception pE)
addException |
void |
addExceptions(Iterator<?> pExceptionItr)
addExceptions |
void |
addExceptions(ReplyMessage pReplyMsg)
addExceptions |
void |
addResults(Iterator<?> pResItr)
addResults |
void |
addResults(ReplyMessage pReplyMsg)
addResults |
int |
getTotalResponses()
getTotalResponses |
boolean |
hasMoreExceptions()
|
boolean |
hasNext()
|
Object |
next()
|
Object |
nextException()
|
void |
registerRequester(DatagramRequester pReq)
ResultTable has to know which Requesters provide results. |
void |
remove()
|
void |
unregisterRequester(DatagramRequester pReq)
If the Requester's sequence is completed, Requester has to be unregistered otherwise hasNext() will block. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultTable()
| Method Detail |
|---|
public void registerRequester(DatagramRequester pReq)
pReq - unregisterRequester(DatagramRequester)public void unregisterRequester(DatagramRequester pReq)
pReq - public void addResults(ReplyMessage pReplyMsg)
pReplyMsg - public void addResults(Iterator<?> pResItr)
pResItr - public void addExceptions(ReplyMessage pReplyMsg)
pReplyMsg - public void addExceptions(Iterator<?> pExceptionItr)
pExceptionItr - public void addException(Exception pE)
pE - public int getTotalResponses()
public boolean hasNext()
hasNext in interface Iterator<Object>Iterator.hasNext()
public Object next()
throws NoSuchElementException
next in interface Iterator<Object>NoSuchElementExceptionIterator.next()
public Object nextException()
throws NoSuchElementException
NoSuchElementExceptionpublic boolean hasMoreExceptions()
public void remove()
remove in interface Iterator<Object>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||