|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.barracuda.core.util.data.NameSpace
This class defines a NameSpace entity (like a key) that can be used to set/retrieve objects from the ObjectRepository
Field Summary | |
protected static NameSpace |
globalNameSpace
|
protected static long |
lastTime
|
protected java.lang.String |
name
|
Method Summary | |
java.lang.String |
getName()
get the name of this NameSpace |
static NameSpace |
globalInstance()
get the global NameSpace instance |
static NameSpace |
newInstance()
get a new NameSpace instance using the default name |
static NameSpace |
newInstance(java.lang.String key)
get a new NameSpace instance using the specified name |
java.lang.String |
toString()
return the String represenation of the NameSpace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String name
protected static NameSpace globalNameSpace
protected static long lastTime
Method Detail |
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public static NameSpace globalInstance()
public static NameSpace newInstance()
public static NameSpace newInstance(java.lang.String key)
key
- the namespace key
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |