Home
last modified time | relevance | path

Searched refs:ServiceStoreInMemory (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/
H A DMakefile.conf108 ServiceTable.class ServiceStoreInMemory.class \
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreFactory.java165 ServiceStore ss = new ServiceStoreInMemory(); in deserializeServiceStore()
H A DServiceStoreInMemory.java49 class ServiceStoreInMemory extends Object implements ServiceStore { class