public class JBossFuseContainerComponent<T extends org.rhq.core.pluginapi.inventory.ResourceComponent<?>> extends FuseServerComponent<T> implements org.rhq.core.pluginapi.measurement.MeasurementFacet, org.rhq.core.pluginapi.operation.OperationFacet
connection, connectionProvider, logFileEventDelegate| Constructor and Description |
|---|
JBossFuseContainerComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
getValues(org.rhq.core.domain.measurement.MeasurementReport measurementReport,
Set<org.rhq.core.domain.measurement.MeasurementScheduleRequest> measurementScheduleRequests) |
org.rhq.core.pluginapi.operation.OperationResult |
invokeOperation(String name,
org.rhq.core.domain.configuration.Configuration parameters) |
protected org.rhq.core.pluginapi.operation.OperationResult |
restartServer()
Restart the server by first executing the 'stop' script in karaf.base and then calling
the
startServer() method to start it again. |
void |
start(org.rhq.core.pluginapi.inventory.ResourceContext context) |
protected org.rhq.core.pluginapi.operation.OperationResult |
startServer()
Start the server by calling the start script defined in the plugin configuration.
|
void |
stop() |
getAvailability, getEmsConnection, getResourceContext, internalStartpublic void start(org.rhq.core.pluginapi.inventory.ResourceContext context)
throws Exception
start in interface org.rhq.core.pluginapi.inventory.ResourceComponent<T extends org.rhq.core.pluginapi.inventory.ResourceComponent<?>>start in class FuseServerComponent<T extends org.rhq.core.pluginapi.inventory.ResourceComponent<?>>Exceptionpublic void stop()
stop in interface org.rhq.core.pluginapi.inventory.ResourceComponent<T extends org.rhq.core.pluginapi.inventory.ResourceComponent<?>>stop in class FuseServerComponent<T extends org.rhq.core.pluginapi.inventory.ResourceComponent<?>>public void getValues(org.rhq.core.domain.measurement.MeasurementReport measurementReport,
Set<org.rhq.core.domain.measurement.MeasurementScheduleRequest> measurementScheduleRequests)
throws Exception
getValues in interface org.rhq.core.pluginapi.measurement.MeasurementFacetExceptionpublic org.rhq.core.pluginapi.operation.OperationResult invokeOperation(String name, org.rhq.core.domain.configuration.Configuration parameters) throws InterruptedException, Exception
invokeOperation in interface org.rhq.core.pluginapi.operation.OperationFacetInterruptedExceptionExceptionprotected org.rhq.core.pluginapi.operation.OperationResult startServer()
protected org.rhq.core.pluginapi.operation.OperationResult restartServer()
throws Exception
startServer() method to start it again.Exception - If anything goes wrongCopyright © 2015. All rights reserved.