|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
All BankFrame MCA hardware devices must implement this interface.
Method Summary | |
void |
close()
This method closes the device. |
java.lang.String |
getDeviceName()
This method gets the unique name of this device. |
void |
open()
This method opens the physical device on the portname specified in the BankframeDevices.properties resource file. |
void |
setDeviceName(java.lang.String deviceName)
This method sets the device name. |
Method Detail |
public void close()
public java.lang.String getDeviceName()
public void open() throws DeviceException
BankframeDevices.properties
resource file.
DeviceException
- This exception
is thrown if an error occurs when attempting to open/connect to the device.public void setDeviceName(java.lang.String deviceName)
deviceName
- The unique name for this device.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |