com.adobe.convertpdf.docservice
Class ConvertPdfBootstrapper

java.lang.Object
  extended by com.adobe.convertpdf.docservice.ConvertPdfBootstrapper
All Implemented Interfaces:
Bootstrap

public class ConvertPdfBootstrapper
extends java.lang.Object
implements Bootstrap


Constructor Summary
ConvertPdfBootstrapper()
           
 
Method Summary
 void onInstall()
          This callback method is called by the service container when a component is installed.
 void onUnInstall()
          This callback method is called by the service container when a component is uninstalled.
 void setBootstrapContext(BootstrapContext aCtx)
          Sets the bootstrap context for this instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertPdfBootstrapper

public ConvertPdfBootstrapper()
Method Detail

setBootstrapContext

public void setBootstrapContext(BootstrapContext aCtx)
Description copied from interface: Bootstrap
Sets the bootstrap context for this instance.

Specified by:
setBootstrapContext in interface Bootstrap
Parameters:
aCtx - The bootstrap context for this instance.

onUnInstall

public void onUnInstall()
Description copied from interface: Bootstrap
This callback method is called by the service container when a component is uninstalled.

Specified by:
onUnInstall in interface Bootstrap

onInstall

public void onInstall()
Description copied from interface: Bootstrap
This callback method is called by the service container when a component is installed.

Specified by:
onInstall in interface Bootstrap