Searched refs:ServiceRecord (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStore.java45 * Each ServiceStore implementation must also supply ServiceRecord
82 * The ServiceRecord interface specifies the record structure of
89 interface ServiceRecord { interface in interface:ServiceStore
390 * @return The ServiceRecord object, or null if none.
393 public ServiceRecord
401 * @return Enumeration Of ServiceRecord Objects.
H A DSLPV1SSrvDereg.java116 ServiceStore.ServiceRecord rec = table.getServiceRecord(URL,
H A DSLPV1SSrvReg.java147 ServiceStore.ServiceRecord rec =
H A DServiceStoreFactory.java434 ServiceStore.ServiceRecord rec =
435 (ServiceStore.ServiceRecord)recs.nextElement();
H A DServiceTable.java285 ServiceStore.ServiceRecord rec =
286 (ServiceStore.ServiceRecord)en.nextElement();
471 ServiceStore.ServiceRecord rec =
472 (ServiceStore.ServiceRecord)deleted.elementAt(i);
1194 ServiceStore.ServiceRecord getServiceRecord(ServiceURL URL,
H A DServerDATable.java436 ServiceStore.ServiceRecord rec =
H A DServiceStoreInMemory.java1086 * ServiceStore.ServiceRecord interface on in-memory data structures.
1093 implements ServiceStore.ServiceRecord {
2316 * @return The ServiceRecord object, or null if none.
2319 synchronized public ServiceStore.ServiceRecord
2340 * @return Enumeration Of ServiceRecord Objects.
3252 writeRecordToLog(SLPConfig conf, ServiceStore.ServiceRecord rec) {

Completed in 39 milliseconds