Package | Description |
---|---|
org.omg.CORBA | |
org.omg.CORBA.portable |
Modifier and Type | Method and Description |
---|---|
abstract NVList |
Request.arguments() |
abstract NVList |
ORB.create_list(int count) |
NVList |
ORB.create_operation_list(Object oper)
Deprecated.
by CORBA 2.3
|
abstract NVList |
Context.get_values(String start_scope,
int op_flags,
String pattern) |
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) |
void |
ServerRequest.arguments(NVList nv) |
void |
ServerRequest.params(NVList params)
Deprecated.
use arguments()
|
abstract void |
Context.set_values(NVList values) |
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) |
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) |
Copyright © 2013. All Rights Reserved.