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

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/pept/protocol/
H A DClientRequestDispatcher.java57 public OutputObject beginRequest(Object self, 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.
1504 * Multiple calls to {@code beginRequest} without an intervening call
1505 * to {@code endRequest} is not an error. The first {@code beginRequest} call
1509 * Use of {@code beginRequest} and {@code endRequest} is optional, vendor
1514 * transaction and {@code beginRequest} is called.
1519 * enclose each unit of work in {@code beginRequest}, {@code endRequest}
1530 * The pooling manager should call {@code beginRequest} on the underlying connection
1533 * The pooling manager does not need to call {@code beginRequest} if:
1547 default void beginRequest() throw method in interface:Connection
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientRequestDispatcherImpl.java132 public OutputObject beginRequest(Object self, String opName, method in class:CorbaClientRequestDispatcherImpl
141 dprint(".beginRequest->: op/" + opName);
181 dprint(".beginRequest: op/" + opName
189 dprint(".beginRequest: op/" + opName
194 dprint(".beginRequest: op/" + opName
207 return beginRequest(self, opName,
241 dprint(".beginRequest: " + opAndId(messageMediator)
266 dprint(".beginRequest: " + opAndId(messageMediator)
296 dprint(".beginRequest: " + opAndId(messageMediator)
325 return beginRequest(sel
[all...]
H A DCorbaClientDelegateImpl.java137 subcontract.beginRequest(self, operation,
H A DCorbaMessageMediatorImpl.java1556 beginRequest(messageMediator);
1581 beginRequest(messageMediator);
1596 private void beginRequest(CorbaMessageMediator messageMediator) method in class:CorbaMessageMediatorImpl

Completed in 98 milliseconds