|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated 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.
RequestFactory has moved to
com.google.web.bindery.requestfactory
. This package will be
removed in a future version of GWT.
DefaultProxyStore
Method Summary | |
---|---|
Splittable |
get(java.lang.String key)
Deprecated. Called by ProxySerializer to retrieve a value previously provided
to put(String, Splittable) . |
int |
nextId()
Deprecated. Returns a non-negative sequence number. |
void |
put(java.lang.String key,
Splittable value)
Deprecated. 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.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |