|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JdmkLegacyConnector
.
public interface GenericHttpConnectorAddress
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 |
---|
String getHost()
void setHost(String host)
host
- the new value of the server host property.int getPort()
void setPort(int port)
port
- the new value of the server port property.AuthInfo getAuthInfo()
void setAuthInfo(AuthInfo authInfo)
authInfo
- the new value of the authentication info property.Object clone()
Object.clone()
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |