Package | Description |
---|---|
org.jacorb.orb | |
org.jacorb.orb.dii | |
org.omg.CORBA | |
org.omg.CORBA.portable |
Modifier and Type | Class and Description |
---|---|
class |
NamedValue |
Modifier and Type | Method and Description |
---|---|
NamedValue |
NVList.add_item(String item_name,
int item_flags) |
NamedValue |
NVList.add_value(String item_name,
Any value,
int item_flags) |
NamedValue |
NVList.add(int item_flags) |
NamedValue |
ORBSingleton.create_named_value(String name,
Any value,
int flags) |
NamedValue |
ORB.create_named_value(String name,
Any value,
int flags) |
NamedValue |
NVList.item(int index) |
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) |
Modifier and Type | Method and Description |
---|---|
NamedValue |
Request.result() |
Constructor and Description |
---|
Request(Object target,
ORB orb,
ClientConnection connection,
byte[] obj_key,
String op,
NVList args,
Context context,
NamedValue result) |
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 |
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) |
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 © 2017 JacORB. All rights reserved.