|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidIteratorException | |
---|---|
com.sun.jini.mercury | Provides implementations of the EventMailbox service. |
net.jini.event |
Uses of InvalidIteratorException in com.sun.jini.mercury |
---|
Methods in com.sun.jini.mercury that throw InvalidIteratorException | |
---|---|
private void |
RemoteEventIteratorImpl.checkState()
Utility method that checks the validity of this object and throws an exception if it's invalid. |
void |
RemoteEventIteratorImpl.close()
|
Collection |
MailboxImpl.getNextBatch(Uuid regId,
Uuid iterId,
long timeout,
Object lastEventCookie)
|
Collection |
MailboxBackEnd.getNextBatch(Uuid regId,
Uuid iterId,
long timeout,
Object lastEventCookie)
Get next batch of events for the given registration. |
private Collection |
MailboxImpl.getNextBatchDo(Uuid regId,
Uuid iterId,
long timeout,
Object lastEventCookie)
Does the actual logic for obtaining the next set of events for the given registration. |
RemoteEvent |
RemoteEventIteratorImpl.next(long timeout)
|
private void |
MailboxImpl.validateIterator(Uuid regId,
Uuid iterId)
|
Uses of InvalidIteratorException in net.jini.event |
---|
Methods in net.jini.event that throw InvalidIteratorException | |
---|---|
void |
RemoteEventIterator.close()
Ends all event processing being performed by this iterator and invalidates the iterator. |
RemoteEvent |
RemoteEventIterator.next(long timeout)
Retrieves stored event notifications, if any. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |