Package com.db4o.events
Class CommitEventArgs
- java.lang.Object
-
- com.db4o.events.EventArgs
-
- com.db4o.events.TransactionalEventArgs
-
- com.db4o.events.CommitEventArgs
-
public class CommitEventArgs extends TransactionalEventArgs
Arguments for commit time related events.- See Also:
EventRegistry
-
-
Constructor Summary
Constructors Constructor Description CommitEventArgs(Transaction transaction, CallbackObjectInfoCollections collections, boolean isOwnCommit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectInfoCollection
added()
Returns a iterationObjectInfoCollection
deleted()
boolean
isOwnCommit()
ObjectInfoCollection
updated()
-
Methods inherited from class com.db4o.events.TransactionalEventArgs
objectContainer, transaction
-
-
-
-
Constructor Detail
-
CommitEventArgs
public CommitEventArgs(Transaction transaction, CallbackObjectInfoCollections collections, boolean isOwnCommit)
-
-
Method Detail
-
added
public ObjectInfoCollection added()
Returns a iteration
-
deleted
public ObjectInfoCollection deleted()
-
updated
public ObjectInfoCollection updated()
-
isOwnCommit
public boolean isOwnCommit()
-
-