org.marketcetera.client
Interface ClientModuleFactoryMXBean

All Known Implementing Classes:
ClientModuleFactory

public interface ClientModuleFactoryMXBean

Management interface for the Client Module Provider.

Since:
1.0.0
Version:
$Id: ClientModuleFactoryMXBean.java 16154 2012-07-14 16:34:05Z colin $
Author:
anshul@marketcetera.com

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

getURL

String getURL()
The Server URL to connect to.

Returns:
the Server URL

setURL

void setURL(String inURL)
Sets the Server URL to connect to.

Parameters:
inURL - the Server URL

getUsername

String getUsername()
The username to use when connecting to the server.

Returns:
the username.

setUsername

void setUsername(String inUsername)
Sets the user name to use when connecting to the server.

Parameters:
inUsername - the username.

setPassword

void setPassword(String inPassword)
Sets the password to use when connecting to the server.

Parameters:
inPassword - the password.

getPort

int getPort()
The port number of the server.

Returns:
the server port number.

setPort

void setPort(int inPort)
Sets the server port number.

Parameters:
inPort - the server port number.

getHostname

String getHostname()
The server hostname.

Returns:
the server hostname.

setHostname

void setHostname(String inHostname)
Sets the server host name.

Parameters:
inHostname - the server hostname.

getIDPrefix

String getIDPrefix()
The string that should be prefixed to any orderIDs generated by the client based on IDs issued by the server.

Returns:
the orderID prefix.

setIDPrefix

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.

Parameters:
inIDPrefix - the orderID prefix.


Copyright © 2012. All Rights Reserved.