public class RequestImpl extends Request
| Modifier and Type | Field and Description |
|---|---|
protected NVList |
_arguments |
protected Environment |
_env |
protected ExceptionList |
_exceptions |
protected boolean |
_isOneWay |
protected String |
_opName |
protected ORB |
_orb |
protected Object |
_target |
protected boolean |
gotResponse |
| Constructor and Description |
|---|
RequestImpl(ORB orb,
Object targetObject,
Context ctx,
String operationName,
NVList argumentList,
NamedValue resultContainer,
ExceptionList exceptionList,
ContextList ctxList) |
| Modifier and Type | Method and Description |
|---|---|
void |
add_exception(TypeCode exceptionType) |
Any |
add_in_arg() |
Any |
add_inout_arg() |
Any |
add_named_in_arg(String name) |
Any |
add_named_inout_arg(String name) |
Any |
add_named_out_arg(String name) |
Any |
add_out_arg() |
NVList |
arguments() |
ContextList |
contexts() |
Context |
ctx() |
void |
ctx(Context newCtx) |
protected void |
doInvocation() |
Environment |
env() |
ExceptionList |
exceptions() |
void |
get_response() |
void |
invoke() |
String |
operation() |
boolean |
poll_response() |
NamedValue |
result() |
Any |
return_value() |
void |
send_deferred() |
void |
send_oneway() |
void |
set_return_type(TypeCode tc) |
Object |
target() |
void |
unmarshalReply(InputStream is) |
protected Object _target
protected String _opName
protected NVList _arguments
protected ExceptionList _exceptions
protected Environment _env
protected ORB _orb
protected boolean _isOneWay
protected boolean gotResponse
public RequestImpl(ORB orb, Object targetObject, Context ctx, String operationName, NVList argumentList, NamedValue resultContainer, ExceptionList exceptionList, ContextList ctxList)
public NamedValue result()
public Environment env()
public ExceptionList exceptions()
exceptions in class Requestpublic ContextList contexts()
public Any add_in_arg()
add_in_arg in class Requestpublic Any add_named_in_arg(String name)
add_named_in_arg in class Requestpublic Any add_inout_arg()
add_inout_arg in class Requestpublic Any add_named_inout_arg(String name)
add_named_inout_arg in class Requestpublic Any add_out_arg()
add_out_arg in class Requestpublic Any add_named_out_arg(String name)
add_named_out_arg in class Requestpublic void set_return_type(TypeCode tc)
set_return_type in class Requestpublic Any return_value()
return_value in class Requestpublic void add_exception(TypeCode exceptionType)
public void send_oneway()
send_oneway in class Requestpublic void send_deferred()
send_deferred in class Requestpublic boolean poll_response()
poll_response in class Requestpublic void get_response()
throws WrongTransaction
get_response in class RequestWrongTransactionprotected void doInvocation()
public void unmarshalReply(InputStream is)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.