Uses of Class
org.rhq.core.system.OperatingSystemType

Packages that use OperatingSystemType
org.rhq.core.system   
 

Uses of OperatingSystemType in org.rhq.core.system
 

Methods in org.rhq.core.system that return OperatingSystemType
 OperatingSystemType SystemInfo.getOperatingSystemType()
          Returns the operating system type, if known; otherwise, JAVA is returned (in which case, the caller can examine the Java system property "os.name" to try to detect the type).
 OperatingSystemType NativeSystemInfo.getOperatingSystemType()
           
 OperatingSystemType JavaSystemInfo.getOperatingSystemType()
          Returns JAVA unless the type can be determined via the Java "os.name" property.
static OperatingSystemType OperatingSystemType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperatingSystemType[] OperatingSystemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.