|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.app.HL7Service
org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7.HL7Server
public class HL7Server
The class extends HAPI HL7Service interface. It is the HL7 server engine to start and stop an HL7 service.
Field Summary |
---|
Fields inherited from class ca.uhn.hl7v2.app.HL7Service |
---|
llp, parser |
Constructor Summary | |
---|---|
HL7Server(com.misyshealthcare.connect.net.IConnectionDescription conn,
ca.uhn.hl7v2.llp.LowerLayerProtocol llp,
ca.uhn.hl7v2.parser.Parser parser)
Constructor. |
Method Summary | |
---|---|
void |
run()
Loop that waits for a connection and starts a ConnectionManager when it gets one. |
Methods inherited from class ca.uhn.hl7v2.app.HL7Service |
---|
getRemoteConnection, getRemoteConnections, keepRunning, loadApplicationsFromFile, newConnection, registerApplication, registerConnectionListener, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HL7Server(com.misyshealthcare.connect.net.IConnectionDescription conn, ca.uhn.hl7v2.llp.LowerLayerProtocol llp, ca.uhn.hl7v2.parser.Parser parser)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class ca.uhn.hl7v2.app.HL7Service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |