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

/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintServiceLookup.java55 * A PrintServiceLookup implementor is recommended to check for the
69 public abstract class PrintServiceLookup { class
183 PrintServiceLookup lus = (PrintServiceLookup)psIterator.next();
209 public static boolean registerServiceProvider(PrintServiceLookup sp) {
210 synchronized (PrintServiceLookup.class) {
232 * performed by the PrintServiceLookup class using the attribute
236 * Therefore registering a <code>PrintServiceLookup</code> instance
248 synchronized (PrintServiceLookup.class) {
330 synchronized (PrintServiceLookup
[all...]

Completed in 22 milliseconds