org.jacorb.orb.dii
public class Request extends Request
Version: $Id: Request.java,v 1.27 2006/07/26 08:02:25 alphonse.bendt Exp $
Field Summary | |
---|---|
NVList | arguments |
ClientConnection | connection |
Environment | env |
byte[] | object_key |
String | operation |
Object | target |
Constructor Summary | |
---|---|
Request(Object target, ORB orb, ClientConnection connection, byte[] obj_key, String operationName) | |
Request(Object target, ORB orb, ClientConnection connection, byte[] obj_key, String op, NVList args, Context context, NamedValue result) |
Method Summary | |
---|---|
Any | add_inout_arg() |
Any | add_in_arg() |
Any | add_named_inout_arg(String name) |
Any | add_named_in_arg(String name) |
Any | add_named_out_arg(String name) |
Any | add_out_arg() |
NVList | arguments() |
ContextList | contexts() |
Context | ctx() |
void | ctx(Context ctx) |
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 | setInfo(ClientRequestInfoImpl info) |
void | set_return_type(TypeCode tc)
default return type is void |
Object | target() |