Searched refs:async (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/
H A DMEP.java44 MEP(boolean async) { argument
45 isAsync = async;
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dmm.js256 * @param async asynchornous mode [optional, default is false]
259 * With async mode, all field, operation access is async. Results
262 function mbean(objName, async) {
290 if (async) {
304 if (async) {
317 if (async) {
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/resources/
H A Djconsole.js282 * @param async asynchornous mode [optional, default is false]
285 * With async mode, all field, operation access is async. Results
288 function mbean(objName, async) {
316 if (async) {
330 if (async) {
343 if (async) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDocumentImpl.java1216 * asynchronous. When the async attribute is set to <code>true</code>
1223 * property? What if implementing both async and sync IO is impractical
1234 * asynchronous. When the async attribute is set to <code>true</code>
1241 * property? What if implementing both async and sync IO is impractical
1245 public void setAsync(boolean async) { argument
1246 if (async) {
1266 * return to the caller immediately depending on the value of the async
1288 * @return If async is set to <code>true</code> <code>load</code> returns
1291 * <code>load</code> returns <code>false</code>.If async is set to

Completed in 258 milliseconds