org.openmobileis.database.fastobjectdb.db
Class CollectionManager

java.lang.Object
  extended byorg.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

Field Summary
protected  Array collections
           
 
Constructor Summary
CollectionManager()
           
 
Method Summary
 void addCollection(FODBCollection collection)
           
 Array getCollectionArray()
           
 FODBCollection getCollectionByName(java.lang.String name)
           
 FODBCollection getCollectionByType(java.lang.Class type)
           
 java.util.Hashtable getCollectionList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collections

protected Array collections
Constructor Detail

CollectionManager

public CollectionManager()
Method Detail

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 2005 e-Care. All Rights Reserved.