Uses of Class
org.omg.CORBA.ContextList

Packages that use ContextList
org.jacorb.orb   
org.jacorb.orb.dii   
org.omg.CORBA   
org.omg.CORBA.portable   
 

Uses of ContextList in org.jacorb.orb
 

Methods in org.jacorb.orb that return ContextList
 ContextList ORBSingleton.create_context_list()
           
 ContextList ORB.create_context_list()
           
 

Methods in org.jacorb.orb with parameters of type ContextList
 Request Delegate.create_request(Object self, Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
           
 

Uses of ContextList in org.jacorb.orb.dii
 

Methods in org.jacorb.orb.dii that return ContextList
 ContextList Request.contexts()
           
 

Uses of ContextList in org.omg.CORBA
 

Methods in org.omg.CORBA that return ContextList
abstract  ContextList Request.contexts()
           
abstract  ContextList ORB.create_context_list()
           
 

Methods in org.omg.CORBA with parameters of type ContextList
 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)
           
 

Uses of ContextList in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable with parameters of type ContextList
 void OutputStream.write_Context(Context ctx, ContextList contexts)
           
 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, ExceptionList exclist, ContextList ctxlist)