public class CommitEventArgs extends TransactionalEventArgs
EventRegistry| Constructor and Description |
|---|
CommitEventArgs(Transaction transaction,
CallbackObjectInfoCollections collections,
boolean isOwnCommit) |
| Modifier and Type | Method and Description |
|---|---|
ObjectInfoCollection |
added()
Returns a iteration
|
ObjectInfoCollection |
deleted() |
boolean |
isOwnCommit() |
ObjectInfoCollection |
updated() |
objectContainer, transactionpublic CommitEventArgs(Transaction transaction, CallbackObjectInfoCollections collections, boolean isOwnCommit)
public ObjectInfoCollection added()
public ObjectInfoCollection deleted()
public ObjectInfoCollection updated()
public boolean isOwnCommit()