Home
last modified time | relevance | path

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

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