| 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(java.lang.String interfaceName,
java.lang.String operationName,
NVList args,
IProxyConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
Message |
DefaultMessageFactory.newMessage(java.lang.String interfaceName,
java.lang.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,
java.lang.String operation,
NVList args,
NamedValue result) |
Request |
Delegate.create_request(Object self,
Context ctx,
java.lang.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,
java.lang.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) |
abstract NVList |
ORB.create_operation_list(Object oper) |
abstract NVList |
ORB.create_operation_list(OperationDef oper) |
abstract NVList |
Context.get_values(java.lang.String start_scope,
int op_flags,
java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
Request |
Object._create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result) |
Request |
LocalObject._create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result) |
Request |
Object._create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist) |
Request |
LocalObject._create_request(Context ctx,
java.lang.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,
java.lang.String operation,
NVList arg_list,
NamedValue result) |
Request |
ObjectImpl._create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts) |
abstract Request |
Delegate.create_request(Object self,
Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result) |
abstract Request |
Delegate.create_request(Object self,
Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist) |