Method Summary |
|
public ObjectName | getExtensionMBeanName() Obtains the optional installer configuration MBean ObjectName. |
public String | getProxyHost() Return the proxy host. |
public int | getProxyPort() Return the proxy port. |
public void | init(InstallationContext installContext) Initializes the installation environment for a SE. |
public void | onInstall() Called at the beginning of installation of a SE to perform any special
installation tasks required by the SE. |
public void | onUninstall() Called at the beginning of uninstallation of a SE to perform any special
installation tasks required by the SE. |
public void | setProxyHost(String aHost) Specify the proxy host. |
public void | setProxyPort(int aPort) Specify the proxy port. |