|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IServiceConnector
Generic interface for every servcie connector.
| Method Summary | |
|---|---|
void |
close()
Called to close the previously initialize record source. |
IMonitoringRecord |
deserializeNextRecord()
The deserialize method reads source data and returns an IMonitoringRecord. |
void |
initialize()
Called to initialize the channel to read record information. |
| Method Detail |
|---|
IMonitoringRecord deserializeNextRecord()
throws ConnectorDataTransmissionException,
ConnectorEndOfDataException
IMonitoringRecord.
IMonitoringRecord or null on read error or end of line.
ConnectorDataTransmissionException - if a read error or an unknown record id occurs
ConnectorEndOfDataException - if the transmission is terminated or otherwise signaled that the last record has been received.
void initialize()
throws ConnectorDataTransmissionException
ConnectorDataTransmissionException - when an error occurred setting up the record source.
void close()
throws ConnectorDataTransmissionException
ConnectorDataTransmissionException - when an error occurred during connection close.
|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||