net.sf.dropboxmq.workflow.persistence.memory
Class EventPropertyPersistenceImpl

java.lang.Object
  extended by net.sf.dropboxmq.workflow.persistence.memory.EventPropertyPersistenceImpl
All Implemented Interfaces:
EventPropertyPersistence

public class EventPropertyPersistenceImpl
extends Object
implements EventPropertyPersistence

Created: 11 Oct 2010

Version:
$Revision$, $Date$
Author:
Dwayne Schultz

Constructor Summary
EventPropertyPersistenceImpl(EventPersistenceImpl eventPersistence)
           
 
Method Summary
 Map<Integer,Map<String,String>> getEventPropertiesByRun(int runId)
           
 void storeEventProperties(int eventId, Map<String,String> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventPropertyPersistenceImpl

public EventPropertyPersistenceImpl(EventPersistenceImpl eventPersistence)
Method Detail

storeEventProperties

public void storeEventProperties(int eventId,
                                 Map<String,String> properties)
Specified by:
storeEventProperties in interface EventPropertyPersistence

getEventPropertiesByRun

public Map<Integer,Map<String,String>> getEventPropertiesByRun(int runId)
Specified by:
getEventPropertiesByRun in interface EventPropertyPersistence