Methods Summary |
---|
public java.lang.String | install(java.lang.String zipFilePath)Installs the service engine and starts it
|
public boolean | isComponentInstalled()Checks if the compoenent specified by componentName is installed or
not
|
public boolean | isJBIInstalled()
|
public void | setComponentName(java.lang.String componentName)
|
public void | start()Starts the component with provided name
|
public void | stop()Stops the component with provided name
|
public void | uninstall()Uninstalls the component with provided name
|