Searched defs:Impl (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DPool.java60 public abstract class Impl<T> implements Pool<T> { class in interface:Pool
/openjdk7/jdk/test/java/awt/EventDispatchThread/LoopRobustness/
H A DLoopRobustness.java57 new Thread(new TestThreadGroup(mainThreadGroup, "TestGroup"), new Impl()).start();
91 class Impl implements Runnable{ class in inherits:Runnable
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DBindingID.java353 public static final BindingID XML_HTTP = new Impl(SOAPVersion.SOAP_11, HTTPBinding.HTTP_BINDING,false) {
362 private static final BindingID REST_HTTP = new Impl(SOAPVersion.SOAP_11, JAXWSProperties.REST_BINDING,true) {
368 private static abstract class Impl extends BindingID { class in class:BindingID
373 public Impl(SOAPVersion version, String lexical, boolean canGenerateWSDL) { method in class:BindingID.Impl
396 private static final class SOAPHTTPImpl extends Impl implements Cloneable {
/openjdk7/jdk/test/java/beans/Introspector/
H A DTestTypeResolver.java356 public static abstract class Impl implements Intf<String> { class in class:TestTypeResolver
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java418 public static class Impl implements IntExample { class in interface:MethodHandlesTest.IntExample
421 public Impl() { name = "Impl#"+nextArg(); } method in class:MethodHandlesTest.IntExample.Impl
568 testFindVirtual(IntExample.Impl.class, IntExample.class, void.class, "Int/v0");
755 testBind(IntExample.Impl.class, void.class, "Int/v0");

Completed in 92 milliseconds