public class EhcacheHl7v3ContinuationStorage extends Object implements Hl7v3ContinuationStorage, groovy.lang.GroovyObject
| Constructor and Description |
|---|
EhcacheHl7v3ContinuationStorage(net.sf.ehcache.Ehcache ehcache) |
| Modifier and Type | Method and Description |
|---|---|
int |
getContinuationQuantity(String key) |
int |
getLastResultNumber(String key) |
String |
getMessage(String key) |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
remove(String key) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
storeContinuationQuantity(String key,
int continuationQuantity) |
void |
storeLastResultNumber(String key,
int lastResultNumber) |
void |
storeMessage(String key,
String message) |
public EhcacheHl7v3ContinuationStorage(net.sf.ehcache.Ehcache ehcache)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic void storeMessage(String key, String message)
storeMessage in interface Hl7v3ContinuationStoragepublic String getMessage(String key)
getMessage in interface Hl7v3ContinuationStoragepublic void storeLastResultNumber(String key, int lastResultNumber)
storeLastResultNumber in interface Hl7v3ContinuationStoragepublic int getLastResultNumber(String key)
getLastResultNumber in interface Hl7v3ContinuationStoragepublic void storeContinuationQuantity(String key, int continuationQuantity)
storeContinuationQuantity in interface Hl7v3ContinuationStoragepublic int getContinuationQuantity(String key)
getContinuationQuantity in interface Hl7v3ContinuationStoragepublic boolean remove(String key)
remove in interface Hl7v3ContinuationStorageCopyright © 2018 Open eHealth Foundation. All rights reserved.