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
 void ProcessInfo.destroy()
           
 List<NetworkAdapterInfo> SystemInfo.getAllNetworkAdapters()
          Returns the information on all installed network adapters.
 List<NetworkAdapterInfo> NativeSystemInfo.getAllNetworkAdapters()
           
 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<ServiceInfo> WindowsNativeSystemInfo.getAllServices()
           
 List<ServiceInfo> SystemInfo.getAllServices()
          Returns the information on all installed services found in the services manager.
 List<ServiceInfo> NativeSystemInfo.getAllServices()
           
 org.hyperic.sigar.ProcCpu ProcessInfo.getCpu()
           
 org.hyperic.sigar.ProcCred ProcessInfo.getCredentials()
           
 org.hyperic.sigar.ProcCredName ProcessInfo.getCredentialsName()
           
 String ProcessInfo.getCurrentWorkingDirectory()
           
 org.hyperic.sigar.ProcExe ProcessInfo.getExecutable()
           
 org.hyperic.sigar.ProcFd ProcessInfo.getFileDescriptor()
           
 String SystemInfo.getHostname()
          Returns the hostname that the system is known as.
 String NativeSystemInfo.getHostname()
           
 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 ProcessInfo.refresh()
           
 void AggregateProcessInfo.refresh()
           
 

Constructors in org.rhq.core.system that throw SystemInfoException
ProcessInfo(long pid)
           
ProcessInfo(long pid, org.hyperic.sigar.SigarProxy sigar)
           
 



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