Searched refs:set_exception (Results 1 - 2 of 2) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DServerRequest.java117 * Unless it calls the method <code>set_exception</code>,
120 * arguments</code> or <code>set_exception</code>
131 * the method <code>set_exception</code>,
149 * Unless it calls the method <code>set_exception</code>,
152 * arguments</code> or <code>set_exception</code>
163 * the method <code>set_exception</code>,
186 * <code>set_exception</code> is called, if the invoked method
194 * the method <code>set_result</code> or <code>set_exception</code> has been
216 * <code>set_exception</code> is called, if the invoked method
224 * the method <code>set_result</code> or <code>set_exception</cod
287 public void set_exception(Any any) method in class:ServerRequest
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/corba/
H A DServerRequestImpl.java148 public void set_exception(Any exc) method in class:ServerRequestImpl
169 // set_exception. (internal flags ensure this). However, the user
170 // can call set_exception multiple times. Therefore, we only
171 // invoke receive_request the first time set_exception is
193 // 1. Unless it calls set_exception(), the DIR must call arguments()
196 // 2. Unless set_exception() is called, if the invoked operation has a

Completed in 102 milliseconds