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(java.lang.String filter) |
void |
showQueueSize() |
void |
start()
Initialize the instance
|
Event |
store(Event event,
StoreListener listener) |
Event |
update(java.util.UUID id,
java.lang.String comment,
StoreListener listener) |
createEvent, getNodeId, store, updatepublic JdbcStorage(StorageDao jdbcStorageDao)
public Event store(Event event, StoreListener listener)
public Query query(java.lang.String filter) throws java.lang.Exception
java.lang.Exceptionpublic Event update(java.util.UUID id, java.lang.String comment, StoreListener listener) throws java.lang.Exception
java.lang.Exceptionpublic void start()
throws java.lang.Exception
java.lang.Exceptionpublic void dispose()
public void cleanup()
public void showQueueSize()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0