|
Final | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
This interface defines an API to be used from the stubs and skeletons to make the actual remote call.
| Method Summary | |
|---|---|
void |
done()
Deprecated. Sent by the stubs and skeletons when the remote call is done. |
void |
executeCall()
Deprecated. Executes the remote call. |
ObjectInput |
getInputStream()
Deprecated. Answers an ObjectInput that the stubs and skeletons can read the parameters of the remote call from. |
ObjectOutput |
getOutputStream()
Deprecated. Answers an ObjectOutput where the stubs and skeletons can write the parameters of the remote call in. |
ObjectOutput |
getResultStream(boolean success)
Deprecated. Answers an ObjectOutput that the stubs and skeletons can write the answer of the remote call into. |
void |
releaseInputStream()
Deprecated. Releases the ObjectInput used by the stubs and skeletons to read the parameters. |
void |
releaseOutputStream()
Deprecated. Releases the ObjectOutput used by the stubs and skeletons to write the parameters. |
| Method Detail |
public ObjectOutput getOutputStream()
throws IOException
IOExceptionpublic void releaseOutputStream()
throws IOException
IOExceptionpublic ObjectInput getInputStream()
throws IOException
IOExceptionpublic void releaseInputStream()
throws IOException
IOExceptionpublic ObjectOutput getResultStream(boolean success)
throws StreamCorruptedException,
IOException
StreamCorruptedException
IOExceptionpublic void executeCall()
throws Exception
Exceptionpublic void done()
throws IOException
IOException
|
Final | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||