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

All Known Subinterfaces:
ManageableCollection, ManageableMap
All Known Implementing Classes:
ManageableCollectionImpl, ManageableMapImpl

public interface ManageableObjects

Common interface used to persist any kind of Collection or Map.

Author:
Christophe Lombart

Method Summary
 Iterator getIterator()
           
 Object getObjects()
           
 int getSize()
           
 

Method Detail

getIterator

Iterator getIterator()
Returns:
The ManageableCollection iterator

getSize

int getSize()
Returns:
The ManageableCollection size

getObjects

Object getObjects()
Returns:
The objects managed by the underlying Collection or Map


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