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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java27 // SLPConfig.java
61 class SLPConfig { class
136 protected SLPConfig() { method in class:SLPConfig
223 // to use com.sun.slp.SLPConfig as the log class
632 // Initialized when the SLPConfig object is created to avoid changing
1027 // Accessor for SLPConfig object
1030 protected static SLPConfig theSLPConfig = null;
1032 static SLPConfig getSLPConfig() {
1035 theSLPConfig = new SLPConfig();
1655 // calls back into SLPConfig
[all...]

Completed in 57 milliseconds