Uses of Interface
ca.uhn.hl7v2.protocol.SafeStorage
Packages that use SafeStorage
-
Uses of SafeStorage in ca.uhn.hl7v2.protocol
Methods in ca.uhn.hl7v2.protocol that return SafeStorage -
Uses of SafeStorage in ca.uhn.hl7v2.protocol.impl
Classes in ca.uhn.hl7v2.protocol.impl that implement SafeStorageModifier and TypeClassDescriptionclassA non-functional implementation ofSafeStorage.Methods in ca.uhn.hl7v2.protocol.impl that return SafeStorageConstructors in ca.uhn.hl7v2.protocol.impl with parameters of type SafeStorageModifierConstructorDescriptionHL7Server(ServerSocket theServerSocket, ApplicationRouter theRouter, SafeStorage theStorage) HL7Server(ServerSocket theLocallyDriven, ServerSocket theRemotelyDriven, ApplicationRouter theRouter, SafeStorage theStorage) ProcessorContextImpl(ApplicationRouter theRouter, TransportLayer theTransport, SafeStorage theStorage) Creates a new instance that uses the given resources.ProcessorContextImpl(ApplicationRouter theRouter, TransportLayer theLocallyDrivenTransport, TransportLayer theRemotelyDrivenTransport, SafeStorage theStorage) Creates a new instance that uses the given resources.