samples.registerservice
Class MemoryStore
java.lang.Object
samples.registerservice.MemoryStore
- All Implemented Interfaces:
- Store
public class MemoryStore
- extends Object
- implements Store
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemoryStore
public MemoryStore()
get
public Object get(String key)
- Specified by:
get
in interface Store
put
public void put(String key,
Object value)
- Specified by:
put
in interface Store
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.