|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JdmkLegacyConnector
.
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 |
public String getHost()
public void setHost(String host)
host
- the new value of the server host property.public int getPort()
public void setPort(int port)
port
- the new value of the server port property.public AuthInfo getAuthInfo()
public void setAuthInfo(AuthInfo authInfo)
authInfo
- the new value of the authentication info property.public Object clone()
Object.clone()
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |