db4o 8.0

com.db4o.events
Class CommitEventArgs

java.lang.Object
  extended by com.db4o.events.EventArgs
      extended by com.db4o.events.TransactionalEventArgs
          extended by com.db4o.events.CommitEventArgs

public class CommitEventArgs
extends TransactionalEventArgs

Arguments for commit time related events.

See Also:
EventRegistry

Field Summary
 
Fields inherited from class com.db4o.events.EventArgs
EMPTY
 
Constructor Summary
CommitEventArgs(com.db4o.internal.Transaction transaction, com.db4o.internal.CallbackObjectInfoCollections collections, boolean isOwnCommit)
           
 
Method Summary
 ObjectInfoCollection added()
          Returns a iteration
 ObjectInfoCollection deleted()
           
 boolean isOwnCommit()
           
 ObjectInfoCollection updated()
           
 
Methods inherited from class com.db4o.events.TransactionalEventArgs
objectContainer, transaction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitEventArgs

public CommitEventArgs(com.db4o.internal.Transaction transaction,
                       com.db4o.internal.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()

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.