com.bea.wlevs.eventstore
Interface EventStoreTransaction


public interface EventStoreTransaction

A context within which event store capture and query operations may be performed atomically and isolated from other transactions.


Method Summary
 void commit()
          Commit this transaction, storing all events captured within it.
 void rollback()
          Roll back this transaction, discarding all events captured within it.
 

Method Detail

commit

public void commit()
            throws EventStoreException
Commit this transaction, storing all events captured within it.

rollback

public void rollback()
              throws EventStoreException
Roll back this transaction, discarding all events captured within it.


Copyright © 2007 BEA Systems All Rights Reserved.