Searched defs:Dispatch (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DDispatch.java30 /** The <code>Dispatch</code> interface provides support
33 * class acts as a factory for the creation of <code>Dispatch</code>
38 public interface Dispatch<T> extends BindingProvider { interface in inherits:BindingProvider
53 * the <code>Dispatch</code> instance
71 * the <code>Dispatch</code> instance
94 * the <code>Dispatch</code> instance
112 * the <code>Dispatch</code> instance or if an error occurs during the
/openjdk7/jdk/src/macosx/classes/com/apple/concurrent/
H A DDispatch.java34 * Access is controlled through the Dispatch.getInstance() method, because
41 public final class Dispatch { class
52 final static Dispatch instance = new Dispatch();
55 * Factory method returns an instnace of Dispatch if supported by the
59 * @return a factory instance of Dispatch, or null if not available
61 public static Dispatch getInstance() {
73 private Dispatch() { } method in class:Dispatch
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dbroken.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/framework/ junit/framework/Assert.class Assert. ...

Completed in 27 milliseconds