Class HL7ApplicationCache
java.lang.Object
org.aoju.bus.image.galaxy.ConfigurationCache<HL7Configuration,HL7Application>
org.aoju.bus.image.metric.internal.hl7.HL7ApplicationCache
- All Implemented Interfaces:
IHL7ApplicationCache
public class HL7ApplicationCache
extends ConfigurationCache<HL7Configuration,HL7Application>
implements IHL7ApplicationCache
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected HL7Applicationfind(HL7Configuration conf, String name) findHL7Application(String name) Methods inherited from class org.aoju.bus.image.galaxy.ConfigurationCache
clear, get, getStaleTimeout, setStaleTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aoju.bus.image.metric.internal.hl7.IHL7ApplicationCache
clear, get, getStaleTimeout, setStaleTimeout
-
Constructor Details
-
HL7ApplicationCache
-
-
Method Details
-
find
protected HL7Application find(HL7Configuration conf, String name) throws org.aoju.bus.core.exception.InternalException - Specified by:
findin classConfigurationCache<HL7Configuration,HL7Application> - Throws:
org.aoju.bus.core.exception.InternalException
-
findHL7Application
public HL7Application findHL7Application(String name) throws org.aoju.bus.core.exception.InternalException - Specified by:
findHL7Applicationin interfaceIHL7ApplicationCache- Throws:
org.aoju.bus.core.exception.InternalException
-