org.rhq.plugins.jbossas5.serviceBinding
Class SetComponent
java.lang.Object
org.rhq.plugins.jbossas5.serviceBinding.SetComponent
- All Implemented Interfaces:
- AvailabilityFacet, ConfigurationFacet, DeleteResourceFacet, ResourceComponent<ManagerComponent>, MeasurementFacet, OperationFacet
public class SetComponent
- extends java.lang.Object
- implements ResourceComponent<ManagerComponent>, ConfigurationFacet, DeleteResourceFacet, OperationFacet, MeasurementFacet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetComponent
public SetComponent()
loadResourceConfiguration
public Configuration loadResourceConfiguration()
throws java.lang.Exception
- Specified by:
loadResourceConfiguration in interface ConfigurationFacet
- Throws:
java.lang.Exception
updateResourceConfiguration
public void updateResourceConfiguration(ConfigurationUpdateReport report)
- Specified by:
updateResourceConfiguration in interface ConfigurationFacet
getAvailability
public AvailabilityType getAvailability()
- Specified by:
getAvailability in interface AvailabilityFacet
start
public void start(ResourceContext<ManagerComponent> context)
- Specified by:
start in interface ResourceComponent<ManagerComponent>
stop
public void stop()
- Specified by:
stop in interface ResourceComponent<ManagerComponent>
deleteResource
public void deleteResource()
throws java.lang.Exception
- Specified by:
deleteResource in interface DeleteResourceFacet
- Throws:
java.lang.Exception
invokeOperation
public OperationResult invokeOperation(java.lang.String name,
Configuration parameters)
throws java.lang.InterruptedException,
java.lang.Exception
- Specified by:
invokeOperation in interface OperationFacet
- Throws:
java.lang.InterruptedException
java.lang.Exception
getValues
public void getValues(MeasurementReport report,
java.util.Set<MeasurementScheduleRequest> metrics)
throws java.lang.Exception
- Specified by:
getValues in interface MeasurementFacet
- Throws:
java.lang.Exception
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.