org.openmobileis.database.fastobjectdb.db
Class CollectionManager
java.lang.Object
org.openmobileis.database.fastobjectdb.db.CollectionManager
- public final class CollectionManager
- extends java.lang.Object
Manage all created collection in a FODB
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
collections
protected Array collections
CollectionManager
public CollectionManager()
addCollection
public void addCollection(FODBCollection collection)
getCollectionByName
public FODBCollection getCollectionByName(java.lang.String name)
getCollectionByType
public FODBCollection getCollectionByType(java.lang.Class type)
getCollectionList
public java.util.Hashtable getCollectionList()
getCollectionArray
public Array getCollectionArray()
Copyright 2006 OpenMobileIS. All Rights Reserved.