| Package | Description |
|---|---|
| org.omg.CORBA | |
| org.omg.CORBA.portable |
| Modifier and Type | Method and Description |
|---|---|
Request |
Object._create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result) |
Request |
LocalObject._create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result) |
Request |
Object._create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist) |
Request |
LocalObject._create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts) |
Request |
Object._request(String operation) |
Request |
LocalObject._request(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,
String operation,
NVList arg_list,
NamedValue result) |
Request |
ObjectImpl._create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts) |
Request |
ObjectImpl._request(String operation) |
abstract Request |
Delegate.create_request(Object self,
Context ctx,
String operation,
NVList arg_list,
NamedValue result) |
abstract Request |
Delegate.create_request(Object self,
Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist) |
abstract Request |
Delegate.request(Object self,
String operation) |
Copyright © 2017 JacORB. All rights reserved.