public interface IHL7ApplicationCache
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
HL7Application |
findHL7Application(String name) |
HL7Application |
get(String name) |
int |
getStaleTimeout() |
void |
setStaleTimeout(int staleTimeout) |
int getStaleTimeout()
void setStaleTimeout(int staleTimeout)
void clear()
HL7Application get(String name) throws org.aoju.bus.core.lang.exception.InstrumentException
org.aoju.bus.core.lang.exception.InstrumentExceptionHL7Application findHL7Application(String name) throws org.aoju.bus.core.lang.exception.InstrumentException
org.aoju.bus.core.lang.exception.InstrumentExceptionCopyright © 2020. All rights reserved.