|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.data.CheatingInMemoryObjectStore
public class CheatingInMemoryObjectStore
Cheating class to pass objects as object references. The data layer should be cleaned up and this class should no longer be used. Objects are never removed, so this is also a memory leak. FIXME: find an alternative and delete this class.
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.String id)
TODO Describe the purpose of this method. |
static CheatingInMemoryObjectStore |
getInstance()
Get the instance of the store TODO Describe the purpose of this method. |
java.lang.String |
storeObject(java.lang.Object object)
Store an object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String storeObject(java.lang.Object object)
object
-
public static CheatingInMemoryObjectStore getInstance()
public java.lang.Object get(java.lang.String id)
stringValue
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |