A B C D E F G H I J L M N O P Q R S T U V W

A

accept(File, String) - Method in class org.rhq.core.pluginapi.util.SnapshotReport.RegexFilenameFilter
 
AggregateProcessInfo - Class in org.rhq.core.system
Tracks the historical usage for child processes as they come and go to give an estimation of the total resources used by a process and all its children, past and present.
AggregateProcessInfo(long) - Constructor for class org.rhq.core.system.AggregateProcessInfo
Creates an aggregate process info object that will aggregate data related to the process with the given pid and all its child processes.
AggregateProcessInfo.AggregateProcCpu - Class in org.rhq.core.system
 
AggregateProcessInfo.AggregateProcCpu(List<ProcCpu>) - Constructor for class org.rhq.core.system.AggregateProcessInfo.AggregateProcCpu
 
AggregateProcessInfo.AggregateProcFd - Class in org.rhq.core.system
 
AggregateProcessInfo.AggregateProcFd(List<ProcFd>) - Constructor for class org.rhq.core.system.AggregateProcessInfo.AggregateProcFd
 
AggregateProcessInfo.AggregateProcMem - Class in org.rhq.core.system
 
AggregateProcessInfo.AggregateProcMem(List<ProcMem>) - Constructor for class org.rhq.core.system.AggregateProcessInfo.AggregateProcMem
 
AggregateProcessInfo.AggregateProcTime - Class in org.rhq.core.system
Aggregates ProcTime data into a single object.
AggregateProcessInfo.AggregateProcTime(List<ProcTime>) - Constructor for class org.rhq.core.system.AggregateProcessInfo.AggregateProcTime
 
allInboundTotal - Variable in class org.rhq.core.system.NetworkStats
 
allOutboundTotal - Variable in class org.rhq.core.system.NetworkStats
 
ApplicationServerComponent - Interface in org.rhq.core.pluginapi.inventory
Interface marking a resource component as a server for web applications (EARs, WARs).
applyTransforms(String) - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
AvailabilityCollectorRunnable - Class in org.rhq.core.pluginapi.availability
A class that can be used by plugins whose components may not be able to collect availability statuses fast enough.
AvailabilityCollectorRunnable(AvailabilityFacet, long, ClassLoader, Executor) - Constructor for class org.rhq.core.pluginapi.availability.AvailabilityCollectorRunnable
Creates a collector instance that will perform availability checking for a particular managed resource.
AvailabilityFacet - Interface in org.rhq.core.pluginapi.availability
Provides the basic availability checking for all managed resources.

B

baseName - Variable in class org.rhq.core.system.ProcessInfo
 
BinaryRegistryValue - Class in org.rhq.core.system.windows
 
BinaryRegistryValue(byte[]) - Constructor for class org.rhq.core.system.windows.BinaryRegistryValue
 

C

changed() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
ClassLoaderFacet<T extends ResourceComponent> - Interface in org.rhq.core.pluginapi.inventory
This allows a discovery component to provide additional jars to placement in a plugin classloader.
close() - Static method in class org.rhq.core.system.SigarAccess
 
commandLine - Variable in class org.rhq.core.system.ProcessInfo
 
ConfigurationFacet - Interface in org.rhq.core.pluginapi.configuration
Components that implement this facet expose the ability to configure resources.
ConfigurationUpdateReport - Class in org.rhq.core.pluginapi.configuration
Represents the configuration update request and its results.
ConfigurationUpdateReport(Configuration) - Constructor for class org.rhq.core.pluginapi.configuration.ConfigurationUpdateReport
 
ContentContext - Interface in org.rhq.core.pluginapi.content
Resource specific context through which to make content related calls back into the plugin container.
ContentFacet - Interface in org.rhq.core.pluginapi.content
Components that implement this facet expose the ability to detect and manage packaged content.
ContentServices - Interface in org.rhq.core.pluginapi.content
This is the interface to the content services provided to a plugin's ContentFacet.
CpuInformation - Class in org.rhq.core.system
Provides native information on a specific CPU.
CpuInformation(int, SigarProxy) - Constructor for class org.rhq.core.system.CpuInformation
 
createAvailabilityCollectorRunnable(AvailabilityFacet, long) - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
Under certain circumstances, a resource component may want to perform asynchronous availability checks, as opposed to AvailabilityFacet.getAvailability() blocking waiting for the managed resource to return its availability status.
CreateChildResourceFacet - Interface in org.rhq.core.pluginapi.inventory
Components that implement this facet have defined at least one of its child resources is creatable.
createJavaSystemInfo() - Static method in class org.rhq.core.system.SystemInfoFactory
Under some circumstances, you may want to force this factory to provide a Java-only SystemInfo implementation, regardless of whether the factory has disabled the native layer or not.
createProcessExecution(File) - Static method in class org.rhq.core.pluginapi.util.ProcessExecutionUtility
Creates a ProcessExecution for the specified file for the current platform.
createProcessExecution(String, File) - Static method in class org.rhq.core.pluginapi.util.ProcessExecutionUtility
Creates a ProcessExecution for the specified file for the current platform.
createResource(CreateResourceReport) - Method in interface org.rhq.core.pluginapi.inventory.CreateChildResourceFacet
Creates a new resource.
CreateResourceReport - Class in org.rhq.core.pluginapi.inventory
Value object used between the plugin container and a plugin to carry all data necessary for a create resource operation as well as the resulting status code.
CreateResourceReport(String, ResourceType, Configuration, Configuration, ResourcePackageDetails) - Constructor for class org.rhq.core.pluginapi.inventory.CreateResourceReport
Creates a report with immutable information the plugin should not be able to change.
createSystemInfo() - Static method in class org.rhq.core.system.SystemInfoFactory
Returns the appropriate SystemInfo implementation based on the platform/operating system the JVM is running on.

D

DATE_FORMAT - Static variable in class org.rhq.core.pluginapi.event.log.LogFileEventResourceComponentHelper.LogEventSourcePropertyNames
 
dateFormat - Variable in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
DEFAULT_TIME_MULTIPLIER - Static variable in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
deleteResource() - Method in interface org.rhq.core.pluginapi.inventory.DeleteResourceFacet
Indicates the resource has been deleted.
DeleteResourceFacet - Interface in org.rhq.core.pluginapi.inventory
Components that implement this facet are responsible for deleting resources managed by the component.
deployPackages(Set<ResourcePackageDetails>, ContentServices) - Method in interface org.rhq.core.pluginapi.content.ContentFacet
Requests that the content for the given packages be deployed to the resource.
destroy() - Method in class org.rhq.core.system.ProcessInfo
 
diff() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
diff(DirStat) - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
diff(FileInfo) - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
disableNativeSystemInfo() - Static method in class org.rhq.core.system.SystemInfoFactory
This will tell the factory to not create any native objects and to not load the native libraries - even if the native library is available.
discoverDeployedPackages(PackageType) - Method in interface org.rhq.core.pluginapi.content.ContentFacet
Asks that the component run a discovery and return information on all currently installed packages of the specified type.
DiscoveredResourceDetails - Class in org.rhq.core.pluginapi.inventory
This contains all the details for a resource that was discovered by a ResourceDiscoveryComponent.
DiscoveredResourceDetails(ResourceType, String, String, String, String, Configuration, ProcessInfo) - Constructor for class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
This creates a new instance that provides details for a newly discovered resource.
discoverResources(ResourceDiscoveryContext<T>) - Method in interface org.rhq.core.pluginapi.inventory.ResourceDiscoveryComponent
Asks the discovery component to discover all of its resources.
downloadPackageBits(ContentContext, PackageDetailsKey, OutputStream, boolean) - Method in interface org.rhq.core.pluginapi.content.ContentServices
Requests that the plugin container download and stream the bits for the specified package.
downloadPackageBitsForChildResource(ContentContext, String, PackageDetailsKey, OutputStream) - Method in interface org.rhq.core.pluginapi.content.ContentServices
Requests the plugin container download and stream the bits for the specified package.
downloadPackageBitsRange(ContentContext, PackageDetailsKey, OutputStream, long, long, boolean) - Method in interface org.rhq.core.pluginapi.content.ContentServices
Requests that the plugin container download and stream the bits for the specified package.
DWordRegistryValue - Class in org.rhq.core.system.windows
 
DWordRegistryValue(int) - Constructor for class org.rhq.core.system.windows.DWordRegistryValue
 

E

ENABLED - Static variable in class org.rhq.core.pluginapi.event.log.LogFileEventResourceComponentHelper.LogEventSourcePropertyNames
 
enableDirStat(boolean) - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
enableNativeSystemInfo() - Static method in class org.rhq.core.system.SystemInfoFactory
This will allow the factory to load the native libraries and create native objects.
environmentVariables - Variable in class org.rhq.core.system.ProcessInfo
 
equals(Object) - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
equals(Object) - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
 
equals(Object) - Method in class org.rhq.core.system.ProcessInfo
Two ProcessInfo objects are equal if their pids are the same.
equals(Object) - Method in class org.rhq.core.system.ServiceInfo
Two ServiceInfo objects are equal if their names are the same.
EventContext - Interface in org.rhq.core.pluginapi.event
 
EventPoller - Interface in org.rhq.core.pluginapi.event
A class that polls at a designated interval for Events of a specific type from a specific source.
eventType - Variable in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
excludes - Variable in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
executeProcess(ProcessExecution) - Method in class org.rhq.core.system.JavaSystemInfo
Spawns a new process using the Java Runtime API.
executeProcess(ProcessExecution) - Method in class org.rhq.core.system.NativeSystemInfo
 
