@NotStorableClass public class KeptInMemoryObjectManager extends Object
Constructor and Description |
---|
KeptInMemoryObjectManager() |
Modifier and Type | Method and Description |
---|---|
void |
addObject(String key,
Object object) |
boolean |
isKeptInMemory(Object object) |
String |
keyOfObject(Object object) |
Object |
originalObject(Object substitute) |
Object |
substituteObject(Object originalObject) |
public void addObject(String key, Object object) throws StoreException
StoreException
public boolean isKeptInMemory(Object object)
public Object originalObject(Object substitute) throws ObjectIOException
ObjectIOException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.