public class AlarmSelectionHandlerImpl extends AlarmSelectionHandler
| Constructor and Description |
|---|
AlarmSelectionHandlerImpl(org.omg.CORBA.ORB orb,
AcsLogger logger)
Creates a new AlarmSelectionHandlerImpl object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
DOCUMENT ME!
|
Selection |
createSelection()
returns a new selection
|
protected void |
finalize() |
void |
resetSelection()
DOCUMENT ME!
|
void |
search(Selection selection,
int nbOfRows,
AlarmSearchListener searchListener)
Starts the asynchronous alarm search.
|
java.util.Map |
select(Selection selection,
AlarmSelectionListener selectionListener)
DOCUMENT ME!
|
getpublic AlarmSelectionHandlerImpl(org.omg.CORBA.ORB orb,
AcsLogger logger)
LaserExceptionLaserException - DOCUMENT ME!public void close()
throws LaserException
close in class AlarmSelectionHandlerLaserException - DOCUMENT ME!public Selection createSelection()
createSelection in class AlarmSelectionHandlerpublic void resetSelection()
throws LaserException
resetSelection in class AlarmSelectionHandlerLaserException - DOCUMENT ME!public java.util.Map select(Selection selection, AlarmSelectionListener selectionListener) throws LaserException, LaserTimeOutException
select in class AlarmSelectionHandlerselection - DOCUMENT ME!listener - DOCUMENT ME!LaserConnectionExceptionLaserException - DOCUMENT ME!LaserExceptionLaserTimeOutExceptionLaserConnectionExceptionjava.lang.IllegalArgumentException - DOCUMENT ME!public void search(Selection selection, int nbOfRows, AlarmSearchListener searchListener) throws LaserException, LaserTimeOutException
AlarmSelectionHandlersearch in class AlarmSelectionHandlerselection - the alarm selection instancenbOfRows - the number of rows to returnsearchListener - the search listener instanceLaserConnectionException - if the client cannot connect to the BLLaserTimeOutException - if the selection times outLaserException - if the system is unable to perform the selectionprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable