java.lang.Object | |
↳ | sun.rmi.transport.StreamRemoteCall |
Stream-based implementation of the RemoteCall interface.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Allow cleanup after the remote call has completed.
| |||||||||||
Do whatever it takes to execute the call.
| |||||||||||
Return the connection associated with this call.
| |||||||||||
Get the InputStream the stub/skeleton should get results/arguments
from.
| |||||||||||
Return the output stream the stub/skeleton should put arguments/results
into.
| |||||||||||
Returns an output stream (may put out header information
relating to the success of the call).
| |||||||||||
Release the input stream, this would allow some transports to release
the channel early.
| |||||||||||
Release the outputStream Currently, will not complain if the
output stream is released more than once.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Routine that causes the stack traces of remote exceptions to be
filled in with the current stack trace on the client.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Get the InputStream the stub/skeleton should get results/arguments from.
IOException |
---|
Return the output stream the stub/skeleton should put arguments/results into.
IOException |
---|
Returns an output stream (may put out header information relating to the success of the call).
success | If true, indicates normal return, else indicates exceptional return. |
---|
StreamCorruptedException | If result stream previously acquired |
---|---|
IOException | For any other problem with I/O. |
Release the input stream, this would allow some transports to release the channel early.
IOException |
---|
Release the outputStream Currently, will not complain if the output stream is released more than once.
IOException |
---|
Routine that causes the stack traces of remote exceptions to be filled in with the current stack trace on the client. Detail exceptions are filled in iteratively.
Exception |
---|