ostore.inner
Class InitialUpdateTest

java.lang.Object
  |
  +--ostore.inner.InitialUpdateTest
All Implemented Interfaces:
EventHandlerIF

public class InitialUpdateTest
extends Object
implements EventHandlerIF

Simple regression test for transactional create/append (intial updates) for create requests.

Version:
$Id: InitialUpdateTest.java,v 1.3 2004/05/13 20:14:10 hweather Exp $
Author:
Jeff Pang

Constructor Summary
InitialUpdateTest()
           
 
Method Summary
 void destroy()
           
 void handleEvent(QueueElementIF element)
           
 void handleEvents(QueueElementIF[] element_array)
           
 void init(ConfigDataIF config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialUpdateTest

public InitialUpdateTest()
Method Detail

handleEvent

public void handleEvent(QueueElementIF element)
                 throws EventHandlerException
Specified by:
handleEvent in interface EventHandlerIF
EventHandlerException

handleEvents

public void handleEvents(QueueElementIF[] element_array)
                  throws EventHandlerException
Specified by:
handleEvents in interface EventHandlerIF
EventHandlerException

init

public void init(ConfigDataIF config)
          throws Exception
Specified by:
init in interface EventHandlerIF
Exception

destroy

public void destroy()
             throws Exception
Specified by:
destroy in interface EventHandlerIF
Exception