executeProcess(ProcessExecution) - Method in interface org.rhq.core.system.SystemInfo
Executes a process.
ExpandSzRegistryValue - Class in org.rhq.core.system.windows
 
ExpandSzRegistryValue(String) - Constructor for class org.rhq.core.system.windows.ExpandSzRegistryValue
 

F

FILENAME - Static variable in class org.rhq.core.pluginapi.content.version.PackageVersions
Name of the file used to persist the version data.
FileSystemInfo - Class in org.rhq.core.system
Information about a mounted file system.
FileSystemInfo(String) - Constructor for class org.rhq.core.system.FileSystemInfo
 
FileUtils - Class in org.rhq.core.pluginapi.util
A set of utilities for working with files and file paths.
findString(String, String) - Static method in class org.rhq.core.pluginapi.util.FileUtils
 

G

gather(Sigar, String) - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
generate() - Method in class org.rhq.core.pluginapi.util.SnapshotReport
 
generateInstallationSteps(ResourcePackageDetails) - Method in interface org.rhq.core.pluginapi.content.ContentFacet
Returns a list of installation steps that will take place when installing the specified package.
getAdditionalClasspathUrls(ResourceDiscoveryContext<T>, DiscoveredResourceDetails) - Method in interface org.rhq.core.pluginapi.inventory.ClassLoaderFacet
This method provides the location for additional jars that are needed in the resource's classloader in order to properly connect and talk to the managed resource.
getAdditionalFilesToSnapshot() - Method in class org.rhq.core.pluginapi.util.SnapshotReport
 
getAggregateCpu() - Method in class org.rhq.core.system.AggregateProcessInfo
 
getAggregateFileDescriptor() - Method in class org.rhq.core.system.AggregateProcessInfo
 
getAggregateMemory() - Method in class org.rhq.core.system.AggregateProcessInfo
 
getAggregateProcessTree() - Method in class org.rhq.core.system.ProcessInfo
Returns an object that provides aggregate information on this process and all its children.
getAggregateTime() - Method in class org.rhq.core.system.AggregateProcessInfo
 
getAllFilesToSnapshot() - Method in class org.rhq.core.pluginapi.util.SnapshotReport
 
getAllFlags() - Method in class org.rhq.core.system.NetworkAdapterInfo
 
getAllInboundTotal() - Method in class org.rhq.core.system.NetworkStats
 
getAllNetworkAdapters() - Method in class org.rhq.core.system.JavaSystemInfo
Returns partially filled NetworkAdapterInfo objects - only the data available via the Java API (particularly the NetworkInterface class) will be available in the returned objects.
getAllNetworkAdapters() - Method in class org.rhq.core.system.NativeSystemInfo
 
getAllNetworkAdapters() - Method in interface org.rhq.core.system.SystemInfo
Returns the information on all installed network adapters.
getAllOutboundTotal() - Method in class org.rhq.core.system.NetworkStats
 
getAllProcesses() - Method in class org.rhq.core.system.JavaSystemInfo
Throws UnsupportedOperationException since the Java API cannot obtain information about currently running processes.
getAllProcesses() - Method in class org.rhq.core.system.NativeSystemInfo
 
getAllProcesses() - Method in interface org.rhq.core.system.SystemInfo
Returns the information on all processes found in the process table.
getAllServices() - Method in class org.rhq.core.system.JavaSystemInfo
Throws UnsupportedOperationException since the Java API cannot obtain information about installed services.
getAllServices() - Method in class org.rhq.core.system.NativeSystemInfo
 
getAllServices() - Method in interface org.rhq.core.system.SystemInfo
Returns the information on all installed services found in the services manager.
getAllServices() - Method in class org.rhq.core.system.WindowsNativeSystemInfo
 
getArguments() - Method in class org.rhq.core.system.ProcessExecution
Obtain the optional set of arguments to the executable as List.
getArgumentsAsArray() - Method in class org.rhq.core.system.ProcessExecution
Obtain the optional set of arguments to the executable as String array
getAtime() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getAutoDiscoveredProcesses() - Method in class org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext
After having scanned all running processes, if the plugin container auto-discovered some resources for the discovery component, those processes will be returned.
getAvailability() - Method in interface org.rhq.core.pluginapi.availability.AvailabilityFacet
The plugin container will occasionally call this method at the server level to see if the server is available.
getBaseName() - Method in class org.rhq.core.system.ProcessInfo
Similar to ProcessInfo.getName(), this is a convenience method that returns the first command line argument, which is the name of the program that the process is executing.
getBinaryPath() - Method in class org.rhq.core.system.ServiceInfo
 
getByName(String) - Method in class org.rhq.core.system.NetworkStats
 
getCanonicalPath(String) - Static method in class org.rhq.core.pluginapi.util.FileUtils
Canonicalize the specified file path according to the current platform's rules: Condense multiple consecutive path separators into a single path separator.
getCapturedOutput() - Method in class org.rhq.core.system.ProcessExecutionResults
Returns the full output of the process (stdout plus stderr) as a String.
getCommandLine() - Method in class org.rhq.core.system.ProcessInfo
 
getComplexResults() - Method in class org.rhq.core.pluginapi.operation.OperationResult
Returns the Configuration object that is used to contain all the complex data that resulted from an operation invocation.
getComplexResults() - Method in class org.rhq.core.pluginapi.operation.OperationServicesResult
 
getConfigFilesToSnapshot() - Method in class org.rhq.core.pluginapi.util.SnapshotReport
 
getConfiguration() - Method in class org.rhq.core.pluginapi.configuration.ConfigurationUpdateReport
 
getConfiguration() - Method in class org.rhq.core.pluginapi.util.SnapshotReport
 
getConfigurationPath() - Method in interface org.rhq.core.pluginapi.inventory.ApplicationServerComponent
Returns the working path of the application server.
getContentContext() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
Returns a ContentContext that allows the plugin to access the content functionality provided by the plugin container.
getContentServices() - Method in interface org.rhq.core.pluginapi.content.ContentContext
The object that allows the plugin to obtain content-related information from the plugin container.
getCpu() - Method in class org.rhq.core.system.CpuInformation
 
getCpu(int) - Method in class org.rhq.core.system.JavaSystemInfo
Throws UnsupportedOperationException since the Java API cannot obtain information about CPUs.
getCpu(int) - Method in class org.rhq.core.system.NativeSystemInfo
 
getCpu() - Method in class org.rhq.core.system.ProcessInfo
 
getCpu(int) - Method in interface org.rhq.core.system.SystemInfo
Returns information about a specified CPU installed on the hardware where the JVM is running.
getCpuIndex() - Method in class org.rhq.core.system.CpuInformation
 
getCpuInfo() - Method in class org.rhq.core.system.CpuInformation
 
getCpuPercentage() - Method in class org.rhq.core.system.CpuInformation
 
getCredentials() - Method in class org.rhq.core.system.ProcessInfo
 
getCredentialsName() - Method in class org.rhq.core.system.ProcessInfo
 
getCtime() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getCurrentWorkingDirectory() - Method in class org.rhq.core.system.ProcessInfo
 
getDataDirectory() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
Directory where plugins can store persisted data that survives agent restarts.
getDataDirectory() - Method in class org.rhq.core.pluginapi.plugin.PluginContext
Directory where plugins can store persisted data that survives agent restarts.
getDataFilesToSnapshot() - Method in class org.rhq.core.pluginapi.util.SnapshotReport
 
getDefaultDateFormat() - Method in class org.rhq.core.pluginapi.event.log.Log4JLogEntryProcessor
 
getDefaultDateFormat() - Method in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
getDefaultPluginConfiguration() - Method in class org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext
Returns the default plugin configuration as defined in the resource type's default template.
getDependencies() - Method in class org.rhq.core.system.ServiceInfo
 
getDescription() - Method in class org.rhq.core.pluginapi.support.SnapshotReportRequest
A generic description that can be used to identify the specific snapshot being taken or it can describe why the snapshot was being taken.
getDescription() - Method in class org.rhq.core.pluginapi.util.SnapshotReport
 
getDescription() - Method in class org.rhq.core.system.NetworkAdapterInfo
 
getDescription() - Method in class org.rhq.core.system.ServiceInfo
 
getDevice() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getDisplayName() - Method in class org.rhq.core.system.NetworkAdapterInfo
 
getDisplayName() - Method in class org.rhq.core.system.ServiceInfo
 
getDnsServers() - Method in class org.rhq.core.system.NetworkAdapterInfo
 
getDuration() - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser.LogEntry
 
getEnvironmentVariable(String) - Method in class org.rhq.core.system.ProcessInfo
Retrieves a specific environment property if it exists, null otherwise.
getEnvironmentVariables() - Method in class org.rhq.core.system.ProcessExecution
 
getEnvironmentVariables() - Method in class org.rhq.core.system.ProcessInfo
 
getEnvironmentVariablesAsArray() - Method in class org.rhq.core.system.ProcessExecution
Returns a copy of this ProcessExecution's environment variables as an array of "name=value" Strings.
getError() - Method in class org.rhq.core.pluginapi.configuration.ValidationError
The error that indicates how or why the value was invalid.
getError() - Method in class org.rhq.core.system.ProcessExecutionResults
An error that occurred, typically due to a startup failure.
getErrorMessage() - Method in class org.rhq.core.pluginapi.configuration.ConfigurationUpdateReport
 
getErrorMessage() - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
getErrorMessage() - Method in class org.rhq.core.pluginapi.operation.OperationResult
Returns the plugin-specific error message for this operation, or null if the operation was successful.
getErrorStackTrace() - Method in class org.rhq.core.pluginapi.operation.OperationServicesResult
 
getEventContext() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
Returns an EventContext, if the resource supports one or more types of Events, or null otherwise.
getEventType() - Method in interface org.rhq.core.pluginapi.event.EventPoller
Returns the type of event (i.e. the EventDefinition name) that this poller checks for.
getEventType() - Method in class org.rhq.core.pluginapi.event.log.LogFileEventPoller
 
getException() - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
getExcludes() - Method in class org.rhq.core.pluginapi.util.ResponseTimeConfiguration
 
getExcludes() - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
getExecutable() - Method in class org.rhq.core.system.ProcessExecution
 
getExecutable() - Method in class org.rhq.core.system.ProcessInfo
 
getExitCode() - Method in class org.rhq.core.system.ProcessExecutionResults
If the process finished, this is its exit code.
getFileDescriptor() - Method in class org.rhq.core.system.ProcessInfo
 
getFileSystem() - Method in class org.rhq.core.system.FileSystemInfo
Provides with static information about the file system.
getFileSystem(String) - Method in class org.rhq.core.system.JavaSystemInfo
Throws UnsupportedOperationException since the Java API cannot obtain information about file systems.
getFileSystem(String) - Method in class org.rhq.core.system.NativeSystemInfo
 
getFileSystem(String) - Method in interface org.rhq.core.system.SystemInfo
Returns information on the mounted file system that hosts the given file or directory.
getFileSystems() - Method in class org.rhq.core.system.JavaSystemInfo
Throws UnsupportedOperationException since the Java API cannot obtain information about file systems.
getFileSystems() - Method in class org.rhq.core.system.NativeSystemInfo
 
getFileSystems() - Method in interface org.rhq.core.system.SystemInfo
Returns information on all mounted file systems.
getFileSystemUsage() - Method in class org.rhq.core.system.FileSystemInfo
This returns the usage information on the file system.
getGid() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getHostname() - Method in class org.rhq.core.system.JavaSystemInfo
This returns the canonical hostname as it is known via the Java API InetAddress.getLocalHost().
getHostname() - Method in class org.rhq.core.system.NativeSystemInfo
 
getHostname() - Method in interface org.rhq.core.system.SystemInfo
Returns the hostname that the system is known as.
getInode() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getInputStream() - Method in class org.rhq.core.pluginapi.support.SnapshotReportResults
 
getInvalidValue() - Method in class org.rhq.core.pluginapi.configuration.ValidationError
The value that did not pass the validation tests.
getIpAddress() - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser.LogEntry
 
getKey() - Method in class org.rhq.core.system.windows.RegistryEntry
 
getLastKnownAvailability() - Method in class org.rhq.core.pluginapi.availability.AvailabilityCollectorRunnable
This returns the last known availability status that was most recently retrieved from the managed resource.
getLogFile() - Method in class org.rhq.core.pluginapi.util.ResponseTimeConfiguration
 
getLogFile() - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
getLogFilesToSnapshot() - Method in class org.rhq.core.pluginapi.util.SnapshotReport
 
getMacAddressBytes() - Method in class org.rhq.core.system.NetworkAdapterInfo
 
getMacAddressString() - Method in class org.rhq.core.system.NetworkAdapterInfo
 
getMajorFaults() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcMem
 
getMemory() - Method in class org.rhq.core.system.ProcessInfo
 
getMemoryInfo() - Method in class org.rhq.core.system.JavaSystemInfo
Throws UnsupportedOperationException since the Java API cannot obtain information about low level memory details.
getMemoryInfo() - Method in class org.rhq.core.system.NativeSystemInfo
 
getMemoryInfo() - Method in interface org.rhq.core.system.SystemInfo
Returns information about memory installed on the platform.
getMinorFaults() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcMem
 
getMode() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getMountPoint() - Method in class org.rhq.core.system.FileSystemInfo
 
getMtime() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getMulticastAddresses() - Method in class org.rhq.core.system.NetworkAdapterInfo
 
getName() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getName() - Method in class org.rhq.core.pluginapi.support.SnapshotReportRequest
Returns the name that identifies the type of snapshot to take.
getName() - Method in class org.rhq.core.pluginapi.util.SnapshotReport
 
getName() - Method in class org.rhq.core.system.NetworkAdapterInfo
 
getName() - Method in class org.rhq.core.system.ProcessInfo
Convenience method that returns the first command line argument, which is the name of the program that the process is executing.
getName() - Method in class org.rhq.core.system.ServiceInfo
 
getName() - Method in class org.rhq.core.system.windows.RegistryEntry
 
getNativeProcess() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
Returns the information on the native operating system process in which the managed resource is running.
getNativeProcessesForType() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
Scans the current list of running processes and returns information on all processes that may contain resources of the same type as this resource.
getNativeSystemInfoVersion() - Static method in class org.rhq.core.system.SystemInfoFactory
If the native system is both available and enabled, this will return the native system's version string.
getNetworkAdapterStats(String) - Method in class org.rhq.core.system.JavaSystemInfo
 
getNetworkAdapterStats(String) - Method in class org.rhq.core.system.NativeSystemInfo
 
getNetworkAdapterStats(String) - Method in interface org.rhq.core.system.SystemInfo
 
getNetworkStats(String, int) - Method in class org.rhq.core.system.JavaSystemInfo
 
getNetworkStats(String, int) - Method in class org.rhq.core.system.NativeSystemInfo
 
getNetworkStats(String, int) - Method in interface org.rhq.core.system.SystemInfo
 
getNlink() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getNumberOfCpus() - Method in class org.rhq.core.system.JavaSystemInfo
Throws UnsupportedOperationException since the Java API cannot obtain information about the number of CPUs.
getNumberOfCpus() - Method in class org.rhq.core.system.NativeSystemInfo
 
getNumberOfCpus() - Method in interface org.rhq.core.system.SystemInfo
Returns the number of CPUs on the hardware platform.
getOperatingSystemName() - Method in class org.rhq.core.system.JavaSystemInfo
Returns the value of the Java system property os.name.
getOperatingSystemName() - Method in class org.rhq.core.system.NativeSystemInfo
 
getOperatingSystemName() - Method in interface org.rhq.core.system.SystemInfo
Returns the name of the operating system.
getOperatingSystemType() - Method in class org.rhq.core.system.JavaSystemInfo
Returns OperatingSystemType.JAVA unless the type can be determined via the Java "os.name" property.
getOperatingSystemType() - Method in class org.rhq.core.system.NativeSystemInfo
 
getOperatingSystemType() - Method in interface org.rhq.core.system.SystemInfo
Returns the operating system type, if known; otherwise, OperatingSystemType.JAVA is returned (in which case, the caller can examine the Java system property "os.name" to try to detect the type).
getOperatingSystemVersion() - Method in class org.rhq.core.system.JavaSystemInfo
Returns the value of the Java system property os.version.
getOperatingSystemVersion() - Method in class org.rhq.core.system.NativeSystemInfo
 
getOperatingSystemVersion() - Method in interface org.rhq.core.system.SystemInfo
Returns the version string of the operating system, as reported by the operating system.
getOperationalStatus() - Method in class org.rhq.core.system.NetworkAdapterInfo
 
getOperationContext() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
Returns an OperationContext that allows the plugin to access the operation functionality provided by the plugin container.
getOperationServices() - Method in interface org.rhq.core.pluginapi.operation.OperationContext
Returns the implementation of the hook into the plugin container.
getPackageBitsLength(ContentContext, PackageDetailsKey) - Method in interface org.rhq.core.pluginapi.content.ContentServices
Requests the size, in bytes, of the identified package version.
getPackageDetails() - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
getPackageVersionMetadata(ContentContext, PageControl) - Method in interface org.rhq.core.pluginapi.content.ContentServices
Requests all metadata for all package versions that the calling resource component is subscribed to see.
getPageFaults() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcMem
 
getParentPid() - Method in class org.rhq.core.system.ProcessInfo
 
getParentResourceComponent() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
The parent of the resource component that is associated with this context.
getParentResourceComponent() - Method in class org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext
The resource components for all newly discovered resources will become children of this parent resource component.
getParentResourceContext() - Method in class org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext
Provides access to the parent's resource context.
getPattern() - Method in class org.rhq.core.pluginapi.event.log.Log4JLogEntryProcessor
 
getPattern() - Method in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
getPattern() - Method in class org.rhq.core.pluginapi.util.RegexSubstitution
 
getPercent() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcCpu
 
getPermissions() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getPermissionsString() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getPid() - Method in class org.rhq.core.system.ProcessInfo
 
getPluginConfiguration() - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
getPluginConfiguration() - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
Returns the discovered resource's plugin configuration.
getPluginConfiguration() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
Returns the resource's plugin configuration.
getPluginConfigurations() - Method in class org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext
Returns plugin configurations for other known resources.
getPluginContainerDeployment() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
Indicates where the plugin container (and therefore where the plugins) are deployed and running.
getPluginContainerDeployment() - Method in class org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext
Indicates where the plugin container (and therefore where the plugins) are deployed and running.
getPluginContainerName() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
The name of the plugin container in which the resource component is running.
getPluginContainerName() - Method in class org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext
The name of the plugin container in which the discovery component is running.
getPluginContainerName() - Method in class org.rhq.core.pluginapi.plugin.PluginContext
The name of the plugin container in which the plugin is running.
getPluginName() - Method in class org.rhq.core.pluginapi.plugin.PluginContext
The name of the plugin which corresponds to this context object.
getPreviousInfo() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getProcesses(String) - Method in class org.rhq.core.system.JavaSystemInfo
Throws UnsupportedOperationException since the Java API cannot obtain information about processes.
getProcesses(String) - Method in class org.rhq.core.system.NativeSystemInfo
 
