org.milyn.persistence
Class ApplicationContextObjectStore
java.lang.Object
org.milyn.persistence.ApplicationContextObjectStore
- All Implemented Interfaces:
- org.milyn.scribe.ObjectStore
public class ApplicationContextObjectStore
- extends Object
- implements org.milyn.scribe.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(org.milyn.container.ApplicationContext applicationContext)
get
public Object get(Object key)
- Specified by:
get in interface org.milyn.scribe.ObjectStore
getAll
public Map<Object,Object> getAll()
- Specified by:
getAll in interface org.milyn.scribe.ObjectStore
remove
public void remove(Object key)
- Specified by:
remove in interface org.milyn.scribe.ObjectStore
set
public void set(Object key,
Object value)
- Specified by:
set in interface org.milyn.scribe.ObjectStore
Copyright © 2018. All rights reserved.