Uses of Class
org.omg.CORBA.ExceptionList

Packages that use ExceptionList
org.jacorb.orb   
org.jacorb.orb.dii   
org.omg.CORBA   
org.omg.CORBA.portable   
org.omg.Messaging   
 

Uses of ExceptionList in org.jacorb.orb
 

Methods in org.jacorb.orb that return ExceptionList
 ExceptionList ORBSingleton.create_exception_list()
           
 ExceptionList ORB.create_exception_list()
           
 

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

Uses of ExceptionList in org.jacorb.orb.dii
 

Subclasses of ExceptionList in org.jacorb.orb.dii
 class ExceptionList
           
 

Methods in org.jacorb.orb.dii that return ExceptionList
 ExceptionList Request.exceptions()
           
 

Uses of ExceptionList in org.omg.CORBA
 

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

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

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

Uses of ExceptionList in org.omg.Messaging
 

Methods in org.omg.Messaging with parameters of type ExceptionList
abstract  void ExceptionHolder.raise_exception_with_list(ExceptionList exc_list)