org.rhq.plugins.apache
Class ApacheServerOperationsDelegate

java.lang.Object
  extended by org.rhq.plugins.apache.ApacheServerOperationsDelegate
All Implemented Interfaces:
OperationFacet

public class ApacheServerOperationsDelegate
extends Object
implements OperationFacet

Executes operations on an Apache server (ApacheServerComponent delegates to this class).

Author:
Ian Springer

Constructor Summary
ApacheServerOperationsDelegate(ApacheServerComponent serverComponent, org.rhq.core.domain.configuration.Configuration serverPluginConfiguration, SystemInfo systemInfo)
           
 
Method Summary
 OperationResult invokeOperation(String name, org.rhq.core.domain.configuration.Configuration params)
           
 void startOperationFacet(OperationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheServerOperationsDelegate

public ApacheServerOperationsDelegate(ApacheServerComponent serverComponent,
                                      org.rhq.core.domain.configuration.Configuration serverPluginConfiguration,
                                      SystemInfo systemInfo)
Method Detail

startOperationFacet

public void startOperationFacet(OperationContext context)

invokeOperation

public OperationResult invokeOperation(String name,
                                       org.rhq.core.domain.configuration.Configuration params)
                                throws Exception
Specified by:
invokeOperation in interface OperationFacet
Throws:
Exception


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.