HL7 Module 10.5 | Understanding and Using HL7 Module | Installing and Using HL7 Module | webMethods HL7 Module Services | WmHL7 Package | wm.ip.hl7.tn.transport.rec:ServerInfo
 
wm.ip.hl7.tn.transport.rec:ServerInfo
An IS document type that contains information about the MLLP listener.
Parameters
port
String The port at which the server is running. When the server is not running, the value is -1.
serverSocket
String Details about the server socket.
status
StringThe status of the server. The value is one of the serverStatus parameter values described in the wm.ip.hl7.tn.transport.rec:Listener service.
thread
StringDetails about the server thread.
connectionCount
StringThe number of active connections currently handled by the server.
connections
Document ListDetails about the connections. Parameters are:
*socket Details about the client socket.
readCount
String The count of current partial read operations.
reads
Document ListDetails about the partial read operations. Parameters are:
*socket String Details about the socket for which a read operation is in progress.
*size String Length of the data read so far.