Searched refs:NameService (Results 1 – 13 of 13) sorted by relevance
48 NameService ns = new NameService("ldap"); in main()75 NameService ns) throws Exception in getDefaultPrinter()164 NameService ns) throws Exception in getPrinterList()185 NameService ns) throws Exception in exists()
33 public class NameService class46 public NameService() in NameService() method in NameService52 public NameService(String nsname) throws Exception in NameService() method in NameService
42 NameService ns = new NameService(); in main()87 NameService ns) throws Exception in add()105 NameService ns) throws Exception in addLocal()313 NameService localns = new NameService(); in addLocal()335 NameService ns) throws Exception in addRemote()
45 NameService ns = new NameService(); in main()68 NameService ns) throws Exception in delete()
46 NameService ns = new NameService(); in main()69 NameService ns) throws Exception in view()87 NameService ns) throws Exception in viewRemote()168 Printer p, NameService ns) throws Exception in viewLocal()
64 NameService ns = null; in main()66 ns = new NameService("nis"); in main()102 NameService ns) throws Exception in set()119 NameService ns) throws Exception in setNIS()353 NameService ns) throws Exception in setNS()543 public static boolean doAuth(NameService ns) throws Exception in doAuth()
64 private NameService nscontext;79 nscontext = new NameService(); in Printer()82 public Printer(NameService ns) in Printer()
41 NameService ns = new NameService(); in main()90 NameService ns) throws Exception in modify()120 NameService ns) throws Exception in modifyLocal()619 NameService ns) throws Exception in modifyRemote()
40 NameService.class \
92 public static void printObj(NameService ns) in printObj()
179 NameService ns = null; in main()181 ns = new NameService(nameservice); in main()
90 NameService ns = null;91 NameService nisns = null;92 NameService systemns = null;93 NameService ldapns = null;127 systemns = new NameService("system"); in pmTopInit()132 nisns = new NameService("nis"); in pmTopInit()137 ldapns = new NameService("ldap"); in pmTopInit()
144 public static void debugshowPrinterList(NameService ns) { in debugshowPrinterList()