Searched refs:theSLPConfig (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A Dslpd.java671 theSLPConfig = new slpd();
673 return theSLPConfig;
H A DSLPConfig.java1030 protected static SLPConfig theSLPConfig = null; field in class:SLPConfig
1034 if (theSLPConfig == null) {
1035 theSLPConfig = new SLPConfig();
1038 return theSLPConfig;

Completed in 49 milliseconds