org.rhq.plugins.augeas
Class AugeasPluginLifecycleListener

java.lang.Object
  extended by org.rhq.plugins.augeas.AugeasPluginLifecycleListener
All Implemented Interfaces:
PluginLifecycleListener

public class AugeasPluginLifecycleListener
extends java.lang.Object
implements PluginLifecycleListener

This is a plugin lifecycle listener object for the abstract Augeas plugin. It is used to load and unload the augeas shared library from memory.

Author:
John Mazzitelli

Constructor Summary
AugeasPluginLifecycleListener()
           
 
Method Summary
 void initialize(PluginContext context)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AugeasPluginLifecycleListener

public AugeasPluginLifecycleListener()
Method Detail

initialize

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

shutdown

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


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