Searched refs:NameService (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DNameService.java25 * NameService class
33 public class NameService class
46 public NameService() method in class:NameService
52 public NameService(String nsname) throws Exception method in class:NameService
135 Debug.message("SVR: NameService.checkAuth()");
H A DPrinterUtil.java48 NameService ns = new NameService("ldap");
75 NameService ns) throws Exception
164 NameService ns) throws Exception
185 NameService ns) throws Exception
H A DDoPrinterDelete.java45 NameService ns = new NameService();
68 NameService ns) throws Exception
H A DDoPrinterAdd.java42 NameService ns = new NameService();
87 NameService ns) throws Exception
105 NameService ns) throws Exception
313 NameService localns = new NameService();
335 NameService ns) throws Exception
H A DPrinter.java64 private NameService nscontext;
79 nscontext = new NameService();
82 public Printer(NameService ns)
H A DDoPrinterView.java46 NameService ns = new NameService();
69 NameService ns) throws Exception
87 NameService ns) throws Exception
168 Printer p, NameService ns) throws Exception
H A DDoPrinterNS.java64 NameService ns = null;
66 ns = new NameService("nis");
102 NameService ns) throws Exception
119 NameService ns) throws Exception
353 NameService ns) throws Exception
543 public static boolean doAuth(NameService ns) throws Exception
H A DMakefile40 NameService.class \
H A DPrinterDebug.java92 public static void printObj(NameService ns)
94 Debug.message("SVR: PrinterDebug.printObj(NameService)");
H A DDoPrinterMod.java41 NameService ns = new NameService();
90 NameService ns) throws Exception
120 NameService ns) throws Exception
619 NameService ns) throws Exception
H A DTest.java179 NameService ns = null;
181 ns = new NameService(nameservice);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmCalls.java144 public static void debugshowPrinterList(NameService ns) {
H A DpmTop.java90 NameService ns = null;
91 NameService nisns = null;
92 NameService systemns = null;
93 NameService ldapns = null;
127 systemns = new NameService("system");
132 nisns = new NameService("nis");
137 ldapns = new NameService("ldap");

Completed in 53 milliseconds