Public Member Functions | |
abstract Selection | createSelection () |
abstract Map | select (Selection selection, AlarmSelectionListener listener) throws LaserException, LaserTimeOutException |
abstract void | resetSelection () throws LaserException |
abstract void | close () throws LaserException |
abstract void | search (Selection selection, int nbOfRows, AlarmSearchListener searchListener) throws LaserException, LaserTimeOutException |
Static Public Member Functions | |
AlarmSelectionHandler | get () throws LaserConnectionException, LaserException |
Static Private Attributes | |
final Logger | LOGGER = Logger.getLogger(AlarmSelectionHandler.class.getName()) |
final ThreadLocal | alarmSelectionHandler = new ThreadLocal() |
|
Close and deallocate resources.
|
|
Creates a new selection
|
|
Factory method.
|
|
Reset the selection.
|
|
Starts the asynchronous alarm search. The found alarms will be asynchronously received.
|
|
Starts the asynchronous alarm selection. The selected alarms which are currently active will be asynchronously received as well as any change that may occur to their status.
|
|
|
|
|