Uses of Class
org.omg.CORBA.ContextList

Packages that use ContextList
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OBCORBA   
org.omg.CORBA   
org.omg.CORBA.portable   
org.omg.PortableServer   
 

Uses of ContextList in org.apache.yoko.orb.CORBA
 

Subclasses of ContextList in org.apache.yoko.orb.CORBA
 class ContextList
           
 

Methods in org.apache.yoko.orb.CORBA that return ContextList
 ContextList Request.contexts()
           
 

Methods in org.apache.yoko.orb.CORBA with parameters of type ContextList
 Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 void OutputStream.write_Context(Context ctx, ContextList contexts)
           
 

Uses of ContextList in org.apache.yoko.orb.OBCORBA
 

Methods in org.apache.yoko.orb.OBCORBA that return ContextList
 ContextList ORB_impl.create_context_list()
           
 ContextList ORBSingleton_impl.create_context_list()
           
 

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, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
           
 Request LocalObject._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 

Uses of ContextList in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable with parameters of type ContextList
 Request ObjectImpl._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
           
abstract  Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 void OutputStream.write_Context(Context ctx, ContextList contexts)
           
 

Uses of ContextList in org.omg.PortableServer
 

Methods in org.omg.PortableServer with parameters of type ContextList
 Request ServantManagerPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request AdapterActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request ServantLocatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request ServantActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.