Package | Description |
---|---|
org.jacorb.orb | |
org.jacorb.orb.dii | |
org.jacorb.orb.dsi | |
org.omg.CORBA | |
org.omg.CORBA.portable |
Modifier and Type | Method and Description |
---|---|
Context |
ORB.get_default_context() |
Context |
ORBSingleton.get_default_context() |
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 | Method and Description |
---|---|
Context |
Request.ctx() |
Modifier and Type | Method and Description |
---|---|
void |
Request.ctx(Context ctx) |
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 |
---|---|
Context |
ServerRequest.ctx() |
Modifier and Type | Method and Description |
---|---|
abstract Context |
Context.create_child(java.lang.String child_context_name) |
abstract Context |
ServerRequest.ctx() |
abstract Context |
Request.ctx() |
abstract Context |
ORB.get_default_context() |
abstract Context |
Context.parent() |
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) |
abstract void |
Request.ctx(Context ctx) |
Modifier and Type | Method and Description |
---|---|
Context |
InputStream.read_Context() |
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) |
void |
OutputStream.write_Context(Context ctx,
ContextList contexts) |