Uses of Class
org.omg.CORBA.Context

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

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

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

Methods in org.apache.yoko.orb.CORBA that return Context
 Context Context.create_child(String child_ctx_name)
           
 Context Request.ctx()
           
 Context ServerRequest.ctx()
           
 Context Context.parent()
           
 Context InputStream.read_Context()
           
 

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

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

Methods in org.apache.yoko.orb.OBCORBA that return Context
 Context ORB_impl.get_default_context()
           
 Context ORBSingleton_impl.get_default_context()
           
 

Uses of Context in org.omg.CORBA
 

Methods in org.omg.CORBA that return Context
abstract  Context Context.create_child(String child_ctx_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, String operation, NVList arg_list, NamedValue result)
           
 Request LocalObject._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 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)
           
abstract  void Request.ctx(Context c)
           
 

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, String operation, NVList arg_list, NamedValue result)
           
 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)
           
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 Context in org.omg.PortableServer
 

Methods in org.omg.PortableServer with parameters of type Context
 Request ServantManagerPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request AdapterActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request ServantLocatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request ServantActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 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.