Uses of Class
ca.uhn.hl7v2.app.ConnectionHub
Packages that use ConnectionHub
-
Uses of ConnectionHub in ca.uhn.hl7v2
Methods in ca.uhn.hl7v2 that return ConnectionHubModifier and TypeMethodDescriptionDefaultHapiContext.getConnectionHub()HapiContext.getConnectionHub()Deprecated. -
Uses of ConnectionHub in ca.uhn.hl7v2.app
Methods in ca.uhn.hl7v2.app that return ConnectionHubModifier and TypeMethodDescriptionstatic ConnectionHubConnectionHub.getInstance()Deprecated.UseHapiContext.getConnectionHub()to get an instance of ConnectionHub.static ConnectionHubConnectionHub.getInstance(HapiContext context) Deprecated.UseHapiContext.getConnectionHub()to get an instance of ConnectionHub.static ConnectionHubConnectionHub.getInstance(ExecutorService service) Deprecated.UseHapiContext.getConnectionHub()to get an instance of ConnectionHub.static ConnectionHubConnectionHub.getNewInstance(HapiContext context) Returns a new (non-singleton) instance of the ConnectionHub which uses the given executor service.
HapiContext.newClient(String, int, boolean)