Package ojb.broker.util.collections

This package contains utility classes that implement the ManageableCollection interface.

See:
          Description

Class Summary
ManageableArrayList is a utility class. provides an ArrayList that addionally implements the ManageableCollection interface.
ManageableHashSet is a utility class. provides a HashSet that addionally implements the ManageableCollection interface.
ManageableVector is a utility class. provides a Vector that addionally implements the ManageableCollection interface.
 

Package 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.



Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04