Package org.apache.ojb.broker.util.collections

This package contains utility classes that implement the ManageableCollection interface.

See: Description

Package org.apache.ojb.broker.util.collections Description

This package contains utility classes that implement the ManageableCollection interface. Implementing this interface allows to use these classes as collection attributes in persistent classes.

The class ManageableVector extends Vector and implements ManageableCollections.

The class ManageableArrayList extends ArrayList and implements ManageableCollections.

The class ManageableHashSet extends HashSet and implements ManageableCollections.

Patterns applied: Adapter, Callback interface ("don't call us, we call you")

Todo: Provide more such implementations.

(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