org.rhq.plugins.jbossas
Class WarComponent
java.lang.Object
org.rhq.plugins.jmx.MBeanResourceComponent<JBossASServerComponent>
org.rhq.plugins.jbossas.ApplicationComponent
org.rhq.plugins.jbossas.WarComponent
- All Implemented Interfaces:
- AvailabilityFacet, ConfigurationFacet, ContentFacet, DeleteResourceFacet, ResourceComponent<JBossASServerComponent>, MeasurementFacet, OperationFacet, JMXComponent<JBossASServerComponent>
public class WarComponent
- extends ApplicationComponent
- implements OperationFacet, DeleteResourceFacet
A resource component for managing a web application (WAR) deployed to a JBossAS server.
- Author:
- Ian Springer, Heiko W. Rupp
| Methods inherited from class org.rhq.plugins.jmx.MBeanResourceComponent |
getAttributeName, getAttributeProperty, getBeanProperties, getEmsBean, getEmsConnection, getResourceContext, getValues, invokeOperation, loadBean, loadBean, loadResourceConfiguration, lookupAttributeProperty, setEmsBean, setResourceContext, stop, transformBeanName, updateResourceConfiguration, updateResourceConfiguration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTEXT_ROOT_CONFIG_PROP
public static final java.lang.String CONTEXT_ROOT_CONFIG_PROP
- See Also:
- Constant Field Values
NAME_CONFIG_PROP
public static final java.lang.String NAME_CONFIG_PROP
- See Also:
- Constant Field Values
FILE_NAME
public static final java.lang.String FILE_NAME
- See Also:
- Constant Field Values
JBOSS_WEB_NAME
public static final java.lang.String JBOSS_WEB_NAME
- See Also:
- Constant Field Values
RESPONSE_TIME_LOG_FILE_CONFIG_PROP
public static final java.lang.String RESPONSE_TIME_LOG_FILE_CONFIG_PROP
- See Also:
- Constant Field Values
RESPONSE_TIME_URL_EXCLUDES_CONFIG_PROP
public static final java.lang.String RESPONSE_TIME_URL_EXCLUDES_CONFIG_PROP
- See Also:
- Constant Field Values
RESPONSE_TIME_URL_TRANSFORMS_CONFIG_PROP
public static final java.lang.String RESPONSE_TIME_URL_TRANSFORMS_CONFIG_PROP
- See Also:
- Constant Field Values
VHOST_CONFIG_PROP
public static final java.lang.String VHOST_CONFIG_PROP
- See Also:
- Constant Field Values
ROOT_WEBAPP_CONTEXT_ROOT
public static final java.lang.String ROOT_WEBAPP_CONTEXT_ROOT
- See Also:
- Constant Field Values
WarComponent
public WarComponent()
getAvailability
public AvailabilityType getAvailability()
- Specified by:
getAvailability in interface AvailabilityFacet- Overrides:
getAvailability in class MBeanResourceComponent<JBossASServerComponent>
start
public void start(ResourceContext resourceContext)
- Specified by:
start in interface ResourceComponent<JBossASServerComponent>- Overrides:
start in class MBeanResourceComponent<JBossASServerComponent>
getValues
public void getValues(MeasurementReport report,
java.util.Set<MeasurementScheduleRequest> schedules)
- Specified by:
getValues in interface MeasurementFacet- Overrides:
getValues in class ApplicationComponent
invokeOperation
public OperationResult invokeOperation(java.lang.String name,
Configuration params)
throws java.lang.Exception
- Specified by:
invokeOperation in interface OperationFacet- Overrides:
invokeOperation in class ApplicationComponent
- Throws:
java.lang.Exception
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.