db4o 7.4

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)
           
 
Method Summary
 ObjectInfoCollection added()
          Returns a iteration
 ObjectInfoCollection deleted()
           
 ObjectInfoCollection updated()
           
 
Methods inherited from class com.db4o.events.TransactionalEventArgs
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)
Method Detail

added

public ObjectInfoCollection added()
Returns a iteration


deleted

public ObjectInfoCollection deleted()

updated

public ObjectInfoCollection updated()

db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.