org.milyn.persistence
Class ApplicationContextObjectStore

java.lang.Object
  extended by org.milyn.persistence.ApplicationContextObjectStore
All Implemented Interfaces:
ObjectStore

public class ApplicationContextObjectStore
extends Object
implements ObjectStore

Author:
maurice.zeijen@smies.com

Constructor Summary
ApplicationContextObjectStore(ApplicationContext applicationContext)
           
 
Method Summary
 Object get(Object key)
           
 Map<Object,Object> getAll()
           
 void remove(Object key)
           
 void set(Object key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationContextObjectStore

public ApplicationContextObjectStore(ApplicationContext applicationContext)
Method Detail

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.