Searched refs:endRequest (Results 1 - 5 of 5) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/pept/protocol/
H A DClientRequestDispatcher.java100 public void endRequest(Broker broker, method in interface:ClientRequestDispatcher
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DConnection.java1493 * server. Work done between {@code beginRequest}, {@code endRequest}
1503 * Calls to {@code beginRequest} and {@code endRequest} are not nested.
1505 * to {@code endRequest} is not an error. The first {@code beginRequest} call
1509 * Use of {@code beginRequest} and {@code endRequest} is optional, vendor
1519 * enclose each unit of work in {@code beginRequest}, {@code endRequest}
1544 * @see endRequest
1554 * and {@code endRequest} are not nested. Multiple
1555 * calls to {@code endRequest} without an intervening call to {@code beginRequest}
1556 * is not an error. The first {@code endRequest} call
1558 * a no-op. If {@code endRequest} i
1590 default void endRequest() throws SQLException { method in interface:Connection
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientDelegateImpl.java155 subcontract.endRequest(orb, self, (InputObject)input);
H A DCorbaMessageMediatorImpl.java1573 endRequest(messageMediator);
1592 endRequest(messageMediator);
1633 private void endRequest(CorbaMessageMediator messageMediator) method in class:CorbaMessageMediatorImpl
1656 dprint(".endRequest: IOException:" + ex.getMessage(), ex);
H A DCorbaClientRequestDispatcherImpl.java863 public void endRequest(Broker broker, Object self, InputObject inputObject) method in class:CorbaClientRequestDispatcherImpl
869 dprint(".endRequest->");
923 dprint(".endRequest: ignoring IOException - " + ex.toString());
927 dprint(".endRequest<-");

Completed in 205 milliseconds