|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ObjectChannel
ObjectChannel. This interface defines a communication channel for objects.
| Method Summary | |
|---|---|
void |
close()
Closes the channel. |
java.lang.Object |
receive()
Receives an object. |
void |
send(java.lang.Object v)
Sends an object. |
| Method Detail |
|---|
void send(java.lang.Object v)
throws java.io.IOException
java.io.IOException
java.lang.Object receive()
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundExceptionvoid close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||