Java Reference
In-Depth Information
L ISTING 7.11 Continued
System.err.println(“ServerDeploylet - binding: “ + e.toString() );
}
}
//
// Deploylet methods
//
/** Implements the related Deploylet method */
public void publish() {
}
7
/** Implements the related Deploylet method */
public void resolve() {
}
/** Implements the related Deploylet method */
public void applicationUpdate() {
}
/** Implements the related Deploylet method */
public void applicationUninstallation() {
}
/** Implements the related Deploylet method */
public void applicationInstallation() {
//client.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 void startApplication() {
//do nothing
}
Search WWH ::




Custom Search