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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
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...]

Completed in 827 milliseconds