org.outerj.daisy.repository.serverimpl
Class EventHelper

java.lang.Object
  extended byorg.outerj.daisy.repository.serverimpl.EventHelper

public class EventHelper
extends java.lang.Object


Constructor Summary
EventHelper(LocalRepositoryManager.Context context, org.outerj.daisy.jdbcutil.JdbcHelper jdbcHelper)
           
 
Method Summary
 void createEvent(org.apache.xmlbeans.XmlObject eventDescription, java.lang.String eventName, java.sql.Connection conn)
          Creates an event record, this event will then be picked up by the event dispatcher component which will forward it to JMS.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHelper

public EventHelper(LocalRepositoryManager.Context context,
                   org.outerj.daisy.jdbcutil.JdbcHelper jdbcHelper)
Method Detail

createEvent

public void createEvent(org.apache.xmlbeans.XmlObject eventDescription,
                        java.lang.String eventName,
                        java.sql.Connection conn)
                 throws java.sql.SQLException,
                        org.outerj.daisy.repository.RepositoryException
Creates an event record, this event will then be picked up by the event dispatcher component which will forward it to JMS. The event record should usually be created in one database transaction together with the changes causing the event.

Throws:
java.sql.SQLException
org.outerj.daisy.repository.RepositoryException


Copyright © -2005 . All Rights Reserved.