Java Reference
In-Depth Information
L ISTING 7.10 Continued
} catch (Exception e) {
log;
}
startApplication();
}
/** Implements the related Deploylet method */
public void applicationUpdate() {
}
/** Implements the related Deploylet method */
public void applicationUninstallation() {
}
/** Implements the related Deploylet method */
public void applicationInstallation() {
}
/** Implements the related Deploylet method */
public void applicationConfiguration() {
}
/** Implements the related Deploylet method */
public void resoucesInstallation() {
}
/** Implements the related Deploylet method */
public void JREPreparation() {
}
/** Implements the related Deploylet method */
public abstract void startApplication();
/** Implements the related Deploylet method */
public void stopApplication() {
}
/** Implements the related Deploylet method */
public ServiceResult requestService(DeploymentService ds) {
return null;
}
/** Implements the related Deploylet method */
public Deploylet getServer() {
Search WWH ::




Custom Search