|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EncodeIterator
Iterator for performing multicast encode operations on (potentially) multiple discovery format providers.
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if this iterator has additional encoders, or
false otherwise. |
DatagramPacket[] |
next()
Performs a single multicast encode operation using the next encoder provider of a Discovery instance, returning the resulting
datagram packets or throwing the resulting exception. |
Method Detail |
---|
DatagramPacket[] next() throws IOException
Discovery
instance, returning the resulting
datagram packets or throwing the resulting exception.
IOException
- if the encode operation failed
UnsupportedConstraintException
- if the encode
operation is unable to satisfy its constraints
NoSuchElementException
- if there are no more encoders
for this iteratorboolean hasNext()
true
if this iterator has additional encoders, or
false
otherwise.
true
if this iterator has additional encoders, or
false
otherwise
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |