public class RequestImpl extends Request
| 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) |
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) |
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 RequestWrongTransactionpublic void unmarshalReply(InputStream is)
Copyright © 2020 ADDC Infotech GmbH. All rights reserved.