com.softwareag.cis.plugin.ext.plugins.command
Class UninstallPlugInWorker

java.lang.Object
  extended by com.softwareag.cis.plugin.ext.plugins.command.UninstallPlugInWorker
All Implemented Interfaces:
com.softwareag.cis.server.IServletInitHandler

public class UninstallPlugInWorker
extends java.lang.Object
implements com.softwareag.cis.server.IServletInitHandler


Constructor Summary
UninstallPlugInWorker()
           
 
Method Summary
 void destroy()
          This method is called on tomcat jvm stop by some means of CIS
 void init(javax.servlet.ServletConfig servletConfig)
          This method is called on tomcat jvm start by some means of CIS
 void startWorker(java.io.File pluggableUIdir)
          Begin process of plugin uninstallation Improve performance (NIO,threads)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UninstallPlugInWorker

public UninstallPlugInWorker()
Method Detail

destroy

public void destroy()
This method is called on tomcat jvm stop by some means of CIS

Specified by:
destroy in interface com.softwareag.cis.server.IServletInitHandler

init

public void init(javax.servlet.ServletConfig servletConfig)
This method is called on tomcat jvm start by some means of CIS

Specified by:
init in interface com.softwareag.cis.server.IServletInitHandler
Throws:
java.lang.RuntimeException

startWorker

public void startWorker(java.io.File pluggableUIdir)
Begin process of plugin uninstallation Improve performance (NIO,threads)

Parameters:
pluggableUIdir -