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.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public void storeMessage(String key, String message)
storeMessage
in interface Hl7v3ContinuationStorage
public String getMessage(String key)
getMessage
in interface Hl7v3ContinuationStorage
public void storeLastResultNumber(String key, int lastResultNumber)
storeLastResultNumber
in interface Hl7v3ContinuationStorage
public int getLastResultNumber(String key)
getLastResultNumber
in interface Hl7v3ContinuationStorage
public void storeContinuationQuantity(String key, int continuationQuantity)
storeContinuationQuantity
in interface Hl7v3ContinuationStorage
public int getContinuationQuantity(String key)
getContinuationQuantity
in interface Hl7v3ContinuationStorage
public boolean remove(String key)
remove
in interface Hl7v3ContinuationStorage
Copyright © 2018 Open eHealth Foundation. All rights reserved.