com.sun.jdmk.comm
Interface GenericHttpConnectorAddress

All Superinterfaces:
Cloneable, ConnectorAddress, Serializable
All Known Implementing Classes:
HttpConnectorAddress, HttpsConnectorAddress

Deprecated. The JMX Remote API should be used in preference to the legacy Java DMK connector classes. This interface may be removed in a future version of Java DMK. See JdmkLegacyConnector.

public interface GenericHttpConnectorAddress
extends ConnectorAddress, Cloneable

This interface defines the Authentication Information required by the connectors to carry out login/password authentication.

Version:
1.11 04/14/04
Author:
Sun Microsystems, Inc

Method Summary
 Object clone()
          Deprecated. Clones this object.
 AuthInfo getAuthInfo()
          Deprecated. Returns the value of the authentication info property.
 String getHost()
          Deprecated. Returns the value of the server host property.
 int getPort()
          Deprecated. Returns the value of the server port property.
 void setAuthInfo(AuthInfo authInfo)
          Deprecated. Sets the value of the authentication info property.
 void setHost(String host)
          Deprecated. Sets the value of the server host property.
 void setPort(int port)
          Deprecated. Sets the value of the server port property.
 
Methods inherited from interface com.sun.jdmk.comm.ConnectorAddress
getConnectorType
 

Method Detail

getHost

public String getHost()
Deprecated. 
Returns the value of the server host property.

Returns:
the value of the server host property.

setHost

public void setHost(String host)
Deprecated. 
Sets the value of the server host property.

Parameters:
host - the new value of the server host property.

getPort

public int getPort()
Deprecated. 
Returns the value of the server port property.

Returns:
the value of the server port property.

setPort

public void setPort(int port)
Deprecated. 
Sets the value of the server port property.

Parameters:
port - the new value of the server port property.

getAuthInfo

public AuthInfo getAuthInfo()
Deprecated. 
Returns the value of the authentication info property.

Returns:
the value of the authentication info property.

setAuthInfo

public void setAuthInfo(AuthInfo authInfo)
Deprecated. 
Sets the value of the authentication info property.

Parameters:
authInfo - the new value of the authentication info property.

clone

public Object clone()
Deprecated. 
Clones this object.

See Also:
Object.clone()

FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

Copyright 1998-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.