org.rhq.plugins.apache
Class ApachePluginLifecycleListener

java.lang.Object
  extended by org.rhq.plugins.apache.ApachePluginLifecycleListener
All Implemented Interfaces:
PluginLifecycleListener

public class ApachePluginLifecycleListener
extends Object
implements PluginLifecycleListener


Field Summary
protected  String dataPath
           
 
Constructor Summary
ApachePluginLifecycleListener()
           
 
Method Summary
 void copyFile(InputStream in, File destination)
           
 void copyTheLens(String tempDirectory)
           
 void initialize(PluginContext context)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataPath

protected String dataPath
Constructor Detail

ApachePluginLifecycleListener

public ApachePluginLifecycleListener()
Method Detail

initialize

public void initialize(PluginContext context)
                throws Exception
Specified by:
initialize in interface PluginLifecycleListener
Throws:
Exception

shutdown

public void shutdown()
Specified by:
shutdown in interface PluginLifecycleListener

copyFile

public void copyFile(InputStream in,
                     File destination)
              throws Exception
Throws:
Exception

copyTheLens

public void copyTheLens(String tempDirectory)
                 throws Exception
Throws:
Exception


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