|
||||||||
| 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
public class 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()
target in class org.omg.CORBA.Requestpublic java.lang.String operation()
operation in class org.omg.CORBA.Requestpublic org.omg.CORBA.NVList arguments()
arguments in class org.omg.CORBA.Requestpublic org.omg.CORBA.NamedValue result()
result in class org.omg.CORBA.Requestpublic org.omg.CORBA.Environment env()
env in class org.omg.CORBA.Requestpublic org.omg.CORBA.ExceptionList exceptions()
exceptions in class org.omg.CORBA.Requestpublic org.omg.CORBA.ContextList contexts()
contexts in class org.omg.CORBA.Requestpublic org.omg.CORBA.Context ctx()
ctx in class org.omg.CORBA.Requestpublic void ctx(org.omg.CORBA.Context c)
ctx in class org.omg.CORBA.Requestpublic org.omg.CORBA.Any add_in_arg()
add_in_arg in class org.omg.CORBA.Requestpublic org.omg.CORBA.Any add_named_in_arg(java.lang.String name)
add_named_in_arg in class org.omg.CORBA.Requestpublic org.omg.CORBA.Any add_inout_arg()
add_inout_arg in class org.omg.CORBA.Requestpublic org.omg.CORBA.Any add_named_inout_arg(java.lang.String name)
add_named_inout_arg in class org.omg.CORBA.Requestpublic org.omg.CORBA.Any add_out_arg()
add_out_arg in class org.omg.CORBA.Requestpublic org.omg.CORBA.Any add_named_out_arg(java.lang.String name)
add_named_out_arg in class org.omg.CORBA.Requestpublic void set_return_type(org.omg.CORBA.TypeCode tc)
set_return_type in class org.omg.CORBA.Requestpublic org.omg.CORBA.Any return_value()
return_value in class org.omg.CORBA.Requestpublic void invoke()
invoke in class org.omg.CORBA.Requestpublic void send_oneway()
send_oneway in class org.omg.CORBA.Requestpublic void send_deferred()
send_deferred in class org.omg.CORBA.Requestpublic boolean poll_response()
poll_response in class org.omg.CORBA.Requestpublic void get_response()
get_response in class org.omg.CORBA.Requestpublic 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 | |||||||