public class MemoryStorage extends BaseStorage
| Constructor and Description |
|---|
MemoryStorage() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Event> |
getEvents() |
Query |
query(java.lang.String filter) |
Event |
store(Event event,
StoreListener listener) |
Event |
update(java.util.UUID id,
java.lang.String comment,
StoreListener listener) |
createEvent, getNodeId, store, updatepublic Query query(java.lang.String filter) throws java.lang.Exception
java.lang.Exceptionpublic Event store(Event event, StoreListener listener)
public java.util.Set<Event> getEvents()
public Event update(java.util.UUID id, java.lang.String comment, StoreListener listener) throws java.lang.Exception
java.lang.Exception
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