Uses of Class
org.omg.CORBA.Context

Packages that use Context
org.jacorb.orb   
org.jacorb.orb.dii   
org.jacorb.orb.dsi   
org.omg.CORBA   
org.omg.CORBA.portable   
 

Uses of Context in org.jacorb.orb
 

Methods in org.jacorb.orb that return Context
 Context ORBSingleton.get_default_context()
           
 Context ORB.get_default_context()
           
 

Methods in org.jacorb.orb with parameters of type Context
 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)
           
 

Uses of Context in org.jacorb.orb.dii
 

Methods in org.jacorb.orb.dii that return Context
 Context Request.ctx()
           
 

Methods in org.jacorb.orb.dii with parameters of type Context
 void Request.ctx(Context a)
           
 

Constructors in org.jacorb.orb.dii with parameters of type Context
Request(Object t, ORB _orb, ClientConnection e, byte[] obj_key, java.lang.String op, NVList args, Context c, NamedValue result)
           
 

Uses of Context in org.jacorb.orb.dsi
 

Methods in org.jacorb.orb.dsi that return Context
 Context ServerRequest.ctx()
           
 

Uses of Context in org.omg.CORBA
 

Methods in org.omg.CORBA that return Context
abstract  Context ServerRequest.ctx()
           
abstract  Context Request.ctx()
           
abstract  Context ORB.get_default_context()
           
abstract  Context Context.parent()
           
abstract  Context Context.create_child(java.lang.String child_context_name)
           
 

Methods in org.omg.CORBA with parameters of type Context
abstract  void Request.ctx(Context ctx)
           
 Request Object._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)
           
 Request LocalObject._create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
           
 

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
 void OutputStream.write_Context(Context ctx, ContextList contexts)
           
 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)