Package | Description |
---|---|
ca.uhn.hl7v2 | |
ca.uhn.hl7v2.app |
Modifier and Type | Method and Description |
---|---|
ConnectionHub |
DefaultHapiContext.getConnectionHub() |
ConnectionHub |
HapiContext.getConnectionHub()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionHub |
ConnectionHub.getInstance()
Deprecated.
Use
HapiContext.getConnectionHub() to get an instance of ConnectionHub.
See this example page for an example of how to use ConnectionHub. |
static ConnectionHub |
ConnectionHub.getInstance(ExecutorService service)
Deprecated.
Use
HapiContext.getConnectionHub() to get an instance of ConnectionHub.
See this example page for an example of how to use ConnectionHub. |
static ConnectionHub |
ConnectionHub.getInstance(HapiContext context)
Deprecated.
Use
HapiContext.getConnectionHub() to get an instance of ConnectionHub.
See this example page for an example of how to use ConnectionHub. |
static ConnectionHub |
ConnectionHub.getNewInstance(HapiContext context)
Returns a new (non-singleton) instance of the ConnectionHub which uses the given executor
service.
|
Copyright © 2001–2017 University Health Network. All rights reserved.