|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.barracudamvc.plankton.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 String |
name
|
Constructor Summary | |
protected |
NameSpace()
protected no args constructor (use the factory methods) |
protected |
NameSpace(String iname)
|
Method Summary | |
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(String key)
get a new NameSpace instance using the specified name |
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 String name
protected static NameSpace globalNameSpace
protected static long lastTime
Constructor Detail |
protected NameSpace()
protected NameSpace(String iname)
Method Detail |
public String getName()
public String toString()
public static NameSpace globalInstance()
public static NameSpace newInstance()
public static NameSpace newInstance(String key)
key
- the namespace key
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |