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,
String operation,
NVList args,
NamedValue result) |
Request |
Delegate.create_request(Object self,
Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts) |
Request |
ORBSingleton.get_next_response() |
Request |
ORB.get_next_response() |
Request |
Delegate.request(Object self,
String operation) |
Modifier and Type | Method and Description |
---|---|
void |
ORB.addRequest(Request req) |
void |
ORB.removeRequest(Request req) |
void |
ORBSingleton.send_multiple_requests_deferred(Request[] req) |
void |
ORB.send_multiple_requests_deferred(Request[] req) |
void |
ORBSingleton.send_multiple_requests_oneway(Request[] req) |
void |
ORB.send_multiple_requests_oneway(Request[] req) |
Modifier and Type | Class and Description |
---|---|
class |
Request
DII requests
|
Modifier and Type | Method and Description |
---|---|
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) |
Request |
LocalObject._create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts) |
Request |
Object._create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist) |
Request |
LocalObject._request(String operation) |
Request |
Object._request(String operation) |
abstract Request |
ORB.get_next_response() |
Modifier and Type | Method and Description |
---|---|
abstract void |
RequestInterceptor.client_invoke(Request request) |
abstract void |
ORB.send_multiple_requests_deferred(Request[] req) |
abstract void |
ORB.send_multiple_requests_oneway(Request[] req) |
abstract void |
RequestInterceptor.target_invoke(Request request) |
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.