|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProxyStore
A ProxyStore provides a ProxySerializer
with access to a low-level
persistence mechanism. The ProxyStore does not need to be able to interpret
the data sent to it by the ProxySerializer; it is merely a wrapper around a
persistence mechanism.
DefaultProxyStore
Method Summary | |
---|---|
Splittable |
get(java.lang.String key)
Called by ProxySerializer to retrieve a value previously provided
to put(String, Splittable) . |
int |
nextId()
Returns a non-negative sequence number. |
void |
put(java.lang.String key,
Splittable value)
Called by ProxySerializer to store a value. |
Method Detail |
---|
Splittable get(java.lang.String key)
ProxySerializer
to retrieve a value previously provided
to put(String, Splittable)
.
key
- the key
null
if key
is unknownint nextId()
void put(java.lang.String key, Splittable value)
ProxySerializer
to store a value.
key
- a key value that will be passed to get(String)
value
- the data to storeSplittable.getPayload()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |