org.rhq.plugins.apache
Class ApacheServerOperationsDelegate

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

public class ApacheServerOperationsDelegate
extends java.lang.Object
implements OperationFacet

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

Author:
Ian Springer

Constructor Summary
ApacheServerOperationsDelegate(ApacheServerComponent serverComponent, SystemInfo systemInfo)
           
 
Method Summary
 OperationResult invokeOperation(java.lang.String name, 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,
                                      SystemInfo systemInfo)
Method Detail

startOperationFacet

public void startOperationFacet(OperationContext context)

invokeOperation

public OperationResult invokeOperation(java.lang.String name,
                                       Configuration params)
                                throws java.lang.Exception
Specified by:
invokeOperation in interface OperationFacet
Throws:
java.lang.Exception


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