getProcesses() - Method in class org.rhq.core.system.pquery.ProcessInfoQuery
Returns the list of all the processes that this object will query against.
getProcesses(String) - Method in interface org.rhq.core.system.SystemInfo
Returns ProcessInfo objects for all processes that match the provided PIQL query string
getProcessInfo() - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
Returns the information on the operating system process in which the resource is running.
getProcessInfo() - Method in class org.rhq.core.pluginapi.inventory.ProcessScanResult
Represents the operating system process that matched the process scan's query.
getProcessScan() - Method in class org.rhq.core.pluginapi.inventory.ProcessScanResult
Returns information on the process scan, such as the query that was used to match the process and the process scan's name, if one was provided.
getPropertyName() - Method in class org.rhq.core.pluginapi.configuration.ValidationError
Returns the name of the property whose value did not pass the validation tests.
getRegistryChildKeys(RegistryEntry.Root, String) - Method in class org.rhq.core.system.WindowsNativeSystemInfo
Gets a list of all the sub-keys that are direct children of the given registry key.
getRegistryEntries(RegistryEntry.Root, String) - Method in class org.rhq.core.system.WindowsNativeSystemInfo
Gets a list of all the value entries of the given registry key.
getRegistryEntry(RegistryEntry.Root, String, String) - Method in class org.rhq.core.system.WindowsNativeSystemInfo
Returns a registry entry (which includes its value) where the key is located under either the LOCAL_MACHINE or CURRENT_USER root registry node.
getRegistryValueNames(RegistryEntry.Root, String) - Method in class org.rhq.core.system.WindowsNativeSystemInfo
Gets a list of all the names of values of the given registry key.
getReplacement() - Method in class org.rhq.core.pluginapi.util.RegexSubstitution
 
getResident() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcMem
 
getResourceConfiguration() - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
getResourceDescription() - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
Gets the simple description of the resource, which may or may not be an internationalized string
getResourceKey() - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
getResourceKey() - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
The discovered resource's key where the key must be unique among the resource's sibling resources; that is, a parent's direct child resources must all have unique resource keys, but those keys need not be unique across the entire inventory of all resources.
getResourceKey() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
The resource key of the resource this context is associated with.
getResourceName() - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
getResourceName() - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
The name of the discovered resource, which is used mainly for UI display purposes.
getResourceSubscriptionMD5(ContentContext) - Method in interface org.rhq.core.pluginapi.content.ContentServices
Gets the MD5 hash which identifies a resource "content subscription".
getResourceType() - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
getResourceType() - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
The type of resource that was discovered.
getResourceType() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
The resource type of the resource this context is associated with.
getResourceType() - Method in class org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext
The ResourceDiscoveryComponent that is assigned this context will have the responsibility to discover resources of the resource type returned by this method.
getResourceVersion() - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
The discovered resource's version string (which may have any form or syntax that is appropriate for the resource and may be null)
getResultCode() - Method in class org.rhq.core.pluginapi.operation.OperationServicesResult
 
getRoot() - Method in class org.rhq.core.system.windows.RegistryEntry
 
getRxBytes() - Method in class org.rhq.core.system.NetworkAdapterStats
 
getRxDropped() - Method in class org.rhq.core.system.NetworkAdapterStats
 
getRxErrors() - Method in class org.rhq.core.system.NetworkAdapterStats
 
getRxFrame() - Method in class org.rhq.core.system.NetworkAdapterStats
 
getRxOverruns() - Method in class org.rhq.core.system.NetworkAdapterStats
 
getRxPackets() - Method in class org.rhq.core.system.NetworkAdapterStats
 
getShare() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcMem
 
getSigar() - Method in interface org.rhq.core.pluginapi.event.EventContext
Gets an instance of Sigar.
getSigar() - Static method in class org.rhq.core.system.SigarAccess
Provides the caller with direct access to the Sigar native API via a proxy to Sigar.
getSimpleResult() - Method in class org.rhq.core.pluginapi.operation.OperationResult
Gets the simple string result that was stored in this object.
getSize() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getSize() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcMem
 
getSnapshotReport(SnapshotReportRequest) - Method in interface org.rhq.core.pluginapi.support.SupportFacet
Takes a snapshot and returns the snapshot report content in the given stream.
getSnapshotReportFile() - Method in class org.rhq.core.pluginapi.util.SnapshotReport
This only returns the file where the snapshot will be stored.
getSourceLocation() - Method in class org.rhq.core.pluginapi.event.log.LogFileEventPoller
 
getStartTime() - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser.LogEntry
 
getState() - Method in class org.rhq.core.system.ProcessInfo
 
getStatus() - Method in class org.rhq.core.pluginapi.configuration.ConfigurationUpdateReport
 
getStatus() - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
getStatusCode() - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser.LogEntry
 
getSwapInfo() - Method in class org.rhq.core.system.JavaSystemInfo
Throws UnsupportedOperationException since the Java API cannot obtain information about low level swap details.
getSwapInfo() - Method in class org.rhq.core.system.NativeSystemInfo
 
getSwapInfo() - Method in interface org.rhq.core.system.SystemInfo
Returns information about the virtual, swap memory installed on the platform.
getSys() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcCpu
 
getSys() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcTime
 
getSystemArchitecture() - Method in class org.rhq.core.system.JavaSystemInfo
 
getSystemArchitecture() - Method in class org.rhq.core.system.NativeSystemInfo
 
getSystemArchitecture() - Method in interface org.rhq.core.system.SystemInfo
Returns the architecture of the underlying hardware
getSystemInformation() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
Returns a SystemInfo object that contains information about the platform/operating system that the resource is running on.
getSystemInformation() - Method in class org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext
Returns a SystemInfo object that contains information about the platform/operating system that the plugin is running on.
getSystemInformation() - Method in class org.rhq.core.pluginapi.plugin.PluginContext
Returns a SystemInfo object that contains information about the platform/operating system that the plugin is running on.
getTcpBound() - Method in class org.rhq.core.system.NetworkStats
 
getTcpClose() - Method in class org.rhq.core.system.NetworkStats
 
getTcpCloseWait() - Method in class org.rhq.core.system.NetworkStats
 
getTcpClosing() - Method in class org.rhq.core.system.NetworkStats
 
getTcpEstablished() - Method in class org.rhq.core.system.NetworkStats
 
getTcpFinWait1() - Method in class org.rhq.core.system.NetworkStats
 
getTcpFinWait2() - Method in class org.rhq.core.system.NetworkStats
 
getTcpIdle() - Method in class org.rhq.core.system.NetworkStats
 
getTcpInboundTotal() - Method in class org.rhq.core.system.NetworkStats
 
getTcpLastAck() - Method in class org.rhq.core.system.NetworkStats
 
getTcpListen() - Method in class org.rhq.core.system.NetworkStats
 
getTcpOutboundTotal() - Method in class org.rhq.core.system.NetworkStats
 
getTcpStates() - Method in class org.rhq.core.system.NetworkStats
 
getTcpSynRecv() - Method in class org.rhq.core.system.NetworkStats
 
getTcpSynSent() - Method in class org.rhq.core.system.NetworkStats
 
getTcpTimeWait() - Method in class org.rhq.core.system.NetworkStats
 
getTemporaryDirectory() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
A temporary directory for plugin use that is destroyed at agent shutdown.
getTemporaryDirectory() - Method in class org.rhq.core.pluginapi.plugin.PluginContext
A temporary directory for plugin use that is destroyed at agent shutdown.
getThisProcess() - Method in class org.rhq.core.system.JavaSystemInfo
Throws UnsupportedOperationException since the Java API cannot obtain information about currently running processes.
getThisProcess() - Method in class org.rhq.core.system.NativeSystemInfo
 
getThisProcess() - Method in interface org.rhq.core.system.SystemInfo
Returns the process information for the Java VM process this object is running in.
getTime() - Method in class org.rhq.core.system.ProcessInfo
 
getTimeMultiplier() - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
getTotal() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcCpu
 
getTotal() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcFd
 
getTotal() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcTime
 
getTransforms() - Method in class org.rhq.core.pluginapi.util.ResponseTimeConfiguration
 
getTransforms() - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
getTxBytes() - Method in class org.rhq.core.system.NetworkAdapterStats
 
getTxCarrier() - Method in class org.rhq.core.system.NetworkAdapterStats
 
getTxCollisions() - Method in class org.rhq.core.system.NetworkAdapterStats
 
getTxDropped() - Method in class org.rhq.core.system.NetworkAdapterStats
 
getTxErrors() - Method in class org.rhq.core.system.NetworkAdapterStats
 
getTxOverruns() - Method in class org.rhq.core.system.NetworkAdapterStats
 
getTxPackets() - Method in class org.rhq.core.system.NetworkAdapterStats
 
getType() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getType() - Method in class org.rhq.core.system.NetworkAdapterInfo
 
getType() - Method in class org.rhq.core.system.windows.RegistryValue
Indicates the registry value's type.
getTypeChar() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getTypeString() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getUid() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
getUnicastAddresses() - Method in class org.rhq.core.system.NetworkAdapterInfo
 
getUrl() - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser.LogEntry
 
getUser() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcCpu
 
getUser() - Method in class org.rhq.core.system.AggregateProcessInfo.AggregateProcTime
 
getUserSpecifiedResourceName() - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
getValue() - Method in class org.rhq.core.system.windows.RegistryEntry
 
getValue() - Method in class org.rhq.core.system.windows.RegistryValue
Returns the value as a generic Object, which may be of a different type depending on the value of RegistryValue.getType().
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in interface org.rhq.core.pluginapi.measurement.MeasurementFacet
Collects measurement data emitted from monitored resources and returns that data in a measurement report.
getVersion(String) - Method in class org.rhq.core.pluginapi.content.version.PackageVersionData
Returns the package version associated with the package identified by the specified key.
getVersion(String) - Method in class org.rhq.core.pluginapi.content.version.PackageVersions
Retrieves the version for the package identified by the supplied package key.
getVersion() - Method in class org.rhq.core.pluginapi.inventory.ResourceContext
The version of the resource this context is associated with.
getWaitForCompletion() - Method in class org.rhq.core.system.ProcessExecution
 
getWorkingDirectory() - Method in class org.rhq.core.system.ProcessExecution
 

H

hashCode() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
hashCode() - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
 
hashCode() - Method in class org.rhq.core.system.ProcessInfo
A process' pid makes it unique - this returns the ProcessInfo.getPid() itself.
hashCode() - Method in class org.rhq.core.system.ServiceInfo
A service's name makes it unique.

I

INCLUDES_PATTERN - Static variable in class org.rhq.core.pluginapi.event.log.LogFileEventResourceComponentHelper.LogEventSourcePropertyNames
 
includesPattern - Variable in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
initialize(PluginContext) - Method in interface org.rhq.core.pluginapi.plugin.PluginLifecycleListener
When a plugin is being loaded, this method will be called.
initialized - Variable in class org.rhq.core.system.ProcessInfo
 
InvalidPluginConfigurationException - Exception in org.rhq.core.pluginapi.inventory
This exception is thrown by plugin resource components when an attempt to connect to a managed resource fails due to an invalid plugin configuration.
InvalidPluginConfigurationException(String) - Constructor for exception org.rhq.core.pluginapi.inventory.InvalidPluginConfigurationException
 
InvalidPluginConfigurationException(Throwable) - Constructor for exception org.rhq.core.pluginapi.inventory.InvalidPluginConfigurationException
 
InvalidPluginConfigurationException(String, Throwable) - Constructor for exception org.rhq.core.pluginapi.inventory.InvalidPluginConfigurationException
 
invokeOperation(String, Configuration) - Method in interface org.rhq.core.pluginapi.operation.OperationFacet
Invoke the operation with the specified name and returns a result set consisting of configuration propeties.
invokeOperation(OperationContext, String, Configuration, long) - Method in interface org.rhq.core.pluginapi.operation.OperationServices
Synchronously invokes an operation on the resource.
isCaptureOutput() - Method in class org.rhq.core.system.ProcessExecution
 
isCheckExecutableExists() - Method in class org.rhq.core.system.ProcessExecution
If true, then the executable should first be checked for its existence.
isDhcpEnabled() - Method in class org.rhq.core.system.NetworkAdapterInfo
 
isEnabled() - Method in class org.rhq.core.system.CpuInformation
 
isExcluded(String) - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
isKillOnTimeout() - Method in class org.rhq.core.system.ProcessExecution
 
isNative() - Method in class org.rhq.core.system.JavaSystemInfo
Returns false - this implementation relies solely on the Java API to get all the system information it can.
isNative() - Method in class org.rhq.core.system.NativeSystemInfo
Always returns true to indicate that the native library is available.
isNative() - Method in interface org.rhq.core.system.SystemInfo
Returns true if the actual implementation is backed by a native library.
isNativeSystemInfoAvailable() - Static method in class org.rhq.core.system.SystemInfoFactory
If there is a native library available for the JVM's platform/operating system, true is returned.
isNativeSystemInfoDisabled() - Static method in class org.rhq.core.system.SystemInfoFactory
Returns true if this factory was told to disable the native layer.
isNativeSystemInfoInitialized() - Static method in class org.rhq.core.system.SystemInfoFactory
This returns true iff the native libraries have actually been initialized.
isRunning() - Method in class org.rhq.core.system.ProcessInfo
 
isSigarAvailable() - Static method in class org.rhq.core.system.SigarAccess
 

J

JavaSystemInfo - Class in org.rhq.core.system
This is the "non-native" fallback implementation of a SystemInfo used in the case when there is no native library available that can be used to obtain low-level system information.

L

LEGACY_FILENAME - Static variable in class org.rhq.core.pluginapi.content.version.PackageVersions
Name of the file used in JON 2.1 and earlier to persist the version data.
loadFromDisk() - Method in class org.rhq.core.pluginapi.content.version.PackageVersions
Loads the last known application (package) versions for the plugin this instance is scoped to.
loadResourceConfiguration() - Method in interface org.rhq.core.pluginapi.configuration.ConfigurationFacet
Returns the current values for the specified resource.
log - Variable in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
log - Variable in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
Log4JLogEntryProcessor - Class in org.rhq.core.pluginapi.event.log
A LogEntryProcessor for Log4J log files.
Log4JLogEntryProcessor(String, File) - Constructor for class org.rhq.core.pluginapi.event.log.Log4JLogEntryProcessor
 
LOG_ENTRY_EVENT_TYPE - Static variable in class org.rhq.core.pluginapi.event.log.LogFileEventResourceComponentHelper
 
LOG_EVENT_SOURCE_CONFIG_PROP - Static variable in class org.rhq.core.pluginapi.event.log.LogFileEventResourceComponentHelper
 
LOG_EVENT_SOURCES_CONFIG_PROP - Static variable in class org.rhq.core.pluginapi.event.log.LogFileEventResourceComponentHelper
 
LOG_FILE_PATH - Static variable in class org.rhq.core.pluginapi.event.log.LogFileEventResourceComponentHelper.LogEventSourcePropertyNames
 
LogEntryProcessor - Interface in org.rhq.core.pluginapi.event.log
A processor for entries from a log file.
logFile - Variable in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
logFile - Variable in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
LogFileEventPoller - Class in org.rhq.core.pluginapi.event.log
An Event poller that polls a log file for new entries.
LogFileEventPoller(EventContext, String, File, LogEntryProcessor) - Constructor for class org.rhq.core.pluginapi.event.log.LogFileEventPoller
 
LogFileEventResourceComponentHelper - Class in org.rhq.core.pluginapi.event.log
 
LogFileEventResourceComponentHelper(ResourceContext) - Constructor for class org.rhq.core.pluginapi.event.log.LogFileEventResourceComponentHelper
 
LogFileEventResourceComponentHelper.LogEventSourcePropertyNames - Class in org.rhq.core.pluginapi.event.log
 
LogFileEventResourceComponentHelper.LogEventSourcePropertyNames() - Constructor for class org.rhq.core.pluginapi.event.log.LogFileEventResourceComponentHelper.LogEventSourcePropertyNames
 
LogFileInfo - Class in org.rhq.core.pluginapi.event.log
 
LogFileInfo(FileInfo) - Constructor for class org.rhq.core.pluginapi.event.log.LogFileInfo
 
LogFileInfo() - Constructor for class org.rhq.core.pluginapi.event.log.LogFileInfo
 
lookupAttributeProperty(Object, String) - Static method in class org.rhq.core.pluginapi.util.ObjectUtil
Returns the value of the property with the specified name for the given Object, or null if the Object has no such property.
lookupDeepAttributeProperty(Object, String) - Static method in class org.rhq.core.pluginapi.util.ObjectUtil
Looks up deep object graph attributes using a dot delimited java bean spec style path.
lookupDeepNumericAttributeProperty(Object, String) - Static method in class org.rhq.core.pluginapi.util.ObjectUtil
Reads a numeric value from a deep object graph as per ObjectUtil.lookupDeepAttributeProperty()

M

MeasurementFacet - Interface in org.rhq.core.pluginapi.measurement
Implementations of this facet perform the collection of measurement data that is emitted from a monitored resource.
MIN_INTERVAL - Static variable in class org.rhq.core.pluginapi.availability.AvailabilityCollectorRunnable
The minimum interval allowed between availability checks, in milliseconds.
MINIMUM_POLLING_INTERVAL - Static variable in interface org.rhq.core.pluginapi.event.EventContext
Minimum polling interval, in seconds.
MINIMUM_SEVERITY - Static variable in class org.rhq.core.pluginapi.event.log.LogFileEventResourceComponentHelper.LogEventSourcePropertyNames
 
minimumSeverity - Variable in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
modified() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
MultiLineLogEntryProcessor - Class in org.rhq.core.pluginapi.event.log
A LogEntryProcessor for multi-line log files - provides several abstract methods that subclasses must implement.
MultiLineLogEntryProcessor(String, File) - Constructor for class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
MultiLineLogEntryProcessor.LogEntry - Class in org.rhq.core.pluginapi.event.log
 
MultiLineLogEntryProcessor.LogEntry(Date, EventSeverity, String) - Constructor for class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor.LogEntry
 
MultiLineLogEntryProcessor.ParseException - Exception in org.rhq.core.pluginapi.event.log
 
MultiLineLogEntryProcessor.ParseException(String) - Constructor for exception org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor.ParseException
 
MultiLineLogEntryProcessor.ParseException(String, Throwable) - Constructor for exception org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor.ParseException
 
MultiSzRegistryValue - Class in org.rhq.core.system.windows
 
MultiSzRegistryValue(String[]) - Constructor for class org.rhq.core.system.windows.MultiSzRegistryValue
 

N

name - Variable in class org.rhq.core.system.ProcessInfo
 
NativeSystemInfo - Class in org.rhq.core.system
The superclass for all the native SystemInfo implementations.
NativeSystemInfo() - Constructor for class org.rhq.core.system.NativeSystemInfo
Constructor for NativeSystemInfo with package scope so only the SystemInfoFactory can instantiate this object.
NetworkAdapterInfo - Class in org.rhq.core.system
Provides information on a network adapater.
NetworkAdapterInfo(String, String, String, String, String, String, Boolean, List<InetAddress>, List<InetAddress>, List<InetAddress>) - Constructor for class org.rhq.core.system.NetworkAdapterInfo
 
NetworkAdapterInfo(NetInterfaceConfig) - Constructor for class org.rhq.core.system.NetworkAdapterInfo
 
NetworkAdapterInfo.OperationState - Enum in org.rhq.core.system
 
NetworkAdapterStats - Class in org.rhq.core.system
 
NetworkAdapterStats(NetInterfaceStat) - Constructor for class org.rhq.core.system.NetworkAdapterStats
 
NetworkStats - Class in org.rhq.core.system
 
NetworkStats(NetStat) - Constructor for class org.rhq.core.system.NetworkStats
 
NetworkStats(NetConnection[]) - Constructor for class org.rhq.core.system.NetworkStats
 

O

ObjectUtil - Class in org.rhq.core.pluginapi.util
 
OperatingSystemType - Enum in org.rhq.core.system
The types of platforms that are natively supported.
OperationContext - Interface in org.rhq.core.pluginapi.operation
Resource specific context through which to make operation calls back into the plugin container.
OperationFacet - Interface in org.rhq.core.pluginapi.operation
This facet must be implemented by resource components that want to expose one or more operations.
OperationResult - Class in org.rhq.core.pluginapi.operation
An object that encapsulates the results of a single operation invocation.
OperationResult() - Constructor for class org.rhq.core.pluginapi.operation.OperationResult
Constructor that builds an empty result.
OperationResult(String) - Constructor for class org.rhq.core.pluginapi.operation.OperationResult
Convenience constructor that builds a result that contains a single, simple result string.
OperationServices - Interface in org.rhq.core.pluginapi.operation
This interface is used by a plugin to communicate back into the plugin container for operations related tasks.
OperationServicesResult - Class in org.rhq.core.pluginapi.operation
Transfer object between the plugin container and the plugin.
OperationServicesResult(OperationServicesResultCode) - Constructor for class org.rhq.core.pluginapi.operation.OperationServicesResult
 
OperationServicesResultCode - Enum in org.rhq.core.pluginapi.operation
Indicates the results of an operation invocation.
org.rhq.core.pluginapi.availability - package org.rhq.core.pluginapi.availability
 
org.rhq.core.pluginapi.configuration - package org.rhq.core.pluginapi.configuration
 
org.rhq.core.pluginapi.content - package org.rhq.core.pluginapi.content
 
org.rhq.core.pluginapi.content.version - package org.rhq.core.pluginapi.content.version
 
org.rhq.core.pluginapi.event - package org.rhq.core.pluginapi.event
 
org.rhq.core.pluginapi.event.log - package org.rhq.core.pluginapi.event.log
 
org.rhq.core.pluginapi.inventory - package org.rhq.core.pluginapi.inventory
 
org.rhq.core.pluginapi.measurement - package org.rhq.core.pluginapi.measurement
 
org.rhq.core.pluginapi.operation - package org.rhq.core.pluginapi.operation
 
org.rhq.core.pluginapi.plugin - package org.rhq.core.pluginapi.plugin
 
org.rhq.core.pluginapi.support - package org.rhq.core.pluginapi.support
 
org.rhq.core.pluginapi.util - package org.rhq.core.pluginapi.util
 
org.rhq.core.system - package org.rhq.core.system
 
org.rhq.core.system.pquery - package org.rhq.core.system.pquery
 
org.rhq.core.system.windows - package org.rhq.core.system.windows
 

P

PackageVersionData - Class in org.rhq.core.pluginapi.content.version
Object that will be persisted to store the versions for packages detected by plugins.
PackageVersionData() - Constructor for class org.rhq.core.pluginapi.content.version.PackageVersionData
 
PackageVersions - Class in org.rhq.core.pluginapi.content.version
Access to the persistent storage of package versions.
PackageVersions(String, String) - Constructor for class org.rhq.core.pluginapi.content.version.PackageVersions
Creates a new entry point to the persisted version data.
parseDateString(String) - Method in class org.rhq.core.pluginapi.event.log.Log4JLogEntryProcessor
 
parseDateString(String) - Method in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
parseLine(String) - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
Parses a line from a response time log and returns a LogEntry.
parseLog(CallTimeData) - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
Parse the log file, starting at the offset corresponding to the file's size after the last time this method was called.
pid - Variable in class org.rhq.core.system.ProcessInfo
 
PluginContainerDeployment - Enum in org.rhq.core.pluginapi.inventory
This enum indicates where the plugin container (and therefore the plugins) are deployed.
PluginContext - Class in org.rhq.core.pluginapi.plugin
A global context containing information about a plugin.
PluginContext(String, SystemInfo, File, File, String) - Constructor for class org.rhq.core.pluginapi.plugin.PluginContext
Creates a new PluginContext object.
PluginLifecycleListener - Interface in org.rhq.core.pluginapi.plugin
Performs global initialization and shutdown of a plugin.
poll() - Method in interface org.rhq.core.pluginapi.event.EventPoller
Poll for new Events (i.e.
poll() - Method in class org.rhq.core.pluginapi.event.log.LogFileEventPoller
 
procCpu - Variable in class org.rhq.core.system.ProcessInfo
 
procCred - Variable in class org.rhq.core.system.ProcessInfo
 
procCredName - Variable in class org.rhq.core.system.ProcessInfo
 
procEnv - Variable in class org.rhq.core.system.ProcessInfo
 
ProcessExecution - Class in org.rhq.core.system
Provides information on what process to execute and how to execute it.
ProcessExecution(String) - Constructor for class org.rhq.core.system.ProcessExecution
Constructor for ProcessExecution that defines the full path to the executable that will be run.
ProcessExecutionResults - Class in org.rhq.core.system
Encapsulates the results of a process that was executed via SystemInfo.executeProcess(ProcessExecution).
ProcessExecutionResults() - Constructor for class org.rhq.core.system.ProcessExecutionResults
 
ProcessExecutionUtility - Class in org.rhq.core.pluginapi.util
 
ProcessInfo - Class in org.rhq.core.system
Encapsulates information about a known process.
ProcessInfo() - Constructor for class org.rhq.core.system.ProcessInfo
 
ProcessInfo(long) - Constructor for class org.rhq.core.system.ProcessInfo
 
ProcessInfo(long, SigarProxy) - Constructor for class org.rhq.core.system.ProcessInfo
 
ProcessInfoQuery - Class in org.rhq.core.system.pquery
Performs a query over a set of command line strings.
ProcessInfoQuery(List<ProcessInfo>) - Constructor for class org.rhq.core.system.pquery.ProcessInfoQuery
Constructor for ProcessInfoQuery given an collection of process information that represents the processes currently running.
processLine(String, Set<Event>, MultiLineLogEntryProcessor.LogEntry) - Method in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
processLines(BufferedReader) - Method in interface org.rhq.core.pluginapi.event.log.LogEntryProcessor
Processes the specified lines from a log file, and returns a set of Events if appropriate, or otherwise, null.
processLines(BufferedReader) - Method in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
processPrimaryLine(Matcher) - Method in class org.rhq.core.pluginapi.event.log.Log4JLogEntryProcessor
 
processPrimaryLine(Matcher) - Method in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
ProcessScanResult - Class in org.rhq.core.pluginapi.inventory
An individual result from a process scan which includes information on the process that matched and the ProcessScan itself.
ProcessScanResult(ProcessScan, ProcessInfo) - Constructor for class org.rhq.core.pluginapi.inventory.ProcessScanResult
 
procExe - Variable in class org.rhq.core.system.ProcessInfo
 
procFd - Variable in class org.rhq.core.system.ProcessInfo
 
procMem - Variable in class org.rhq.core.system.ProcessInfo
 
procState - Variable in class org.rhq.core.system.ProcessInfo
 
procTime - Variable in class org.rhq.core.system.ProcessInfo
 
PROP_ADDITIONAL_FILES_DIRECTORY - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A config property whose value is a directory relative to the base directory where additional files are located.
PROP_ADDITIONAL_FILES_LIST - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
The property name for the list of of additional files.
PROP_ADDITIONAL_FILES_RECURSIVE - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A config property whose value is the boolean flag to indicate if the snapshot should include files found in subdirectories of the additional files directory.
PROP_ADDITIONAL_FILES_REGEX - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A config property whose value is a regular expression that matches all additional files that are to be snapshotted.
PROP_BASE_DIRECTORY - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A config property whose value is the base directory where all config, logs and data files are under.
PROP_CONFIG_DIRECTORY - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A config property whose value is the directory relative to the base directory where the configuration files are located.
PROP_CONFIG_RECURSIVE - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A config property whose value is the boolean flag to indicate if the snapshot should include files found in subdirectories of the config directory.
PROP_CONFIG_REGEX - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A config property whose value is a regular expression that matches all config files that are to be snapshotted.
PROP_DATA_DIRECTORY - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A config property whose value is the directory relative to the base directory where the data files are located.
PROP_DATA_RECURSIVE - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A config property whose value is the boolean flag to indicate if the snapshot should include files found in subdirectories of the data directory.
PROP_DATA_REGEX - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A config property whose value is a regular expression that matches all data files that are to be snapshotted.
PROP_LOG_DIRECTORY - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A config property whose value is the directory relative to the base directory where the log files are located.
PROP_LOG_RECURSIVE - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A config property whose value is the boolean flag to indicate if the snapshot should include files found in subdirectories of the log directory.
PROP_LOG_REGEX - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A config property whose value is a regular expression that matches all log files that are to be snapshotted.
PROP_REPORT_OUTPUT_DIRECTORY - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
Optional property that can be specified to define where to store the output snapshot report.
PROP_SNAPSHOT_ADDITIONAL_FILES - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A boolean config property that dictates if a snapshot of the additional files should be in the report.
PROP_SNAPSHOT_CONFIG_FILES - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A boolean config property that dictates if a snapshot of config files should be in the report.
PROP_SNAPSHOT_DATA_FILES - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A boolean config property that dictates if a snapshot of data files should be in the report.
PROP_SNAPSHOT_LOG_FILES - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
A boolean config property that dictates if a snapshot of log files should be in the report.
publishEvent(Event) - Method in interface org.rhq.core.pluginapi.event.EventContext
Publishes the specified Event.
purge(File, boolean) - Static method in class org.rhq.core.pluginapi.util.FileUtils
The purpose of this method is to purge a directory of all of its contents, but it can also be used to simply delete a given file.
putVersion(String, String) - Method in class org.rhq.core.pluginapi.content.version.PackageVersions
Updates the store with a new version for the package identified by the specified key.

Q

query(String) - Method in class org.rhq.core.system.pquery.ProcessInfoQuery
Performs a query on the set of known processes where query defines the criteria.
QWordRegistryValue - Class in org.rhq.core.system.windows
 
QWordRegistryValue(long) - Constructor for class org.rhq.core.system.windows.QWordRegistryValue
 

R

readLineFromConsole(boolean) - Method in class org.rhq.core.system.JavaSystemInfo
Reads from System.in.
readLineFromConsole(boolean) - Method in class org.rhq.core.system.NativeSystemInfo
 
readLineFromConsole(boolean) - Method in interface org.rhq.core.system.SystemInfo
Reads a line of input from the console and returns that line as a string.
receiveQueue - Variable in class org.rhq.core.system.NetworkStats
 
refresh() - Method in class org.rhq.core.system.AggregateProcessInfo
 
refresh() - Method in class org.rhq.core.system.CpuInformation
 
refresh() - Method in class org.rhq.core.system.FileSystemInfo
 
refresh(NetStat) - Method in class org.rhq.core.system.NetworkStats
 
refresh(NetConnection[]) - Method in class org.rhq.core.system.NetworkStats
 
refresh() - Method in class org.rhq.core.system.ProcessInfo
 
RegexSubstitution - Class in org.rhq.core.pluginapi.util
 
RegexSubstitution(Pattern, String) - Constructor for class org.rhq.core.pluginapi.util.RegexSubstitution
 
registerEventPoller(EventPoller, int) - Method in interface org.rhq.core.pluginapi.event.EventContext
Tells the plugin container to start polling for Events using the specified EventPoller.
registerEventPoller(EventPoller, int, String) - Method in interface org.rhq.core.pluginapi.event.EventContext
Tells the plugin container to start polling the specified source for Events using the specified EventPoller.
RegistryEntry - Class in org.rhq.core.system.windows
A single registry entry, including its key and value.
RegistryEntry(RegistryEntry.Root, String, String, RegistryValue) - Constructor for class org.rhq.core.system.windows.RegistryEntry
 
RegistryEntry.Root - Enum in org.rhq.core.system.windows
 
RegistryValue - Class in org.rhq.core.system.windows
Denotes a value of a registry entry.
RegistryValue(RegistryValue.Type, Object) - Constructor for class org.rhq.core.system.windows.RegistryValue
 
RegistryValue.Type - Enum in org.rhq.core.system.windows
 
removePackages(Set<ResourcePackageDetails>) - Method in interface org.rhq.core.pluginapi.content.ContentFacet
Requests that the given installed packages be deleted from the resource.
REPORT_CONFIG_DIRECTORY - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
The relative directory under the report where the config files can be found.
REPORT_DATA_DIRECTORY - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
The relative directory under the report where the data files can be found.
REPORT_LOG_DIRECTORY - Static variable in class org.rhq.core.pluginapi.util.SnapshotReport
The relative directory under the report where the log files can be found.
ResourceComponent<T extends ResourceComponent> - Interface in org.rhq.core.pluginapi.inventory
The plugin component that wraps a Resource.
ResourceContext<T extends ResourceComponent> - Class in org.rhq.core.pluginapi.inventory
The context object that ResourceComponent objects will have access - it will have all the information that the resource components needs during their lifetime.
ResourceContext(Resource, T, ResourceDiscoveryComponent, SystemInfo, File, File, String, EventContext, OperationContext, ContentContext, Executor, PluginContainerDeployment) - Constructor for class org.rhq.core.pluginapi.inventory.ResourceContext
Creates a new ResourceContext object.
ResourceDiscoveryComponent<T extends ResourceComponent> - Interface in org.rhq.core.pluginapi.inventory
The plugin component that defines how resources are discovered.
ResourceDiscoveryContext<T extends ResourceComponent> - Class in org.rhq.core.pluginapi.inventory
The context object that ResourceDiscoveryComponent objects will have access to when needing to perform its work.
ResourceDiscoveryContext(ResourceType, T, ResourceContext, SystemInfo, List<ProcessScanResult>, List<Configuration>, String, PluginContainerDeployment) - Constructor for class org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext
Creates a new ResourceDiscoveryContext object.
RESPONSE_TIME_LOG_FILE_CONFIG_PROP - Static variable in class org.rhq.core.pluginapi.util.ResponseTimeConfiguration
 
RESPONSE_TIME_URL_EXCLUDES_CONFIG_PROP - Static variable in class org.rhq.core.pluginapi.util.ResponseTimeConfiguration
 
RESPONSE_TIME_URL_TRANSFORMS_CONFIG_PROP - Static variable in class org.rhq.core.pluginapi.util.ResponseTimeConfiguration
 
ResponseTimeConfiguration - Class in org.rhq.core.pluginapi.util
 
ResponseTimeConfiguration(Configuration) - Constructor for class org.rhq.core.pluginapi.util.ResponseTimeConfiguration
 
ResponseTimeLogParser - Class in org.rhq.core.pluginapi.util
This is a very simple log parser that uses a StringTokenizer instead of a regular expression to parse a HTTP response-time log file.
ResponseTimeLogParser(File) - Constructor for class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
ResponseTimeLogParser(File, double) - Constructor for class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
ResponseTimeLogParser.LogEntry - Class in org.rhq.core.pluginapi.util
 
ResponseTimeLogParser.LogEntry(String, long, long, Integer, String) - Constructor for class org.rhq.core.pluginapi.util.ResponseTimeLogParser.LogEntry
 
retrievePackageBits(ResourcePackageDetails) - Method in interface org.rhq.core.pluginapi.content.ContentFacet
Asks that a stream of data containing the installed package contents be returned.
run() - Method in class org.rhq.core.pluginapi.availability.AvailabilityCollectorRunnable
Performs the actual availability checking.

S

saveToDisk() - Method in class org.rhq.core.pluginapi.content.version.PackageVersions
Saves the current state of the application (package) versions to disk.
sendQueue - Variable in class org.rhq.core.system.NetworkStats
 
ServiceInfo - Class in org.rhq.core.system
Encapsulates information about a known service.
ServiceInfo(String, String, String, String, String[]) - Constructor for class org.rhq.core.system.ServiceInfo
 
setArguments(List<String>) - Method in class org.rhq.core.system.ProcessExecution
Sets an optional set of arguments to pass to the executable.
setArguments(String[]) - Method in class org.rhq.core.system.ProcessExecution
Sets an optional set of arguments to pass to the executable.
setCaptureOutput(boolean) - Method in class org.rhq.core.system.ProcessExecution
If true, the process's output will be captured and returned in the results.
setCheckExecutableExists(boolean) - Method in class org.rhq.core.system.ProcessExecution
 
setComplexResults(Configuration) - Method in class org.rhq.core.pluginapi.operation.OperationServicesResult
 
setConfiguration(Configuration) - Method in class org.rhq.core.pluginapi.configuration.ConfigurationUpdateReport
 
setDateFormat(DateFormat) - Method in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
setDateIfNotSet(Date) - Static method in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
setEnvironmentVariables(Map<String, String>) - Method in class org.rhq.core.system.ProcessExecution
Sets an optional set of environment variables to pass to the process.
setErrorMessage(String) - Method in class org.rhq.core.pluginapi.configuration.ConfigurationUpdateReport
Calling this method with a non-null error message implies that the request's status is ConfigurationUpdateStatus.FAILURE and will set it as such.
setErrorMessage(String) - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
setErrorMessage(String) - Method in class org.rhq.core.pluginapi.operation.OperationResult
Sets whether or not this operation was successful.
setErrorMessageFromThrowable(Throwable) - Method in class org.rhq.core.pluginapi.configuration.ConfigurationUpdateReport
Convienence method that sets the error message to the given throwable's stack trace dump.
setErrorStackTrace(String) - Method in class org.rhq.core.pluginapi.operation.OperationServicesResult
 
setException(Throwable) - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
setExcludes(List<Pattern>) - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
setExecutable(String) - Method in class org.rhq.core.system.ProcessExecution
Sets the full path to the executable that will be run.
setIncludesPattern(Pattern) - Method in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
setKillOnTimeout(boolean) - Method in class org.rhq.core.system.ProcessExecution
If true, then the process will be forcibly killed if it doesn't exit within the wait time.
setLogFile(File) - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
setMinimumSeverity(EventSeverity) - Method in class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
 
setPluginConfiguration(Configuration) - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
Defines the discovered resource's plugin configuration.
setResourceDescription(String) - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
Sets a simple description of the resource, which may or may not be an internationalized string
setResourceKey(String) - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
setResourceKey(String) - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
Sets the discovered resource's unique key.
setResourceName(String) - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
setResourceName(String) - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
Sets the name of the discovered resource, which is used mainly for UI display purposes.
setResourceVersion(String) - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
Sets the discovered resource's version string (which may have any form or syntax that is appropriate for the resource and may be null which correlates to an empty version string).
setResultCode(OperationServicesResultCode) - Method in class org.rhq.core.pluginapi.operation.OperationServicesResult
 
setSimpleResult(String) - Method in class org.rhq.core.pluginapi.operation.OperationResult
Use this method if an operation returned a simple string result.
setStatus(ConfigurationUpdateStatus) - Method in class org.rhq.core.pluginapi.configuration.ConfigurationUpdateReport
 
setStatus(CreateResourceStatus) - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
setTransforms(List<RegexSubstitution>) - Method in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 
setUserSpecifiedResourceName(String) - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
setVersion(String, String) - Method in class org.rhq.core.pluginapi.content.version.PackageVersionData
Updates the store with a new version for the package identified by the specified key.
setWaitForCompletion(long) - Method in class org.rhq.core.system.ProcessExecution
The time, in milliseconds, to wait for the process to exit (will not wait if 0 or less).
setWorkingDirectory(String) - Method in class org.rhq.core.system.ProcessExecution
If not null, will be the working directory of the new process (if null, the new process's working directory will be the current working directory of caller).
shutdown() - Method in interface org.rhq.core.pluginapi.plugin.PluginLifecycleListener
When the plugin container shuts down and it unloads the plugin, this method will be called.
shutdown() - Static method in class org.rhq.core.system.SystemInfoFactory
This method is reserved for those objects (like shutdown hooks) that are aware of the VM going down - at which time it would be appropriate to give the native libraries a chance to clean up after themselves.
sigar - Variable in class org.rhq.core.system.ProcessInfo
 
SigarAccess - Class in org.rhq.core.system
Provides synchronized Sigar access allowing you to obtain low-level platform details and functionality.
SigarAccess() - Constructor for class org.rhq.core.system.SigarAccess
 
SIMPLE_OPERATION_RESULT_NAME - Static variable in class org.rhq.core.pluginapi.operation.OperationResult
 
SnapshotReport - Class in org.rhq.core.pluginapi.util
A common snapshot report that allows you to prepare a zip'ed file containing a snapshot of content belonging to a resource.
SnapshotReport(String, String, Configuration) - Constructor for class org.rhq.core.pluginapi.util.SnapshotReport
 
SnapshotReport.RegexFilenameFilter - Class in org.rhq.core.pluginapi.util
Filename filter that matches the filename if it matches a given regular expression.
SnapshotReport.RegexFilenameFilter(String, String) - Constructor for class org.rhq.core.pluginapi.util.SnapshotReport.RegexFilenameFilter
 
SnapshotReportRequest - Class in org.rhq.core.pluginapi.support
Encapsulates information about a snapshot report request.
SnapshotReportRequest(String, String) - Constructor for class org.rhq.core.pluginapi.support.SnapshotReportRequest
 
SnapshotReportResults - Class in org.rhq.core.pluginapi.support
Contains the results of a snapshot report, including a stream to the contents of the snapshot.
SnapshotReportResults(InputStream) - Constructor for class org.rhq.core.pluginapi.support.SnapshotReportResults
Creates the results object.
start() - Method in class org.rhq.core.pluginapi.availability.AvailabilityCollectorRunnable
For those resource components using this availability collector utility, their ResourceComponent#start(org.rhq.core.pluginapi.inventory.ResourceContext) method must call this to start the availability checking that this object performs.
start(ResourceContext<T>) - Method in interface org.rhq.core.pluginapi.inventory.ResourceComponent
Initializes the resource component, possibly connecting to the managed resource itself.
startLogFileEventPollers() - Method in class org.rhq.core.pluginapi.event.log.LogFileEventResourceComponentHelper
 
stat() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
stop() - Method in class org.rhq.core.pluginapi.availability.AvailabilityCollectorRunnable
For those resource components using this availability collector utility, their ResourceComponent#stop() method must call this to stop the availability checking that this object performs.
stop() - Method in interface org.rhq.core.pluginapi.inventory.ResourceComponent
Stops the resource component, which usually indicates the plugin container itself is shutting down.
stopLogFileEventPollers() - Method in class org.rhq.core.pluginapi.event.log.LogFileEventResourceComponentHelper
 
SupportFacet - Interface in org.rhq.core.pluginapi.support
Facet that exposes a component's supportability features, such as taking a snapshot report of its logs, config and other data.
SystemInfo - Interface in org.rhq.core.system
Interface of all native system info objects plus the "non-native" generic JavaSystemInfo object.
SystemInfoException - Exception in org.rhq.core.system
 
SystemInfoException() - Constructor for exception org.rhq.core.system.SystemInfoException
 
SystemInfoException(String, Throwable) - Constructor for exception org.rhq.core.system.SystemInfoException
 
SystemInfoException(String) - Constructor for exception org.rhq.core.system.SystemInfoException
 
SystemInfoException(Throwable) - Constructor for exception org.rhq.core.system.SystemInfoException
 
SystemInfoFactory - Class in org.rhq.core.system
Builds SystemInfo objects based on the native operating system the VM is running on.
SzRegistryValue - Class in org.rhq.core.system.windows
 
SzRegistryValue(String) - Constructor for class org.rhq.core.system.windows.SzRegistryValue
 

T

tcpInboundTotal - Variable in class org.rhq.core.system.NetworkStats
 
tcpOutboundTotal - Variable in class org.rhq.core.system.NetworkStats
 
tcpStates - Variable in class org.rhq.core.system.NetworkStats
 
toMap() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
toString() - Method in class org.rhq.core.pluginapi.configuration.ValidationError
 
toString() - Method in class org.rhq.core.pluginapi.event.log.LogFileInfo
 
toString() - Method in class org.rhq.core.pluginapi.inventory.CreateResourceReport
 
toString() - Method in class org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails
 
toString() - Method in class org.rhq.core.pluginapi.inventory.ProcessScanResult
 
toString() - Method in class org.rhq.core.pluginapi.operation.OperationResult
 
toString() - Method in class org.rhq.core.system.AggregateProcessInfo
 
toString() - Method in class org.rhq.core.system.NetworkAdapterInfo
 
toString() - Method in class org.rhq.core.system.ProcessExecution
 
toString() - Method in class org.rhq.core.system.ProcessExecutionResults
 
toString() - Method in class org.rhq.core.system.ProcessInfo
 
toString() - Method in class org.rhq.core.system.ServiceInfo
 
toString() - Method in class org.rhq.core.system.windows.MultiSzRegistryValue
 
toString() - Method in class org.rhq.core.system.windows.RegistryValue
 
transforms - Variable in class org.rhq.core.pluginapi.util.ResponseTimeLogParser
 

U

unload() - Method in class org.rhq.core.pluginapi.content.version.PackageVersions
For internal use only - Removes the static data object to simulate the first load in the system.
unregisterEventPoller(String) - Method in interface org.rhq.core.pluginapi.event.EventContext
Tells the plugin container to stop polling for Events of the specified type (i.e.
unregisterEventPoller(String, String) - Method in interface org.rhq.core.pluginapi.event.EventContext
Tells the plugin container to stop polling the specified source for Events of the specified type (i.e.
updateResourceConfiguration(ConfigurationUpdateReport) - Method in interface org.rhq.core.pluginapi.configuration.ConfigurationFacet
Configures the specified resource with the values found in the Configuration object within the given report.

V

ValidationError - Class in org.rhq.core.pluginapi.configuration
Encapsulates a configuration error that was caused by an invalid configuration value.
ValidationError(String, String, ExceptionPackage) - Constructor for class org.rhq.core.pluginapi.configuration.ValidationError
 
ValidationError(String, String, String) - Constructor for class org.rhq.core.pluginapi.configuration.ValidationError
 
valueOf(String) - Static method in enum org.rhq.core.pluginapi.inventory.PluginContainerDeployment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.pluginapi.operation.OperationServicesResultCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.system.NetworkAdapterInfo.OperationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.system.OperatingSystemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.system.windows.RegistryEntry.Root
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.system.windows.RegistryValue.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rhq.core.pluginapi.inventory.PluginContainerDeployment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.pluginapi.operation.OperationServicesResultCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.system.NetworkAdapterInfo.OperationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.system.OperatingSystemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.system.windows.RegistryEntry.Root
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.system.windows.RegistryValue.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

WindowsNativeSystemInfo - Class in org.rhq.core.system
SystemInfo implementation for the Microsoft Windows operating system platform.
WindowsNativeSystemInfo() - Constructor for class org.rhq.core.system.WindowsNativeSystemInfo
 
writeLineToConsole(String) - Method in class org.rhq.core.system.JavaSystemInfo
Writes to System.out.
writeLineToConsole(String) - Method in class org.rhq.core.system.NativeSystemInfo
 
writeLineToConsole(String) - Method in interface org.rhq.core.system.SystemInfo
Writes a line of output to the console.

A B C D E F G H I J L M N O P Q R S T U V W

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