@Deprecated public interface RemoteCall
RemoteCall
is an abstraction used solely by the RMI runtime
(in conjunction with stubs and skeletons of remote objects) to carry out a
call to a remote object. The RemoteCall
interface is
deprecated because it is only used by deprecated methods of
java.rmi.server.RemoteRef
.RemoteRef
Modifier and Type | Method | Description |
---|---|---|
void |
done() |
Deprecated.
no replacement
|
void |
executeCall() |
Deprecated.
no replacement
|
ObjectInput |
getInputStream() |
Deprecated.
no replacement
|
ObjectOutput |
getOutputStream() |
Deprecated.
no replacement
|
ObjectOutput |
getResultStream(boolean success) |
Deprecated.
no replacement
|
void |
releaseInputStream() |
Deprecated.
no replacement
|
void |
releaseOutputStream() |
Deprecated.
no replacement
|
@Deprecated ObjectOutput getOutputStream() throws IOException
IOException
- if an I/O error occurs.@Deprecated void releaseOutputStream() throws IOException
IOException
- if an I/O error occurs.@Deprecated ObjectInput getInputStream() throws IOException
IOException
- if an I/O error occurs.@Deprecated void releaseInputStream() throws IOException
IOException
- if an I/O error occurs.@Deprecated ObjectOutput getResultStream(boolean success) throws IOException, StreamCorruptedException
success
- If true, indicates normal return, else indicates
exceptional return.IOException
- if an I/O error occurs.StreamCorruptedException
- If already been called.@Deprecated void executeCall() throws Exception
Exception
- if a general exception occurs.@Deprecated void done() throws IOException
IOException
- if an I/O error occurs. Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.mlchung.jdk9-jdeps