public class ManageableArrayList extends java.util.ArrayList implements ManageableCollection
Constructor and Description |
---|
ManageableArrayList() |
Modifier and Type | Method and Description |
---|---|
void |
afterStore(PersistenceBroker broker)
A callback method to implement 'removal-aware' (track removed objects and delete
them by its own) collection implementations.
|
void |
ojbAdd(java.lang.Object anObject)
add a single Object to the Collection.
|
void |
ojbAddAll(ManageableCollection otherCollection)
adds a Collection to this collection.
|
java.util.Iterator |
ojbIterator()
returns an Iterator over all elements in the collection.
|
public void ojbAdd(java.lang.Object anObject)
ojbAdd
in interface ManageableCollection
anObject
- The object to addpublic void ojbAddAll(ManageableCollection otherCollection)
ojbAddAll
in interface ManageableCollection
otherCollection
- The added collectionpublic void afterStore(PersistenceBroker broker) throws PersistenceBrokerException
ManageableCollection
afterStore
in interface ManageableCollection
broker
- The persistence brokerPersistenceBrokerException
public java.util.Iterator ojbIterator()
ojbIterator
in interface ManageableCollection
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30