public class DBContext extends AbstractContext
| Modifier and Type | Method and Description |
|---|---|
boolean |
internalContainsKey(String key)
Not implementing.
|
Object |
internalGet(String key)
retrieves a serialized object from the db
and returns the living instance to the
caller.
|
String[] |
internalGetKeys()
Not implementing.
|
Object |
internalPut(String key,
Object value)
Serializes and stores an object in the database.
|
Object |
internalRemove(String key)
Not implementing.
|
containsKey, get, getChainedContext, getKeys, put, removepublic DBContext()
public DBContext(Context inner)
public Object internalGet(String key)
internalGet in class AbstractContextpublic Object internalPut(String key, Object value)
internalPut in class AbstractContextpublic boolean internalContainsKey(String key)
internalContainsKey in class AbstractContextpublic String[] internalGetKeys()
internalGetKeys in class AbstractContextpublic Object internalRemove(String key)
internalRemove in class AbstractContextCopyright © 2000–2017 The Apache Software Foundation. All rights reserved.