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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDATable.java27 // DATable.java: Interface for DATables.
39 * DATable is an abstract class that provides the interface for DA
49 abstract class DATable extends Object { class in inherits:Object
51 protected static DATable daTable;
54 // System property naming the DATable implementation class to use.
93 * UNICAST_KEY - Vector of DATable.DARecord objects containing
175 * @return The DATable object for this process' SLP requests.
179 static DATable getDATable() {
200 static protected DATable linkAndInstantiateFromProp() {
219 daTable = (DATable)tclas
[all...]

Completed in 53 milliseconds