Searched defs:Selector (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DSelector.java32 public interface Selector { interface
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DSelector.java31 public interface Selector interface
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DSelector.java73 * channel via the channel's {@link SelectableChannel#register(Selector,int)
206 public abstract class Selector implements Closeable { class in inherits:Closeable
211 protected Selector() { } method in class:Selector
226 public static Selector open() throws IOException {
371 public abstract Selector wakeup();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DSelector.java38 * @version $Id: Selector.java,v 1.7 2010-11-01 04:39:57 joehw Exp $
40 public class Selector { class
47 protected final Selector.XPath fXPath;
61 public Selector(Selector.XPath xpath, method in class:Selector
65 } // <init>(Selector.XPath,IdentityConstraint)
89 return new Selector.Matcher(fXPath, activator, initialDepth);
109 * @version $Id: Selector.java,v 1.7 2010-11-01 04:39:57 joehw Exp $
158 } // class Selector.XPath
161 * Selector matche
[all...]

Completed in 47 milliseconds