Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1)

E14303-03
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


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.

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2010 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD