|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Store
Field Summary | |
---|---|
static String |
PERSISTENT_CACHE
Deprecated. |
static String |
ROLE
Deprecated. |
static String |
TRANSIENT_CACHE
Deprecated. |
Method Summary | |
---|---|
boolean |
containsKey(Object key)
Deprecated. Indicates if the given key is associated to a contained object. |
void |
free()
Deprecated. |
Object |
get(Object key)
Deprecated. Get the object associated to the given unique key. |
void |
hold(Object key,
Object value)
Deprecated. Holds the given object in a volatile state. |
Enumeration |
keys()
Deprecated. Returns the list of used keys as an Enumeration of Objects. |
void |
remove(Object key)
Deprecated. Remove the object associated to the given key. |
int |
size()
Deprecated. Returns count of the objects in the store, or -1 if could not be obtained. |
void |
store(Object key,
Object value)
Deprecated. Store the given object in a persistent state. |
Field Detail |
---|
static final String ROLE
static final String TRANSIENT_CACHE
static final String PERSISTENT_CACHE
Method Detail |
---|
Object get(Object key)
void store(Object key, Object value) throws IOException
IOException
void hold(Object key, Object value) throws IOException
IOException
void free()
void remove(Object key)
boolean containsKey(Object key)
Enumeration keys()
int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |