|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
org.omg.CORBA | |
org.omg.CORBA.portable |
Uses of Context in org.omg.CORBA |
---|
Methods in org.omg.CORBA that return Context | |
---|---|
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()
|
Methods in org.omg.CORBA with parameters of type Context | |
---|---|
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)
|
Uses of Context in org.omg.CORBA.portable |
---|
Methods in org.omg.CORBA.portable that return Context | |
---|---|
Context |
InputStream.read_Context()
|
Methods in org.omg.CORBA.portable with parameters of type Context | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |