java.rmi.server
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
IOException
void releaseOutputStream() throws IOException
IOException
ObjectInput getInputStream() throws IOException
IOException
void releaseInputStream() throws IOException
IOException
ObjectOutput getResultStream(boolean success) throws IOException, StreamCorruptedException
IOException
StreamCorruptedException
void executeCall() throws Exception
Exception
void done() throws IOException
IOException