org.milyn.persistence
Class ApplicationContextObjectStore
java.lang.Object
org.milyn.persistence.ApplicationContextObjectStore
- All Implemented Interfaces:
- ObjectStore
public class ApplicationContextObjectStore
- extends Object
- implements ObjectStore
- Author:
- maurice.zeijen@smies.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationContextObjectStore
public ApplicationContextObjectStore(ApplicationContext applicationContext)
get
public Object get(Object key)
- Specified by:
get in interface ObjectStore
getAll
public Map<Object,Object> getAll()
- Specified by:
getAll in interface ObjectStore
remove
public void remove(Object key)
- Specified by:
remove in interface ObjectStore
set
public void set(Object key,
Object value)
- Specified by:
set in interface ObjectStore
Copyright © 2011. All Rights Reserved.