jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java
changeset 21278 ef8a3a2a72f2
parent 19357 7780d9ec205c
child 21283 b24d2a6e59b8
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    59  */
    59  */
    60 public class UnixPrintServiceLookup extends PrintServiceLookup
    60 public class UnixPrintServiceLookup extends PrintServiceLookup
    61     implements BackgroundServiceLookup, Runnable {
    61     implements BackgroundServiceLookup, Runnable {
    62 
    62 
    63     /* Remind: the current implementation is static, as its assumed
    63     /* Remind: the current implementation is static, as its assumed
    64      * its preferable to minimise creation of PrintService instances.
    64      * its preferable to minimize creation of PrintService instances.
    65      * Later we should add logic to add/remove services on the fly which
    65      * Later we should add logic to add/remove services on the fly which
    66      * will take a hit of needing to regather the list of services.
    66      * will take a hit of needing to regather the list of services.
    67      */
    67      */
    68     private String defaultPrinter;
    68     private String defaultPrinter;
    69     private PrintService defaultPrintService;
    69     private PrintService defaultPrintService;