public class ServerRequestImpl extends ServerRequest
| Constructor and Description |
|---|
ServerRequestImpl(MessageMediator req,
ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
void |
arguments(NVList args) |
Any |
checkResultCalled()
This is called from the ORB after the DynamicImplementation.invoke
returns.
|
Context |
ctx() |
void |
marshalReplyParams(OutputStream os)
This is called from the ORB after the DynamicImplementation.invoke
returns.
|
String |
operation() |
void |
set_exception(Any exc) |
void |
set_result(Any res) |
except, op_name, params, resultpublic ServerRequestImpl(MessageMediator req, ORB orb)
public String operation()
operation in class ServerRequestpublic void arguments(NVList args)
arguments in class ServerRequestpublic void set_result(Any res)
set_result in class ServerRequestpublic void set_exception(Any exc)
set_exception in class ServerRequestpublic Any checkResultCalled()
public void marshalReplyParams(OutputStream os)
public Context ctx()
ctx in class ServerRequestCopyright © 2017–2019 Eclipse Foundation. All rights reserved.