Package com.adobe.idp.dsc.component
Interfacepublic interface Bootstrap

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



Public Methods
 MethodDefined by
  
void onInstall()
This callback method is called by the service container when a component is installed.
Bootstrap
  
This callback method is called by the service container when a component is uninstalled.
Bootstrap
  
Sets the bootstrap context for this instance.
Bootstrap
Method Detail
onInstall()
public void onInstall()

This callback method is called by the service container when a component is installed.

onUnInstall() 
public void onUnInstall()

This callback method is called by the service container when a component is uninstalled.

setBootstrapContext() 
public void setBootstrapContext(BootstrapContext aCtx)

Sets the bootstrap context for this instance.

Parameters

aCtx — The bootstrap context for this instance.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/dsc/component/Bootstrap.html