Package | Description |
---|---|
org.omg.CORBA | |
org.omg.CORBA.portable |
Modifier and Type | Method and Description |
---|---|
abstract NamedValue |
NVList.add_item(String item_name,
int flags) |
abstract NamedValue |
NVList.add_value(String name,
Any value,
int flags) |
abstract NamedValue |
NVList.add(int flags) |
abstract NamedValue |
ORB.create_named_value(String s,
Any any,
int flags) |
abstract NamedValue |
NVList.item(int index) |
abstract NamedValue |
Request.result() |
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) |
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.