|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MachineInfo
Contains information describing the physical machine and remote agent install info associated with a particular host.
Method Summary | |
---|---|
java.lang.String |
getOSArch()
Returns the architecture of the operating system. |
java.lang.String |
getOSName()
Returns the normalized name of the operating system. |
java.lang.String |
getOSVersion()
Returns the version of the operating system. |
java.lang.String |
getRABuildNumber()
Returns the build number of the remote agent installation. |
java.lang.String |
getRAConfigDir()
Returns the absolute path of the config directory of the remote agent installation. |
java.lang.String |
getRADataDir()
Returns the absolute path of the data directory of the remote agent installation. |
java.lang.String |
getRAFileSeparator()
Returns the file separator of the remote agent operating system. |
java.lang.String |
getRAHomeDir()
Returns the absolute path of the home directory of the remote agent installation. |
java.lang.String |
getRAPathSeparator()
Returns the file separator of the remote agent operating system. |
java.lang.String |
getRATmpDir()
Returns the absolute path of the temporary directory of the remote agent installation. |
java.lang.String |
getRAVersionNumber()
Returns the version number of the remote agent installation. |
Method Detail |
---|
java.lang.String getOSName()
java.lang.String getOSVersion()
java.lang.String getOSArch()
java.lang.String getRAHomeDir()
java.lang.String getRADataDir()
java.lang.String getRATmpDir()
java.lang.String getRAConfigDir()
java.lang.String getRABuildNumber()
java.lang.String getRAVersionNumber()
java.lang.String getRAFileSeparator()
java.lang.String getRAPathSeparator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |