Uses of Interface
ca.uhn.hl7v2.protocol.SafeStorage

Packages that use SafeStorage
ca.uhn.hl7v2.protocol   
ca.uhn.hl7v2.protocol.impl   
 

Uses of SafeStorage in ca.uhn.hl7v2.protocol
 

Methods in ca.uhn.hl7v2.protocol that return SafeStorage
 SafeStorage ProcessorContext.getSafeStorage()
           
 

Uses of SafeStorage in ca.uhn.hl7v2.protocol.impl
 

Classes in ca.uhn.hl7v2.protocol.impl that implement SafeStorage
 class NullSafeStorage
          A non-functional implementation of SafeStorage.
 

Methods in ca.uhn.hl7v2.protocol.impl that return SafeStorage
 SafeStorage ProcessorContextImpl.getSafeStorage()
           
 

Constructors in ca.uhn.hl7v2.protocol.impl with parameters of type SafeStorage
HL7Server(java.net.ServerSocket theServerSocket, ApplicationRouter theRouter, SafeStorage theStorage)
           
HL7Server(java.net.ServerSocket theLocallyDriven, java.net.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.
 



Copyright © 2001-2011 University Health Network. All Rights Reserved.