|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the object typepublic interface ObjectSink<T>

A streaming sink for objects.
| Method Summary | |
|---|---|
void |
accept(T instance)
Accept an object. |
void |
close()
Close the sink. |
void |
flush()
Push out any temporary state. |
| Method Detail |
|---|
void accept(T instance)
throws IOException
instance - the object to accept
IOException - if an error occurs
void flush()
throws IOException
flush in interface FlushableIOException - if an error occurs
void close()
throws IOException
close in interface CloseableIOException - if an error occurs
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||