public class TomcatConnectorComponent extends MBeanResourceComponent<TomcatServerComponent<?>>
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_PROTOCOL
property name for the protocol of the connector
|
static String |
CONFIG_V5_KEEP_ALIVE_TIMEOUT
V5 only property
|
static String |
PLUGIN_CONFIG_ADDRESS
Plugin property name for the address the connector is bound to.
|
static String |
PLUGIN_CONFIG_CONNECTOR
Plugin property name for the connector type the connector is bound to.
|
static String |
PLUGIN_CONFIG_HANDLER
Plugin property name for the protocol handler.
|
static String |
PLUGIN_CONFIG_NAME
Plugin property name for the name.
|
static String |
PLUGIN_CONFIG_PORT
Plugin property name for the port the connector is listening on.
|
static String |
PLUGIN_CONFIG_SHARED_EXECUTOR
Plugin property name for the optional shared executor the connector is using for its threadpool.
|
static String |
UNKNOWN |
bean, OBJECT_NAME_PROP, PROPERTY_TRANSFORM, resourceContextCREDENTIALS_CONFIG_PROP, PRINCIPAL_CONFIG_PROP| Constructor and Description |
|---|
TomcatConnectorComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getAttributeName(String property)
Get the real name of the passed property for a concrete connector.
|
org.rhq.core.domain.measurement.AvailabilityType |
getAvailability() |
void |
getValues(org.rhq.core.domain.measurement.MeasurementReport report,
Set<org.rhq.core.domain.measurement.MeasurementScheduleRequest> requests) |
void |
start(ResourceContext<TomcatServerComponent<?>> context) |
void |
updateResourceConfiguration(ConfigurationUpdateReport report) |
getAttributeProperty, getBeanProperties, getEmsBean, getEmsConnection, getPropertyValueAsType, getResourceContext, getValues, invokeOperation, invokeOperation, loadBean, loadBean, loadResourceConfiguration, lookupAttributeProperty, setEmsBean, setResourceContext, stop, transformBeanName, updateResourceConfigurationpublic static final String CONFIG_PROTOCOL
public static final String CONFIG_V5_KEEP_ALIVE_TIMEOUT
public static final String PLUGIN_CONFIG_ADDRESS
public static final String PLUGIN_CONFIG_CONNECTOR
public static final String PLUGIN_CONFIG_HANDLER
public static final String PLUGIN_CONFIG_NAME
public static final String PLUGIN_CONFIG_PORT
public static final String PLUGIN_CONFIG_SHARED_EXECUTOR
public static final String UNKNOWN
public org.rhq.core.domain.measurement.AvailabilityType getAvailability()
getAvailability in interface AvailabilityFacetgetAvailability in class MBeanResourceComponent<TomcatServerComponent<?>>public void start(ResourceContext<TomcatServerComponent<?>> context)
start in interface ResourceComponent<TomcatServerComponent<?>>start in class MBeanResourceComponent<TomcatServerComponent<?>>public void getValues(org.rhq.core.domain.measurement.MeasurementReport report,
Set<org.rhq.core.domain.measurement.MeasurementScheduleRequest> requests)
getValues in interface MeasurementFacetgetValues in class MBeanResourceComponent<TomcatServerComponent<?>>protected String getAttributeName(String property)
getAttributeName in class MBeanResourceComponent<TomcatServerComponent<?>>public void updateResourceConfiguration(ConfigurationUpdateReport report)
updateResourceConfiguration in interface ConfigurationFacetupdateResourceConfiguration in class MBeanResourceComponent<TomcatServerComponent<?>>Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.