|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rhq.plugins.jmx.MBeanResourceComponent<CacheManagerComponent> org.infinispan.rhq.CacheComponent
public class CacheComponent
Component class for Caches within Infinispan
Field Summary |
---|
Fields inherited from class org.rhq.plugins.jmx.MBeanResourceComponent |
---|
bean, OBJECT_NAME_PROP, PROPERTY_TRANSFORM, resourceContext |
Fields inherited from interface org.rhq.plugins.jmx.JMXComponent |
---|
CREDENTIALS_CONFIG_PROP, PRINCIPAL_CONFIG_PROP |
Constructor Summary | |
---|---|
CacheComponent()
|
Method Summary | |
---|---|
org.rhq.core.domain.measurement.AvailabilityType |
getAvailability()
Return availability of this resource |
void |
getValues(org.rhq.core.domain.measurement.MeasurementReport report,
Set<org.rhq.core.domain.measurement.MeasurementScheduleRequest> metrics)
Gather measurement data |
org.rhq.core.pluginapi.operation.OperationResult |
invokeOperation(String fullOpName,
org.rhq.core.domain.configuration.Configuration parameters)
Invoke operations on the Cache MBean instance |
void |
start(org.rhq.core.pluginapi.inventory.ResourceContext<CacheManagerComponent> context)
Start the resource connection |
void |
stop()
Tear down the rescource connection |
Methods inherited from class org.rhq.plugins.jmx.MBeanResourceComponent |
---|
getAttributeName, getAttributeProperty, getBeanProperties, getEmsBean, getEmsConnection, getPropertyValueAsType, getResourceContext, getValues, invokeOperation, loadBean, loadBean, loadResourceConfiguration, lookupAttributeProperty, setEmsBean, setResourceContext, transformBeanName, updateResourceConfiguration, updateResourceConfiguration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheComponent()
Method Detail |
---|
public org.rhq.core.domain.measurement.AvailabilityType getAvailability()
getAvailability
in interface org.rhq.core.pluginapi.availability.AvailabilityFacet
getAvailability
in class org.rhq.plugins.jmx.MBeanResourceComponent<CacheManagerComponent>
AvailabilityFacet.getAvailability()
public void start(org.rhq.core.pluginapi.inventory.ResourceContext<CacheManagerComponent> context)
start
in interface org.rhq.core.pluginapi.inventory.ResourceComponent<CacheManagerComponent>
start
in class org.rhq.plugins.jmx.MBeanResourceComponent<CacheManagerComponent>
public void stop()
stop
in interface org.rhq.core.pluginapi.inventory.ResourceComponent<CacheManagerComponent>
stop
in class org.rhq.plugins.jmx.MBeanResourceComponent<CacheManagerComponent>
ResourceComponent.stop()
public void getValues(org.rhq.core.domain.measurement.MeasurementReport report, Set<org.rhq.core.domain.measurement.MeasurementScheduleRequest> metrics)
getValues
in interface org.rhq.core.pluginapi.measurement.MeasurementFacet
getValues
in class org.rhq.plugins.jmx.MBeanResourceComponent<CacheManagerComponent>
MeasurementFacet.getValues(org.rhq.core.domain.measurement.MeasurementReport,
java.util.Set)
public org.rhq.core.pluginapi.operation.OperationResult invokeOperation(String fullOpName, org.rhq.core.domain.configuration.Configuration parameters) throws Exception
invokeOperation
in interface org.rhq.core.pluginapi.operation.OperationFacet
invokeOperation
in class org.rhq.plugins.jmx.MBeanResourceComponent<CacheManagerComponent>
fullOpName
- Name of the operationparameters
- Parameters of the Operation
Exception
- If operation was not successful
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |