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

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

public class EventPropertyPersistenceImpl
extends Object
implements EventPropertyPersistence

Created: 06 02 2011

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

Constructor Summary
EventPropertyPersistenceImpl(PersistenceFactoryImpl persistenceFactory)
           
 
Method Summary
 Map<Integer,Map<String,String>> getEventPropertiesByRun(int runId)
           
(package private)  JDBCHelper newJDBCHelper()
           
 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(PersistenceFactoryImpl persistenceFactory)
Method Detail

storeEventProperties

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

newJDBCHelper

JDBCHelper newJDBCHelper()

getEventPropertiesByRun

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