Package | Description |
---|---|
org.jacorb.notification | |
org.jacorb.notification.impl | |
org.jacorb.orb | |
org.jacorb.orb.dii | |
org.jacorb.orb.dsi | |
org.omg.CORBA | |
org.omg.CORBA.portable |
Modifier and Type | Method and Description |
---|---|
Message |
MessageFactory.newMessage(String interfaceName,
String operationName,
NVList args,
IProxyConsumer consumer) |
Modifier and Type | Method and Description |
---|---|
Message |
DefaultMessageFactory.newMessage(String interfaceName,
String operationName,
NVList args,
IProxyConsumer consumer)
create a Message wrapping a typed event.
|
Modifier and Type | Class and Description |
---|---|
class |
NVList |
Modifier and Type | Method and Description |
---|---|
NVList |
ORBSingleton.create_list(int count) |
NVList |
ORB.create_list(int count) |
NVList |
ORBSingleton.create_operation_list(Object obj) |
NVList |
ORB.create_operation_list(Object obj) |
NVList |
ORBSingleton.create_operation_list(OperationDef oper) |
NVList |
ORB.create_operation_list(OperationDef oper)
Deprecated.
use
(org.omg.CORBA.Object) instead |
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 | Field and Description |
---|---|
NVList |
Request.arguments |
Modifier and Type | Method and Description |
---|---|
NVList |
Request.arguments() |
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 |
---|---|
NVList |
ServerRequest.arguments() |
Modifier and Type | Method and Description |
---|---|
void |
ServerRequest.arguments(NVList list) |
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 © 2016 JacORB. All rights reserved.