public class ManageableVector extends java.util.Vector implements ManageableCollection
Constructor and Description |
---|
ManageableVector() |
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.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
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