Searched refs:ServiceStore (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreFactory.java27 // ServiceStoreFactory.java: Factory for creating ServiceStore objects.
41 * The ServiceStoreFactory provides a way to obtain a ServiceStore
72 * Return the ServiceStore for the SLP agent.
74 * @return An object supporting the ServiceStore interface.
76 * if the ServiceStore object can't be
78 * class implementing the ServiceStore required
83 static ServiceStore createServiceStore()
90 // Create the appropriate ServiceStore object from the property.
92 private static ServiceStore
115 ServiceStore stor
[all...]
H A DSunServerDATable.java160 ServiceStore store = serviceTable.store;
176 (Vector)attrRec.get(ServiceStore.FA_ATTRIBUTES);
257 ServiceStore store = serviceTable.store;
294 ServiceStore store = ServiceTable.getServiceTable().store;
308 return (Hashtable)returns.get(ServiceStore.FS_SERVICES);
370 ServiceStore store = serviceTable.store;
378 Hashtable retRec = (Hashtable)returns.get(ServiceStore.FS_SERVICES);
401 Vector retAttrs = (Vector)attrRec.get(ServiceStore.FA_ATTRIBUTES);
H A DServiceTable.java64 protected ServiceStore store = null;
168 ServiceStore serStore = getStoreFromURL(serializedURL);
226 private ServiceStore getStoreFromURL(String serializedURL) {
228 ServiceStore serStore = null;
275 private void registerStore(ServiceStore serStore) {
285 ServiceStore.ServiceRecord rec =
286 (ServiceStore.ServiceRecord)en.nextElement();
471 ServiceStore.ServiceRecord rec =
472 (ServiceStore.ServiceRecord)deleted.elementAt(i);
978 (Hashtable)returns.get(ServiceStore
[all...]
H A DSLPV1SSrvDereg.java116 ServiceStore.ServiceRecord rec = table.getServiceRecord(URL,
H A DServiceStore.java27 // ServiceStore.java: Interface for different storage implementations
41 * ServiceStore specifies the interface between the storage back end for
43 * various implementations of the ServiceStore. The ServiceStoreFactory
44 * class is responsible for instantiating the ServiceStore object.
45 * Each ServiceStore implementation must also supply ServiceRecord
51 interface ServiceStore { interface
83 * stored in the ServiceStore. The methods are all property
152 // ServiceStore interface methods.
157 * of the ServiceStore for a stateful store. Otherwise, return the
169 * @param deleted A Vector for return of ServiceStore
[all...]
H A DSLPV1SSrvReg.java147 ServiceStore.ServiceRecord rec =
H A DSLPV1Manager.java126 ServiceStore store = ServiceTable.getServiceTable().store;
H A DSLPV1SAttrMsg.java197 ServiceStore store = ServiceTable.getServiceTable().store;
H A DServiceStoreInMemory.java42 * The ServiceStoreInMemory class implements the ServiceStore interface
49 class ServiceStoreInMemory extends Object implements ServiceStore {
1086 * ServiceStore.ServiceRecord interface on in-memory data structures.
1093 implements ServiceStore.ServiceRecord {
1374 // ServiceStore Interface Methods.
1379 * of the ServiceStore.
1394 * @param deleted A Vector for return of ServiceStore.Service records
1593 * ServiceStore does not contain the URL, or if any
1727 * ServiceStore does not contain the URL or if any
2055 ht.put(ServiceStore
[all...]
H A DServerDATable.java436 ServiceStore.ServiceRecord rec =
/osnet-11/usr/src/lib/libslp/javalib/
H A DMakefile.conf106 ServiceStore.class ServiceStoreFactory.class \

Completed in 41 milliseconds