org.milyn.persistence
Class ApplicationContextObjectStore
java.lang.Object
org.milyn.persistence.ApplicationContextObjectStore
- All Implemented Interfaces:
- ObjectStore
public class ApplicationContextObjectStore
- extends java.lang.Object
- implements ObjectStore
- Author:
- maurice.zeijen@smies.com
|
Method Summary |
java.lang.Object |
get(java.lang.Object key)
|
java.util.Map<java.lang.Object,java.lang.Object> |
getAll()
|
void |
remove(java.lang.Object key)
|
void |
set(java.lang.Object key,
java.lang.Object value)
|
| 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 java.lang.Object get(java.lang.Object key)
- Specified by:
get in interface ObjectStore
getAll
public java.util.Map<java.lang.Object,java.lang.Object> getAll()
- Specified by:
getAll in interface ObjectStore
remove
public void remove(java.lang.Object key)
- Specified by:
remove in interface ObjectStore
set
public void set(java.lang.Object key,
java.lang.Object value)
- Specified by:
set in interface ObjectStore
Copyright © 2011. All Rights Reserved.