|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientModuleFactoryMXBean
Management interface for the Client Module Provider.
| Method Summary | |
|---|---|
String |
getHostname()
The server hostname. |
String |
getIDPrefix()
The string that should be prefixed to any orderIDs generated by the client based on IDs issued by the server. |
int |
getPort()
The port number of the server. |
String |
getURL()
The Server URL to connect to. |
String |
getUsername()
The username to use when connecting to the server. |
void |
setHostname(String inHostname)
Sets the server host name. |
void |
setIDPrefix(String inIDPrefix)
Sets the string that should be prefixed to any orderIDs generated by the client based on IDs issued by the server. |
void |
setPassword(String inPassword)
Sets the password to use when connecting to the server. |
void |
setPort(int inPort)
Sets the server port number. |
void |
setURL(String inURL)
Sets the Server URL to connect to. |
void |
setUsername(String inUsername)
Sets the user name to use when connecting to the server. |
| Method Detail |
|---|
String getURL()
void setURL(String inURL)
inURL - the Server URLString getUsername()
void setUsername(String inUsername)
inUsername - the username.void setPassword(String inPassword)
inPassword - the password.int getPort()
void setPort(int inPort)
inPort - the server port number.String getHostname()
void setHostname(String inHostname)
inHostname - the server hostname.String getIDPrefix()
void setIDPrefix(String inIDPrefix)
inIDPrefix - the orderID prefix.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||