Methods Summary |
---|
public void | done()Allow cleanup after the remote call has completed.
|
public void | executeCall()Do whatever it takes to execute the call.
|
public java.io.ObjectInput | getInputStream()Get the InputStream that the stub/skeleton should get
results/arguments from.
|
public java.io.ObjectOutput | getOutputStream()Return the output stream the stub/skeleton should put arguments/results
into.
|
public java.io.ObjectOutput | getResultStream(boolean success)Returns an output stream (may put out header information
relating to the success of the call). Should only succeed
once per remote call.
|
public void | releaseInputStream()Release the input stream. This would allow some transports to release
the channel early.
|
public void | releaseOutputStream()Release the output stream; in some transports this would release
the stream.
|