|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.lxtreme.ols.util.internal.HostResourceProperties
public class HostResourceProperties
Provides a class that holds some client properties, such as the version and so on.
Method Summary | |
---|---|
String |
getExecutionEnvironment()
|
String |
getFullName()
Returns the current value of fullName. |
String |
getOSName()
|
String |
getOSVersion()
|
String |
getProcessor()
|
String |
getReportIncidentAddress()
Returns the email address to use for reporting incidents. |
String |
getShortName()
Returns the current value of shortName. |
String |
getVersion()
Returns the version of the client. |
boolean |
isDebugMode()
Returns whether or not debugging is enabled. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getExecutionEnvironment()
getExecutionEnvironment
in interface HostProperties
public String getFullName()
getFullName
in interface HostProperties
public String getOSName()
getOSName
in interface HostProperties
public String getOSVersion()
getOSVersion
in interface HostProperties
public String getProcessor()
getProcessor
in interface HostProperties
public String getReportIncidentAddress()
getReportIncidentAddress
in interface HostProperties
null
.public String getShortName()
getShortName
in interface HostProperties
public String getVersion()
getVersion
in interface HostProperties
null
.public boolean isDebugMode()
Useful for additional checks, logging and so on.
isDebugMode
in interface HostProperties
true
if debug mode is enabled, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |