| Package | Description |
|---|---|
| org.jacorb.orb | |
| org.jacorb.orb.dii | |
| org.omg.CORBA | |
| org.omg.CORBA.portable |
| Modifier and Type | Method and Description |
|---|---|
Request |
Delegate.create_request(Object self,
Context ctx,
java.lang.String operation,
NVList args,
NamedValue result) |
Request |
Delegate.create_request(Object self,
Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts) |
Request |
ORB.get_next_response() |
Request |
ORBSingleton.get_next_response() |
Request |
Delegate.request(Object self,
java.lang.String operation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ORB.addRequest(Request req) |
void |
ORB.removeRequest(Request req) |
void |
ORB.send_multiple_requests_deferred(Request[] req) |
void |
ORBSingleton.send_multiple_requests_deferred(Request[] req) |
void |
ORB.send_multiple_requests_oneway(Request[] req) |
void |
ORBSingleton.send_multiple_requests_oneway(Request[] req) |
| Modifier and Type | Class and Description |
|---|---|
class |
Request
DII requests
|
| Modifier and Type | Method and Description |
|---|---|
Request |
Object._create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result) |
Request |
LocalObject._create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result) |
Request |
Object._create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist) |
Request |
LocalObject._create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts) |
Request |
Object._request(java.lang.String operation) |
Request |
LocalObject._request(java.lang.String operation) |
abstract Request |
ORB.get_next_response() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ORB.send_multiple_requests_deferred(Request[] req) |
abstract void |
ORB.send_multiple_requests_oneway(Request[] req) |
| Modifier and Type | Method and Description |
|---|---|
Request |
ObjectImpl._create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result) |
Request |
ObjectImpl._create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts) |
Request |
ObjectImpl._request(java.lang.String operation) |
abstract Request |
Delegate.create_request(Object self,
Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result) |
abstract Request |
Delegate.create_request(Object self,
Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist) |
abstract Request |
Delegate.request(Object self,
java.lang.String operation) |