|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISynchConnection
Synchronous connection
| Method Summary | |
|---|---|
java.lang.Object |
sendSynch(ID receiver,
byte[] data)
Send data synchronously, blocking until a result is received |
| Methods inherited from interface org.eclipse.ecf.provider.comm.IConnection |
|---|
addListener, connect, disconnect, getLocalID, getProperties, isConnected, isStarted, removeListener, start, stop |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
java.lang.Object sendSynch(ID receiver,
byte[] data)
throws java.io.IOException
receiver - the receiver to receive the synchronous requestdata - the data to send
java.io.IOException - thrown if sending cannot occur (e.g. not connected)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||