public interface RemoteCall
| Modifier and Type | Method and Description |
|---|---|
void |
done()
Deprecated.
|
void |
executeCall()
Deprecated.
|
ObjectInput |
getInputStream()
Deprecated.
|
ObjectOutput |
getOutputStream()
Deprecated.
|
ObjectOutput |
getResultStream(boolean success)
Deprecated.
|
void |
releaseInputStream()
Deprecated.
|
void |
releaseOutputStream()
Deprecated.
|
ObjectOutput getOutputStream() throws IOException
IOExceptionvoid releaseOutputStream() throws IOException
IOExceptionObjectInput getInputStream() throws IOException
IOExceptionvoid releaseInputStream() throws IOException
IOExceptionObjectOutput getResultStream(boolean success) throws IOException, StreamCorruptedException
IOExceptionStreamCorruptedExceptionvoid executeCall() throws Exception
Exceptionvoid done() throws IOException
IOException