Searched defs:async (Results 1 - 2 of 2) 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/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 44 milliseconds