Searched refs:ServerDATable (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServerDATable.java27 // ServerDATable.java: Abstract class for DA Table in the DA/SA server.
41 * ServerDATable is an abstract class that provides the interface for DA
55 * The ServerDATable also does active discovery for the SA server/DA,
61 abstract class ServerDATable extends DATable { class in inherits:DATable
88 static ServerDATable getServerDATable()
91 ServerDATable table = null;
100 return (ServerDATable)daTable;
110 table = (ServerDATable)daTable;
H A DActiveDiscoverer.java64 private ServerDATable table = null;
77 ServerDATable table,
H A DSLPV1Manager.java198 start(SLPConfig config, ServerDATable table, ServiceTable stable) {
H A DServiceStoreFactory.java419 ServerDATable daTable = ServerDATable.getServerDATable();
H A Dslpd.java219 private static ServerDATable daTable; // handle recording of DAs
389 // Create a ServerDATable from the class. This will initialize
395 daTable = ServerDATable.getServerDATable();
H A DSunServerDATable.java61 class SunServerDATable extends ServerDATable {
H A DRequestHandler.java53 private ServerDATable daTable; // DA table in server for reg and dereg
144 daTable = ServerDATable.getServerDATable();
209 daTable = ServerDATable.getServerDATable();
H A DTransact.java905 ServerDATable daTable)
H A DServiceTable.java1363 ServerDATable.getServerDATable().returnMatchingDAs(query);
/osnet-11/usr/src/lib/libslp/javalib/
H A DMakefile.conf110 DAAdvertiser.class ServerDATable.class \

Completed in 26 milliseconds