|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.wcb.plugins.beans.SerialPortController
Constructor Summary | |
SerialPortController()
|
Method Summary | |
int |
getBaudRate()
Gets the current saved serial port baud rate |
int |
getDataBitRate()
Gets the current saved data bit rate of the serial port. |
java.lang.String |
getHTMLX10Device()
This returns an html dropdown of options of diffent x10 devices. |
java.lang.String |
getIsPortConnected()
If the serial port is active then return a printable string indicating connected. |
java.lang.String |
getParity()
Gets the current saved parity of the serial port. |
java.lang.String |
getSavedSerialPort()
Returns the string name of the saved serial port |
java.lang.String |
getSelectedSerialPortHTML()
This takes returns an html representation of a combo drop down box with the selected serial port |
java.util.Vector |
getSerialPorts()
This will return a vector of available serial ports. |
java.lang.String |
getStatusMessage()
|
int |
getStopBitRate()
Gets the current saved stop bit rate of the serial port. |
void |
processRequest(javax.servlet.http.HttpServletRequest request)
Process request information when users do form submits based on this we will save the keys, save the file, read in a new directory's build.properties file or run the ANT build script. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SerialPortController()
Method Detail |
public java.lang.String getStatusMessage()
public java.util.Vector getSerialPorts()
public java.lang.String getSavedSerialPort()
public java.lang.String getIsPortConnected()
public int getBaudRate()
public int getDataBitRate()
public int getStopBitRate()
public java.lang.String getParity()
public java.lang.String getSelectedSerialPortHTML()
public java.lang.String getHTMLX10Device()
public void processRequest(javax.servlet.http.HttpServletRequest request)
request
- Http servlet request from form post call.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |