FileDocCategorySizeDatePackage
Installer.javaAPI DocGlassfish v2 API3033Fri May 04 22:30:24 BST 2007com.sun.enterprise.jbi.serviceengine.install

Installer

public interface Installer
author
Manisha Umbarje

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Stringinstall(java.lang.String zipFilePath)
Installs the service engine and starts it

param
zipFilePath packaged 208 compliant service engine bundle

public booleanisComponentInstalled()
Checks if the compoenent specified by componentName is installed or not

public booleanisJBIInstalled()

public voidsetComponentName(java.lang.String componentName)

public voidstart()
Starts the component with provided name

public voidstop()
Stops the component with provided name

public voiduninstall()
Uninstalls the component with provided name