org.milyn.persistence
Class ApplicationContextObjectStore

java.lang.Object
  extended by 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

Constructor Summary
ApplicationContextObjectStore(org.milyn.container.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(org.milyn.container.ApplicationContext applicationContext)
Method Detail

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.