org.jboss.console.plugins.helpers
Interface PluginWrapper

All Known Implementing Classes:
AbstractPluginWrapper (src)

public interface PluginWrapper

See Also:

Method Summary
 void destroy()
           
 void init(ServletConfig servletConfig)
           
 

Method Detail

init

public void init(ServletConfig servletConfig)
          throws java.lang.Exception
Throws:
java.lang.Exception

destroy

public void destroy()