| calc.src.com.abc.jbi.calculator.installer.CalculatorServiceInstallerConfigMBean
CalculatorServiceInstallerConfigMBean | public interface CalculatorServiceInstallerConfigMBean (Code) | | The CalculatorServiceInstallerConfigMBean defines the MBean operations
implemented by the CalculatorServiceInstaller extension MBean.
author: Sun Microsystems, Inc. |
getProxyHost | String getProxyHost()(Code) | | Return the proxy host.
- the proxy host. |
getProxyPort | int getProxyPort()(Code) | | Return the proxy port.
- the proxy port. |
setProxyHost | void setProxyHost(String aHost)(Code) | | Specify the proxy host.
Parameters: aHost - - the proxy host. |
setProxyPort | void setProxyPort(int aPort)(Code) | | Specify the proxy port.
Parameters: aPort - - the proxy port. |
|
|