An HL7 service. Accepts incoming TCP/IP connections and creates Connection objects. Uses a single MessageTypeRouter object (for all Connections) to define the Applications to which message are sent. To configure, use registerApplication() or loadApplicationsFromFile().
A separate thread looks for Connections that have been closed (locally or remotely) and discards them. @author Bryan Tripp @author Christian Ohr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|