Searched defs:Port (Results 1 - 6 of 6) sorted by relevance
| /openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Layout/src/com/sun/hotspot/igv/layout/ |
| H A D | Port.java | 32 public interface Port { interface
|
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/ |
| H A D | Port.java | 39 public interface Port interface in inherits:TypedXmlWriter,Documented 45 public com.sun.xml.internal.ws.wsdl.writer.document.Port name(String value); 48 public com.sun.xml.internal.ws.wsdl.writer.document.Port arrayType(String value); 51 public com.sun.xml.internal.ws.wsdl.writer.document.Port binding(QName value);
|
| /openjdk7/jdk/src/share/classes/javax/sound/sampled/ |
| H A D | Port.java | 33 * speaker, headphone, and line output. You can access port using a <code>{@link Port.Info}</code> 39 public interface Port extends Line { interface in inherits:Line 46 * The <code>Port.Info</code> class extends <code>{@link Line.Info}</code> 56 * <code>Port.Info</code> class may also be constructed and used to obtain 57 * lines matching the parameters specified in the <code>Port.Info</code> object. 73 public static final Info MICROPHONE = new Info(Port.class,"MICROPHONE", true); 78 public static final Info LINE_IN = new Info(Port.class,"LINE_IN", true); 83 public static final Info COMPACT_DISC = new Info(Port.class,"COMPACT_DISC", true); 91 public static final Info SPEAKER = new Info(Port.class,"SPEAKER", false); 96 public static final Info HEADPHONE = new Info(Port [all...] |
| /openjdk7/jdk/src/solaris/classes/sun/nio/ch/ |
| H A D | Port.java | 42 abstract class Port extends AsynchronousChannelGroupImpl { class in inherits:AsynchronousChannelGroupImpl 61 Port(AsynchronousChannelProvider provider, ThreadPool pool) { method in class:Port
|
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/ |
| H A D | Port.java | 42 public class Port extends ModelObject { class in inherits:ModelObject 44 public Port(Entity entity) { method in class:Port 48 public Port(QName name, Entity entity) { method in class:Port
|
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/ |
| H A D | Port.java | 43 public class Port extends GlobalEntity implements TWSDLExtensible { class in inherits:GlobalEntity,TWSDLExtensible 45 public Port(Defining defining, Locator locator, ErrorReceiver errReceiver) { method in class:Port
|
Completed in 38 milliseconds