Searched refs:ExceptionList (Results 1 - 19 of 19) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DExceptionList.java34 * an <code>ExceptionList</code> object:
37 * org.omg.CORBA.ExceptionList excList = orb.create_exception_list();
39 * The variable <code>excList</code> represents an <code>ExceptionList</code>
44 * <code>create_exception_tc</code>. Then you use the <code>ExceptionList</code>
46 * The class <code>ExceptionList</code> has a method for getting
54 public abstract class ExceptionList { class
58 * <code>ExceptionList</code> object.
61 * <code>ExceptionList</code> object
68 * to this <code>ExceptionList</code> object.
86 * in this <code>ExceptionList</cod
[all...]
H A DRequest.java122 * Retrieves the <code>ExceptionList</code> object for this request.
126 * @return the <code>ExceptionList</code> object describing the exceptions
130 public abstract ExceptionList exceptions();
H A DObject.java209 * @param exclist an <code>ExceptionList</code> object containing a
219 * @see ExceptionList
227 ExceptionList exclist,
H A DLocalObject.java214 * @param exceptions an <code>ExceptionList</code> object containing a
230 ExceptionList exceptions,
H A DORB.java638 * Creates an empty <code>ExceptionList</code> object.
640 * @return the newly-created <code>ExceptionList</code> object
642 abstract public ExceptionList create_exception_list();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DExceptionListImpl.java37 import org.omg.CORBA.ExceptionList;
42 public class ExceptionListImpl extends ExceptionList {
H A DRequestImpl.java42 import org.omg.CORBA.ExceptionList;
78 protected ExceptionList _exceptions;
108 ExceptionList exceptionList,
173 public ExceptionList exceptions()
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DStubWrapper.java37 import org.omg.CORBA.ExceptionList ;
141 NamedValue result, ExceptionList exclist, ContextList ctxlist)
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DDelegate.java32 import org.omg.CORBA.ExceptionList;
158 ExceptionList exclist,
H A DObjectImpl.java30 import org.omg.CORBA.ExceptionList;
242 ExceptionList exceptions,
/openjdk7/corba/src/share/classes/org/omg/PortableInterceptor/
H A DInterceptors.idl76 * <code>ExceptionList</code> PIDL represented by <code>ExceptionList</code>
80 typedef sequence<CORBA::TypeCode> ExceptionList;
362 readonly attribute Dynamic::ExceptionList exceptions;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientDelegateImpl.java36 import org.omg.CORBA.ExceptionList;
368 ExceptionList exclist,
H A DSharedCDRClientRequestDispatcherImpl.java53 import org.omg.CORBA.ExceptionList;
H A DCorbaMessageMediatorImpl.java38 import org.omg.CORBA.ExceptionList;
441 ExceptionList _exceptions = diiRequest.exceptions();
H A DCorbaClientRequestDispatcherImpl.java50 import org.omg.CORBA.ExceptionList;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DClientRequestInfoImpl.java37 import org.omg.CORBA.ExceptionList;
123 // The DII query calls like ParameterList, ExceptionList,
553 ExceptionList excList = request.exceptions( );
H A DRequestInfoImpl.java51 import org.omg.CORBA.ExceptionList;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBSingleton.java49 import org.omg.CORBA.ExceptionList;
299 public org.omg.CORBA.ExceptionList create_exception_list() {
H A DORBImpl.java64 import org.omg.CORBA.ExceptionList;
623 * Create an ExceptionList
625 * @result ExceptionList created
627 public synchronized org.omg.CORBA.ExceptionList create_exception_list()

Completed in 79 milliseconds