|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.Request
org.openorb.orb.core.dii.Request
This class provides a way to use dynamic request.
Constructor Summary | |
Request(org.omg.CORBA.Object target,
java.lang.String operation,
org.omg.CORBA.NVList arguments,
org.omg.CORBA.NamedValue result,
org.omg.CORBA.Environment env,
org.omg.CORBA.ExceptionList exceptions,
org.omg.CORBA.ContextList contexts,
org.omg.CORBA.ORB orb)
Constructor |
|
Request(org.omg.CORBA.Object target,
java.lang.String operation,
org.omg.CORBA.ORB orb)
Constructor |
Method Summary | |
org.omg.CORBA.Any |
add_in_arg()
Add an IN argument |
org.omg.CORBA.Any |
add_inout_arg()
Add an INOUT argument |
org.omg.CORBA.Any |
add_named_in_arg(java.lang.String name)
Add an IN argument |
org.omg.CORBA.Any |
add_named_inout_arg(java.lang.String name)
Add an INOUT argument |
org.omg.CORBA.Any |
add_named_out_arg(java.lang.String name)
Add an OUT argument |
org.omg.CORBA.Any |
add_out_arg()
Add an OUT argument |
org.omg.CORBA.NVList |
arguments()
Return the operation arguments |
org.omg.CORBA.ContextList |
contexts()
Return the context list |
org.omg.CORBA.Context |
ctx()
Return the context object |
void |
ctx(org.omg.CORBA.Context c)
Set the context object |
org.omg.CORBA.Environment |
env()
Return the environment value |
org.omg.CORBA.ExceptionList |
exceptions()
Return the exception list |
void |
get_response()
Get response |
void |
invoke()
Invoke an operation |
java.lang.String |
operation()
Return the operation name |
boolean |
poll_response()
Return TRUE if a response is available |
void |
prepare(org.omg.CORBA.Object p)
|
org.omg.CORBA.NamedValue |
result()
Return the result value |
org.omg.CORBA.Any |
return_value()
Return the value |
void |
send_deferred()
Send a deferred request |
void |
send_oneway()
Send a oneway request |
org.omg.CORBA.Object |
sendp()
|
void |
set_return_type(org.omg.CORBA.TypeCode tc)
Set the return type |
org.omg.CORBA.Object |
target()
Return the target object reference |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Request(org.omg.CORBA.Object target, java.lang.String operation, org.omg.CORBA.ORB orb)
public Request(org.omg.CORBA.Object target, java.lang.String operation, org.omg.CORBA.NVList arguments, org.omg.CORBA.NamedValue result, org.omg.CORBA.Environment env, org.omg.CORBA.ExceptionList exceptions, org.omg.CORBA.ContextList contexts, org.omg.CORBA.ORB orb)
Method Detail |
public org.omg.CORBA.Object target()
public java.lang.String operation()
public org.omg.CORBA.NVList arguments()
public org.omg.CORBA.NamedValue result()
public org.omg.CORBA.Environment env()
public org.omg.CORBA.ExceptionList exceptions()
public org.omg.CORBA.ContextList contexts()
public org.omg.CORBA.Context ctx()
public void ctx(org.omg.CORBA.Context c)
public org.omg.CORBA.Any add_in_arg()
public org.omg.CORBA.Any add_named_in_arg(java.lang.String name)
public org.omg.CORBA.Any add_inout_arg()
public org.omg.CORBA.Any add_named_inout_arg(java.lang.String name)
public org.omg.CORBA.Any add_out_arg()
public org.omg.CORBA.Any add_named_out_arg(java.lang.String name)
public void set_return_type(org.omg.CORBA.TypeCode tc)
public org.omg.CORBA.Any return_value()
public void invoke()
public void send_oneway()
public void send_deferred()
public boolean poll_response()
public void get_response()
public org.omg.CORBA.Object sendp()
public void prepare(org.omg.CORBA.Object p)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |