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

Packages that use SystemInfoException
org.rhq.core.system   
 

Uses of SystemInfoException in org.rhq.core.system
 

Methods in org.rhq.core.system that throw SystemInfoException
 List<NetworkAdapterInfo> JavaSystemInfo.getAllNetworkAdapters()
          Returns partially filled NetworkAdapterInfo objects - only the data available via the Java API (particularly the NetworkInterface class) will be available in the returned objects.
 List<NetworkAdapterInfo> NativeSystemInfo.getAllNetworkAdapters()
           
 List<NetworkAdapterInfo> SystemInfo.getAllNetworkAdapters()
          Returns the information on all installed network adapters.
 List<ServiceInfo> NativeSystemInfo.getAllServices()
           
 List<ServiceInfo> SystemInfo.getAllServices()
          Returns the information on all installed services found in the services manager.
 List<ServiceInfo> WindowsNativeSystemInfo.getAllServices()
           
 org.hyperic.sigar.ProcCpu ProcessInfo.getCpu()
           
 org.hyperic.sigar.ProcCred ProcessInfo.getCredentials()
           
 org.hyperic.sigar.ProcCredName ProcessInfo.getCredentialsName()
           
 org.hyperic.sigar.ProcExe ProcessInfo.getExecutable()
           
 org.hyperic.sigar.ProcFd ProcessInfo.getFileDescriptor()
           
 String NativeSystemInfo.getHostname()
           
 String SystemInfo.getHostname()
          Returns the hostname that the system is known as.
 org.hyperic.sigar.ProcMem ProcessInfo.getMemory()
           
 long ProcessInfo.getParentPid()
           
 List<String> WindowsNativeSystemInfo.getRegistryChildKeys(RegistryEntry.Root root, String key)
          Gets a list of all the sub-keys that are direct children of the given registry key.
 List<RegistryEntry> WindowsNativeSystemInfo.getRegistryEntries(RegistryEntry.Root root, String key)
          Gets a list of all the value entries of the given registry key.
 RegistryEntry WindowsNativeSystemInfo.getRegistryEntry(RegistryEntry.Root root, String key, String name)
          Returns a registry entry (which includes its value) where the key is located under either the LOCAL_MACHINE or CURRENT_USER root registry node.
 List<String> WindowsNativeSystemInfo.getRegistryValueNames(RegistryEntry.Root root, String key)
          Gets a list of all the names of values of the given registry key.
 org.hyperic.sigar.ProcState ProcessInfo.getState()
           
 org.hyperic.sigar.ProcTime ProcessInfo.getTime()
           
 boolean ProcessInfo.isRunning()
           
 void AggregateProcessInfo.refresh()
           
 void ProcessInfo.refresh()
           
 

Constructors in org.rhq.core.system that throw SystemInfoException
ProcessInfo(long pid)
           
 



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