|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigurationFax
| Method Summary | |
|---|---|
java.lang.String |
getConnector()
Gets the name of the class. |
int |
getDialing()
Gets the dialing mode. |
int |
getFlowCommand()
Gets the flow command. |
int |
getFlowControl()
Gets the flow control. |
java.lang.String |
getInitString()
Gets the modem's initializing string. |
int |
getMaxRetries()
Gets the retry time. |
int |
getModemClass()
Returns the modem class. |
java.lang.String |
getPassword()
Gets the password for the class communicating with Fax server |
java.lang.String |
getPort()
Gets the port in system. |
java.lang.String |
getServerIP()
Gets the IP address or domain name of the Fax server. |
int |
getServerPort()
Gets the port number of the Fax server. |
java.lang.String |
getSpecParameters()
Gets the special parameter of the Fax server. |
int |
getTimeOut()
Gets the time out in ms. |
java.lang.String |
getUserID()
Gets the user which logins in the class communicating with Fax server. |
java.lang.String |
getUserName()
Gets the user name showing in the Fax server manager. |
void |
setConnector(java.lang.String connector)
Sets the name of the class implemented by user. |
void |
setDialing(int dialing)
Sets the dialing mode. |
void |
setFlowCommand(int flowCommand)
Sets the flow command. |
void |
setFlowControl(int flowControl)
Sets the flow modem control. |
void |
setInitString(java.lang.String initString)
Sets the modem's initializing string. |
void |
setMaxRetries(int maxRetries)
Sets the times to connect with the destination when it is busy. |
void |
setModemClass(int modemClass)
Sets the modem class. |
void |
setPassword(java.lang.String password)
Sets the password for the class communicating with Fax server. |
void |
setPort(java.lang.String port)
Sets the port in system. |
void |
setServerIP(java.lang.String serverIP)
Sets the IP address or domain name of the Fax server. |
void |
setServerPort(int serverPort)
Sets the port number of the Fax server. |
void |
setSpecParameters(java.lang.String parameters)
Sets the special parameters of the Fax server. |
void |
setTimeOut(int timeOut)
Sets the waiting time for getting response from Fax server. |
void |
setUserID(java.lang.String userID)
Sets user ID for the class communicating with Fax server. |
void |
setUserName(java.lang.String userName)
Sets the user name showing in the Fax server manager. |
void |
setViaFaxServer(boolean viaFaxServer)
Sets whether to export the report result to Fax via Fax Server or Fax Machine. |
boolean |
viaFaxServer()
Returns true while exporting report result via Fax Server, otherwise false. |
| Method Detail |
|---|
void setDialing(int dialing)
dialing - 0 : tone, 1 : pulseint getDialing()
void setModemClass(int modemClass)
modemClass - 0 : class1
1 : class2
2 : class20int getModemClass()
void setFlowControl(int flowControl)
flowControl - 0 : RtsCts
1 : XonXoff
2 : Noneint getFlowControl()
void setFlowCommand(int flowCommand)
flowCommand - 0 :
1 : -- RtsCts --
2 : AT+FLO=2
3 : AT&K3
4 : AT&\\Q3
5 : -- XonXoff --
6 : AT+FLO=1
7 : AT&K4
8 : AT&\\Q4int getFlowCommand()
void setPort(java.lang.String port)
the - port in system, as COM1 or COM2.java.lang.String getPort()
void setInitString(java.lang.String initString)
initString - for example, ATV1Q0.java.lang.String getInitString()
void setViaFaxServer(boolean viaFaxServer)
viaFaxServer - true : Fax server
false : Fax Machineboolean viaFaxServer()
void setConnector(java.lang.String connector)
connector, - the custom class name.java.lang.String getConnector()
void setServerIP(java.lang.String serverIP)
serverIP - java.lang.String getServerIP()
void setServerPort(int serverPort)
serverPort - the port to be set.int getServerPort()
void setUserID(java.lang.String userID)
userID, - the user name.java.lang.String getUserID()
void setPassword(java.lang.String password)
password, - the password to be set.java.lang.String getPassword()
void setUserName(java.lang.String userName)
userName - java.lang.String getUserName()
void setSpecParameters(java.lang.String parameters)
parameters - of Fax server.java.lang.String getSpecParameters()
void setTimeOut(int timeOut)
timeOut, - the time of waiting.int getTimeOut()
void setMaxRetries(int maxRetries)
maxRetries, - the retry time.int getMaxRetries()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||