public class JdbcStorage extends BaseStorage
| Constructor and Description |
|---|
JdbcStorage(StorageDao jdbcStorageDao) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
void |
dispose()
Dispose the object and free resources
|
Query |
query(String filter) |
void |
showQueueSize() |
void |
start()
Initialize the instance
|
Event |
store(Event event,
StoreListener listener) |
Event |
update(UUID id,
String comment,
StoreListener listener) |
createEvent, getNodeId, store, updatepublic JdbcStorage(StorageDao jdbcStorageDao)
public Event store(Event event, StoreListener listener)
public Event update(UUID id, String comment, StoreListener listener) throws Exception
Exceptionpublic void dispose()
public void cleanup()
public void showQueueSize()
Copyright © 2015 Eclipse SCADA Project. All rights reserved.