|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.root.RootObject
com.neeve.daemon.config.DmnConfigDescriptor
public abstract class DmnConfigDescriptor
Base implementation of a daemon configuration descriptor.
This class is the base class for all daemon configuration descriptors.
Method Summary | |
---|---|
void |
setTraceLevel(Tracer.Level level)
Set the daemon trace level. |
String |
toString(String prefix,
Properties props)
Return a string representation of the descriptor. |
Methods inherited from class com.neeve.root.RootObject |
---|
getChecked, getThreaded, getTracer, setChecked, setTracer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.neeve.daemon.config.IDmnConfigDescriptor |
---|
getGroup, getIOThreadCount, getIOThreadCPUAffinityMask, getIOThreadCPUAffinityMasks, getMaxOnDemandThreadCount, getMemoryReservePct, getName, getVersion, isChecked, isMultiThreaded, isPrintDescriptor, setChecked, setGroup, setIOThreadCount, setIOThreadCPUAffinityMask, setMaxOnDemandThreadCount, setMemoryReservePct, setMultiThreaded, setPrintDescriptor |
Method Detail |
---|
public final void setTraceLevel(Tracer.Level level)
level
- The level to set.public final String toString(String prefix, Properties props)
This method returns a string containing name value pairs of all the daemon configuration properties. This method enumerates all properties in the supplied properties table and returns a string containing all properties that start with the specified prefix
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |