A C D E G H I M O P R S T U V W

A

ApacheBinaryInfo - Class in org.rhq.plugins.apache.util
TODO
ApacheErrorLogEntryProcessor - Class in org.rhq.plugins.apache
A LogEntryProcessor for Apache HTTPd error log files.
ApacheErrorLogEntryProcessor(String, File) - Constructor for class org.rhq.plugins.apache.ApacheErrorLogEntryProcessor
 
ApacheServerComponent - Class in org.rhq.plugins.apache
The resource component for Apache 1.3/2.x servers.
ApacheServerComponent() - Constructor for class org.rhq.plugins.apache.ApacheServerComponent
 
ApacheServerDiscoveryComponent - Class in org.rhq.plugins.apache
The discovery component for Apache 1.3/2.x servers.
ApacheServerDiscoveryComponent() - Constructor for class org.rhq.plugins.apache.ApacheServerDiscoveryComponent
 
ApacheServerOperationsDelegate - Class in org.rhq.plugins.apache
Executes operations on an Apache server (ApacheServerComponent delegates to this class).
ApacheServerOperationsDelegate(ApacheServerComponent, SystemInfo) - Constructor for class org.rhq.plugins.apache.ApacheServerOperationsDelegate
 
ApacheVirtualHostServiceComponent - Class in org.rhq.plugins.apache
 
ApacheVirtualHostServiceComponent() - Constructor for class org.rhq.plugins.apache.ApacheVirtualHostServiceComponent
 
ApacheVirtualHostServiceDiscoveryComponent - Class in org.rhq.plugins.apache
 
ApacheVirtualHostServiceDiscoveryComponent() - Constructor for class org.rhq.plugins.apache.ApacheVirtualHostServiceDiscoveryComponent
 

C

close() - Method in class org.rhq.plugins.www.snmp.SNMPClient
 
close() - Method in interface org.rhq.plugins.www.snmp.SNMPSession
Closes the session and all underlying resources.
COLUMN_VHOST_ADM - Static variable in class org.rhq.plugins.apache.SNMPConstants
 
COLUMN_VHOST_DESC - Static variable in class org.rhq.plugins.apache.SNMPConstants
 
COLUMN_VHOST_NAME - Static variable in class org.rhq.plugins.apache.SNMPConstants
 
COLUMN_VHOST_PORT - Static variable in class org.rhq.plugins.apache.SNMPConstants
 

D

DEFAULT_COMMUNITY - Static variable in class org.rhq.plugins.www.snmp.SNMPClient
 
DEFAULT_ERROR_LOG_PATH - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
DEFAULT_EXECUTABLE_PATH - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
DEFAULT_HOST - Static variable in class org.rhq.plugins.www.snmp.SNMPClient
 
DEFAULT_PASSWORD - Static variable in class org.rhq.plugins.www.snmp.SNMPClient
 
DEFAULT_PORT - Static variable in class org.rhq.plugins.www.snmp.SNMPClient
 
DEFAULT_USERNAME - Static variable in class org.rhq.plugins.www.snmp.SNMPClient
 
DEFAULT_VERSION - Static variable in class org.rhq.plugins.www.snmp.SNMPClient
 
discoverResource(Configuration, ResourceDiscoveryContext) - Method in class org.rhq.plugins.apache.ApacheServerDiscoveryComponent
 
discoverResources(ResourceDiscoveryContext) - Method in class org.rhq.plugins.apache.ApacheServerDiscoveryComponent
 
discoverResources(ResourceDiscoveryContext<ApacheServerComponent>) - Method in class org.rhq.plugins.apache.ApacheVirtualHostServiceDiscoveryComponent
Discovers the VirtualHosts that are deployed on the specified Apache server and creates and returns corresponding JON services.
discoverResources(ResourceDiscoveryContext<ModJKComponent>) - Method in class org.rhq.plugins.apache.ModJKDiscoveryComponent
Try to detect a mod_jk.

E

equals(Object) - Method in class org.rhq.plugins.apache.util.ApacheBinaryInfo
 
equals(Object) - Method in class org.rhq.plugins.www.snmp.SNMPValue
 

G

getAvailability() - Method in class org.rhq.plugins.apache.ApacheServerComponent
 
getAvailability() - Method in class org.rhq.plugins.apache.ApacheVirtualHostServiceComponent
 
getAvailability() - Method in class org.rhq.plugins.apache.ModJKComponent
 
getBinaryPath() - Method in class org.rhq.plugins.apache.util.ApacheBinaryInfo
 
getBuilt() - Method in class org.rhq.plugins.apache.util.ApacheBinaryInfo
 
getBulk(String) - Method in interface org.rhq.plugins.www.snmp.SNMPSession
TODO
getColumn(String) - Method in interface org.rhq.plugins.www.snmp.SNMPSession
Retrieves all values from a column of an SNMP table (i.e.
getControlScriptPath() - Method in class org.rhq.plugins.apache.ApacheServerComponent
Return the absolute path of this Apache server's control script (e.g.
getCtl() - Method in class org.rhq.plugins.apache.util.ApacheBinaryInfo
 
getDefaultDateFormat() - Method in class org.rhq.plugins.apache.ApacheErrorLogEntryProcessor
 
getExecutablePath() - Method in class org.rhq.plugins.apache.ApacheServerComponent
Return the absolute path of this Apache server's executable (e.g.
getHttpdConfFile() - Method in class org.rhq.plugins.apache.ApacheServerComponent
Returns the httpd.conf file
getInfo(String, SystemInfo) - Static method in class org.rhq.plugins.apache.util.ApacheBinaryInfo
 
getLastModified() - Method in class org.rhq.plugins.apache.util.ApacheBinaryInfo
 
getMainServer() - Method in class org.rhq.plugins.apache.util.HttpdConfParser
 
getMpm() - Method in class org.rhq.plugins.apache.util.ApacheBinaryInfo
 
getNextValue(String) - Method in interface org.rhq.plugins.www.snmp.SNMPSession
Retrieve the variable that logically next after the specified MIB name or OID.
getOID(String) - Static method in class org.rhq.plugins.www.snmp.SNMPClient
 
getOID() - Method in class org.rhq.plugins.www.snmp.SNMPValue
 
getPattern() - Method in class org.rhq.plugins.apache.ApacheErrorLogEntryProcessor
 
getProcExe(long, String) - Static method in class org.rhq.plugins.apache.util.OsProcessUtility
Attempt to find the executable path of the process with the specified pid.
getRetries() - Method in interface org.rhq.plugins.www.snmp.SNMPSession
Get the retries value for this session.
getRoot() - Method in class org.rhq.plugins.apache.util.ApacheBinaryInfo
 
getServerHeader(URL) - Static method in class org.rhq.plugins.www.util.WWWUtils
Get the content of the 'Server:' header
getServerRoot() - Method in class org.rhq.plugins.apache.ApacheServerComponent
Return the absolute path of this Apache server's server root (e.g.
getSession(String, Integer, String, SNMPClient.SNMPVersion) - Method in class org.rhq.plugins.www.snmp.SNMPClient
 
getSingleValue(String) - Method in interface org.rhq.plugins.www.snmp.SNMPSession
Retrieves the variable with the the specified MIB name or OID.
getSNMPSession() - Method in class org.rhq.plugins.apache.ApacheServerComponent
Returns an SNMP session that can be used to communicate with this server's SNMP agent.
getSNMPSession(SNMPClient, Configuration) - Static method in class org.rhq.plugins.apache.ApacheServerComponent
 
getTable(String, int) - Method in interface org.rhq.plugins.www.snmp.SNMPSession
TODO
getTimeout() - Method in interface org.rhq.plugins.www.snmp.SNMPSession
Get the timeout value for this session.
getType() - Method in class org.rhq.plugins.www.snmp.SNMPValue
 
getUriWorkerLocation() - Method in class org.rhq.plugins.apache.util.HttpdConfParser
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.plugins.apache.ApacheServerComponent
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.plugins.apache.ApacheVirtualHostServiceComponent
 
getVersion() - Method in class org.rhq.plugins.apache.util.ApacheBinaryInfo
 
getVhosts() - Method in class org.rhq.plugins.apache.util.HttpdConfParser
 
getWorkerPropertiesFile() - Method in class org.rhq.plugins.apache.util.HttpdConfParser
 

H

hashCode() - Method in class org.rhq.plugins.apache.util.ApacheBinaryInfo
 
hashCode() - Method in class org.rhq.plugins.www.snmp.SNMPValue
 
HttpdConfParser - Class in org.rhq.plugins.apache.util
Parse a httpd.conf file and provide information about its content
HttpdConfParser() - Constructor for class org.rhq.plugins.apache.util.HttpdConfParser
 

I

init(Properties) - Method in class org.rhq.plugins.www.snmp.SNMPClient
 
installModJk(ApacheServerComponent, Configuration) - Static method in class org.rhq.plugins.apache.ModJKComponent
Delegate method to install a simple mod_jk in an apache httpd
invokeOperation(String, Configuration) - Method in class org.rhq.plugins.apache.ApacheServerComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.plugins.apache.ApacheServerOperationsDelegate
 
isAvailable(URL) - Static method in class org.rhq.plugins.www.util.WWWUtils
Sends a HEAD request to the passed url and returns if the server was reachable
isModJkInstalled() - Method in class org.rhq.plugins.apache.util.HttpdConfParser
 

M

main(String[]) - Static method in class org.rhq.plugins.apache.util.ApacheBinaryInfo
 
MIBLookupException - Exception in org.rhq.plugins.www.snmp
 
MIBLookupException(String) - Constructor for exception org.rhq.plugins.www.snmp.MIBLookupException
 
MIBLookupException(String, Throwable) - Constructor for exception org.rhq.plugins.www.snmp.MIBLookupException
 
ModJKComponent - Class in org.rhq.plugins.apache
Management of a mod_jk plugin in the parent apache server
ModJKComponent() - Constructor for class org.rhq.plugins.apache.ModJKComponent
 
ModJKDiscoveryComponent - Class in org.rhq.plugins.apache
Discovery of an installed mod_jk module in the parents component apache server
ModJKDiscoveryComponent() - Constructor for class org.rhq.plugins.apache.ModJKDiscoveryComponent
 

O

org.rhq.plugins.apache - package org.rhq.plugins.apache
 
org.rhq.plugins.apache.util - package org.rhq.plugins.apache.util
 
org.rhq.plugins.www.snmp - package org.rhq.plugins.www.snmp
 
org.rhq.plugins.www.util - package org.rhq.plugins.www.util
 
OsProcessUtility - Class in org.rhq.plugins.apache.util
Utility class to obtain the executable path of a process with the help of Sigar.

P

parse(String) - Method in class org.rhq.plugins.apache.util.HttpdConfParser
Parses the httpd.conf file located at confPath
ping() - Method in interface org.rhq.plugins.www.snmp.SNMPSession
Pings the agent associated with this session to see if it is responsive.
PLUGIN_CONFIG_PROP_CONTROL_SCRIPT_PATH - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
PLUGIN_CONFIG_PROP_ERROR_LOG_EVENTS_ENABLED - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
PLUGIN_CONFIG_PROP_ERROR_LOG_FILE_PATH - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
PLUGIN_CONFIG_PROP_ERROR_LOG_INCLUDES_PATTERN - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
PLUGIN_CONFIG_PROP_ERROR_LOG_MINIMUM_SEVERITY - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
PLUGIN_CONFIG_PROP_EXECUTABLE_PATH - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
PLUGIN_CONFIG_PROP_HTTPD_CONF - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
PLUGIN_CONFIG_PROP_SERVER_ROOT - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
PLUGIN_CONFIG_PROP_SNMP_AGENT_COMMUNITY - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
PLUGIN_CONFIG_PROP_SNMP_AGENT_HOST - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
PLUGIN_CONFIG_PROP_SNMP_AGENT_PORT - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
PLUGIN_CONFIG_PROP_URL - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
processPrimaryLine(Matcher) - Method in class org.rhq.plugins.apache.ApacheErrorLogEntryProcessor
 

R

RESPONSE_TIME_LOG_FILE_CONFIG_PROP - Static variable in class org.rhq.plugins.apache.ApacheVirtualHostServiceComponent
 
RESPONSE_TIME_URL_EXCLUDES_CONFIG_PROP - Static variable in class org.rhq.plugins.apache.ApacheVirtualHostServiceComponent
 
RESPONSE_TIME_URL_TRANSFORMS_CONFIG_PROP - Static variable in class org.rhq.plugins.apache.ApacheVirtualHostServiceComponent
 

S

SERVER_BUILT_TRAIT - Static variable in class org.rhq.plugins.apache.ApacheServerComponent
 
setRetries(int) - Method in interface org.rhq.plugins.www.snmp.SNMPSession
Set the retries value for this session.
setTimeout(long) - Method in interface org.rhq.plugins.www.snmp.SNMPSession
Set the timeout value for this session.
SNMP_WWW_SERVICE_INDEX_CONFIG_PROP - Static variable in class org.rhq.plugins.apache.ApacheVirtualHostServiceComponent
 
SNMPClient - Class in org.rhq.plugins.www.snmp
 
SNMPClient() - Constructor for class org.rhq.plugins.www.snmp.SNMPClient
 
SNMPClient.SNMPVersion - Enum in org.rhq.plugins.www.snmp
 
SNMPConnectException - Exception in org.rhq.plugins.www.snmp
 
SNMPConnectException(String, SNMPSession) - Constructor for exception org.rhq.plugins.www.snmp.SNMPConnectException
 
SNMPConstants - Class in org.rhq.plugins.apache
 
SNMPConstants() - Constructor for class org.rhq.plugins.apache.SNMPConstants
 
SNMPException - Exception in org.rhq.plugins.www.snmp
 
SNMPException(String) - Constructor for exception org.rhq.plugins.www.snmp.SNMPException
 
SNMPException(String, Throwable) - Constructor for exception org.rhq.plugins.www.snmp.SNMPException
 
SNMPSession - Interface in org.rhq.plugins.www.snmp
Generic interface for any version of the SNMP protocol.
SNMPValue - Class in org.rhq.plugins.www.snmp
 
SNMPValue.Type - Enum in org.rhq.plugins.www.snmp
 
start(ResourceContext) - Method in class org.rhq.plugins.apache.ApacheServerComponent
 
start(ResourceContext<ApacheServerComponent>) - Method in class org.rhq.plugins.apache.ApacheVirtualHostServiceComponent
 
start(ResourceContext<ApacheServerComponent>) - Method in class org.rhq.plugins.apache.ModJKComponent
 
startOperationFacet(OperationContext) - Method in class org.rhq.plugins.apache.ApacheServerComponent
 
startOperationFacet(OperationContext) - Method in class org.rhq.plugins.apache.ApacheServerOperationsDelegate
 
stop() - Method in class org.rhq.plugins.apache.ApacheServerComponent
 
stop() - Method in class org.rhq.plugins.apache.ApacheVirtualHostServiceComponent
 
stop() - Method in class org.rhq.plugins.apache.ModJKComponent
 

T

TCP_PROTO_ID - Static variable in class org.rhq.plugins.apache.SNMPConstants
 
toLong() - Method in class org.rhq.plugins.www.snmp.SNMPValue
 
toPhysAddressString() - Method in class org.rhq.plugins.www.snmp.SNMPValue
 
toProperties() - Method in class org.rhq.plugins.apache.util.ApacheBinaryInfo
 
toString() - Method in class org.rhq.plugins.apache.util.ApacheBinaryInfo
 
toString() - Method in class org.rhq.plugins.apache.util.HttpdConfParser
 
toString() - Method in class org.rhq.plugins.www.snmp.SNMPValue
 

U

updateResourceConfiguration(ConfigurationUpdateReport) - Method in class org.rhq.plugins.apache.ApacheVirtualHostServiceComponent
 
URL_CONFIG_PROP - Static variable in class org.rhq.plugins.apache.ApacheVirtualHostServiceComponent
 

V

VALID_AUTHTYPES - Static variable in class org.rhq.plugins.www.snmp.SNMPClient
 
valueOf(String) - Static method in enum org.rhq.plugins.www.snmp.SNMPClient.SNMPVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.plugins.www.snmp.SNMPValue.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rhq.plugins.www.snmp.SNMPClient.SNMPVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.plugins.www.snmp.SNMPValue.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

WWWUtils - Class in org.rhq.plugins.www.util
Helper class that contains methods that send http requests and evaluate results
WWWUtils() - Constructor for class org.rhq.plugins.www.util.WWWUtils
 

A C D E G H I M O P R S T U V W

Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.