|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.String,OpenMathBase>
org.symcomp.scscp.CookieStore
public class CookieStore
The CookieStore is simply a Hashtable used to store (remote) objects.
It is used by the SCSCPServer and SCSCP2RemoteObjectsHandler,
there should be no need to handle it manually.
| Constructor Summary | |
|---|---|
CookieStore()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
randomKey()
|
OpenMathBase |
retrieve(org.symcomp.openmath.OMReference r)
Tries to retrieve. |
org.symcomp.openmath.OMReference |
store(OpenMathBase o)
Stores under a random key. |
boolean |
unbind(org.symcomp.openmath.OMReference r)
Tries to remove. |
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CookieStore()
| Method Detail |
|---|
protected java.lang.String randomKey()
public org.symcomp.openmath.OMReference store(OpenMathBase o)
public OpenMathBase retrieve(org.symcomp.openmath.OMReference r)
public boolean unbind(org.symcomp.openmath.OMReference r)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||