public class ModJKComponent extends Object implements ResourceComponent<ApacheServerComponent>
| Constructor and Description |
|---|
ModJKComponent() |
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.measurement.AvailabilityType |
getAvailability() |
static OperationResult |
installModJk(ApacheServerComponent serverComponent,
org.rhq.core.domain.configuration.Configuration params)
Delegate method to install a simple mod_jk in an apache httpd
|
void |
start(ResourceContext<ApacheServerComponent> parentResourceContext) |
void |
stop() |
public void start(ResourceContext<ApacheServerComponent> parentResourceContext) throws InvalidPluginConfigurationException, Exception
start in interface ResourceComponent<ApacheServerComponent>InvalidPluginConfigurationExceptionExceptionpublic void stop()
stop in interface ResourceComponent<ApacheServerComponent>public org.rhq.core.domain.measurement.AvailabilityType getAvailability()
getAvailability in interface AvailabilityFacetpublic static OperationResult installModJk(ApacheServerComponent serverComponent, org.rhq.core.domain.configuration.Configuration params) throws Exception
serverComponent - The parents server component with the configurationparams - Params we got passed from the GUIException - see thrown exception for details; thrown exception summarizes errorCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.