FileDocCategorySizeDatePackage
GenericHttpConnectorAddress.javaAPI DocGlassfish v2 API3418Fri May 04 22:36:22 BST 2007com.sun.enterprise.admin.jmx.remote.comm

GenericHttpConnectorAddress

public interface GenericHttpConnectorAddress implements ConnectorAddress
An interface to extend the basic ConnectorAddress to include the HTTP information.

Fields Summary
Constructors Summary
Methods Summary
public AuthenticationInfogetAuthenticationInfo()
Returns the {@link AuthenticationInfo} related to this ConnectorAddress. AuthenticationInfo is to be handled appropriately by the implementing class.

return
instance of AuthenticationInfo class

public java.lang.StringgetHost()
Returns the host name as a String. The interpretation is to be documented by the implementation (DNS/IP address).

return
String representing the host

public intgetPort()
Returns the port for this instance of ConnectorAddress.

return
integer representing the port number

public voidsetAuthenticationInfo(AuthenticationInfo authInfo)
Sets the AuthenticationInfo for this ConnectorAddress.

param
authInfo instance of AuthenticationInfo

public voidsetHost(java.lang.String host)
Sets the host to the given parameter.

param
host represents the host name to set to.

public voidsetPort(int port)
Sets throws port to given integer.

param
port integer indicating the port number