com.adobe.idp.dsc.component
Interface Bootstrap


public interface Bootstrap

A class implementing this interface can be configured to be called back as a component if installed or uninstalled.


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.
 

Method Detail

setBootstrapContext

void setBootstrapContext(BootstrapContext aCtx)
Sets the bootstrap context for this instance.

Parameters:
aCtx - The bootstrap context for this instance.

onInstall

void onInstall()
This callback method is called by the service container when a component is installed.


onUnInstall

void onUnInstall()
This callback method is called by the service container when a component is uninstalled.



[an error occurred while processing this directive] [an error occurred while processing this directive]