org.apache.jackrabbit.ocm.manager.collectionconverter
Interface ManageableCollection

All Superinterfaces:
ManageableObjects
All Known Implementing Classes:
ManageableCollectionImpl

public interface ManageableCollection
extends ManageableObjects

Common interface used to persist any kind of Collection.

Author:
Christophe Lombart

Method Summary
 void addObject(Object object)
          Add an object into this ManageableCollection
 
Methods inherited from interface org.apache.jackrabbit.ocm.manager.collectionconverter.ManageableObjects
getIterator, getObjects, getSize
 

Method Detail

addObject

void addObject(Object object)
Add an object into this ManageableCollection

Parameters:
object - the object to add


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.