Uses of Class
org.barracudamvc.plankton.data.NameSpace

Packages that use NameSpace
org.barracudamvc.plankton.data   
 

Uses of NameSpace in org.barracudamvc.plankton.data
 

Fields in org.barracudamvc.plankton.data declared as NameSpace
protected static NameSpace NameSpace.globalNameSpace
           
 

Methods in org.barracudamvc.plankton.data that return NameSpace
static NameSpace NameSpace.globalInstance()
          get the global NameSpace instance
static NameSpace NameSpace.newInstance()
          get a new NameSpace instance using the default name
static NameSpace NameSpace.newInstance(String key)
          get a new NameSpace instance using the specified name
 

Methods in org.barracudamvc.plankton.data with parameters of type NameSpace
static ObjectRepository ObjectRepository.getObjectRepository(NameSpace ns)
          Get an object repository associated with a given NameSpace.
static void ObjectRepository.removeObjectRepository(NameSpace ns)
          Release an object repository associated with a given NameSpace
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.