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.


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

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

Returns:
the value of the server host property.

setHost

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

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

getPort

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

Returns:
the value of the server port property.

setPort

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

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

getAuthInfo

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

Returns:
the value of the authentication info property.

setAuthInfo

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

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

clone

Object clone()
Deprecated. 
Clones this object.

See Also:
Object.clone()

Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

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