|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameSpace | |
org.enhydra.barracuda.plankton.data |
Uses of NameSpace in org.enhydra.barracuda.plankton.data |
Fields in org.enhydra.barracuda.plankton.data declared as NameSpace | |
protected static NameSpace |
NameSpace.globalNameSpace
|
Methods in org.enhydra.barracuda.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.enhydra.barracuda.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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |