| 
 | SolarMetric Kodo JDO 3.3.5 generated on August 31 2005 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--java.util.EventObject
        |
        +--kodo.event.TransactionEvent
A transactional event on a persistence manager.  The event source is
	the KodoPersistenceManager whose transaction state changed.
| Field Summary | |
| static short | AFTER_BEGINEvent type signifying that a transaction has just begun. | 
| static short | AFTER_COMMITEvent type signifying that the transaction has committed. | 
| static short | AFTER_FLUSHEvent type signifying that changes have been flushed to the datastore. | 
| static short | AFTER_ROLLBACKEvent type signifying that the transaction was rolled back. | 
| static short | AFTER_STATE_TRANSITIONSEvent type signifying that all state transitions have been made. | 
| static short | BEFORE_COMMITEvent type signifying that the transaction is about to be committed. | 
| static short | BEFORE_FLUSHEvent type signifying that changes are about to be flushed to the datastore. | 
| Fields inherited from class java.util.EventObject | 
| source | 
| Constructor Summary | |
| TransactionEvent(KodoPersistenceManager pm,
                 short type,
                 Collection trans)Constructor. | |
| Method Summary | |
|  Collection | getTransactionalObjects()Return the unmodifiable set of persistence capable objects participating in the transaction. | 
|  short | getType()Return the type of event. | 
| Methods inherited from class java.util.EventObject | 
| getSource, toString | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final short AFTER_BEGIN
public static final short BEFORE_FLUSH
public static final short AFTER_FLUSH
public static final short BEFORE_COMMIT
BEFORE_FLUSH event for the
	transaction, so that you can differentiate between flushes for commits
	and other flushes.public static final short AFTER_COMMIT
public static final short AFTER_ROLLBACK
public static final short AFTER_STATE_TRANSITIONS
| Constructor Detail | 
public TransactionEvent(KodoPersistenceManager pm,
                        short type,
                        Collection trans)
pm - the event sourcetype - the event typetrans - transactional objects| Method Detail | 
public short getType()
public Collection getTransactionalObjects()
| 
 | SolarMetric Kodo JDO 3.3.5 generated on August 31 2005 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||