public interface RemoteCall
Modifier and Type | Method and Description |
---|---|
void |
done() |
void |
executeCall() |
ObjectInput |
getInputStream() |
ObjectOutput |
getOutputStream() |
ObjectOutput |
getResultStream(boolean success) |
void |
releaseInputStream() |
void |
releaseOutputStream() |
void done() throws IOException
IOException
ObjectInput getInputStream() throws IOException
IOException
ObjectOutput getOutputStream() throws IOException
IOException
ObjectOutput getResultStream(boolean success) throws IOException, StreamCorruptedException
IOException
StreamCorruptedException
void releaseInputStream() throws IOException
IOException
void releaseOutputStream() throws IOException
IOException