Uses of Class
org.omg.CORBA.ExceptionList

Packages that use ExceptionList
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBCORBA   
org.apache.yoko.orb.PortableInterceptor   
org.omg.CORBA   
org.omg.CORBA.portable   
org.omg.PortableServer   
 

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

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

Methods in org.apache.yoko.orb.CORBA that return ExceptionList
 ExceptionList Request.exceptions()
           
 

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

Uses of ExceptionList in org.apache.yoko.orb.OB
 

Fields in org.apache.yoko.orb.OB declared as ExceptionList
protected  ExceptionList PIDIIDowncall.exceptionList_
           
 

Methods in org.apache.yoko.orb.OB with parameters of type ExceptionList
 Downcall DowncallStub.createPIDIIDowncall(String op, boolean resp, NVList args, NamedValue result, ExceptionList exceptions)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type ExceptionList
PIDIIDowncall(ORBInstance orbInstance, Client client, ProfileInfo profileInfo, RefCountPolicyList policies, String op, boolean resp, IOR IOR, IOR origIOR, PIManager piManager, NVList args, NamedValue result, ExceptionList exceptions)
           
 

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

Methods in org.apache.yoko.orb.OBCORBA that return ExceptionList
 ExceptionList ORB_impl.create_exception_list()
           
 ExceptionList ORBSingleton_impl.create_exception_list()
           
 

Uses of ExceptionList in org.apache.yoko.orb.PortableInterceptor
 

Constructors in org.apache.yoko.orb.PortableInterceptor with parameters of type ExceptionList
ClientRequestInfo_impl(ORB orb, int id, String op, boolean responseExpected, IOR IOR, IOR origIOR, ProfileInfo profileInfo, Policy[] policies, Vector requestSCL, Vector replySCL, ORBInstance orbInstance, Current_impl current, NVList args, NamedValue result, ExceptionList exceptions)
           
 

Uses of ExceptionList in org.omg.CORBA
 

Methods in org.omg.CORBA that return ExceptionList
abstract  ExceptionList ORB.create_exception_list()
           
abstract  ExceptionList Request.exceptions()
           
 

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

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

Uses of ExceptionList in org.omg.PortableServer
 

Methods in org.omg.PortableServer with parameters of type ExceptionList
 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.