Uses of Class
ca.uhn.hl7v2.app.Connection

Packages that use Connection
ca.uhn.hl7v2.app   
 

Uses of Connection in ca.uhn.hl7v2.app
 

Methods in ca.uhn.hl7v2.app that return Connection
 Connection ConnectionHub.attach(java.lang.String host, int port, Parser parser, java.lang.Class<? extends LowerLayerProtocol> llpClass)
          Returns a Connection to the given address, opening this Connection if necessary.
 Connection HL7Service.getRemoteConnection(java.lang.String IP)
          Returns a connection to a remote host that was initiated by the given remote host.
 

Methods in ca.uhn.hl7v2.app with parameters of type Connection
 void ConnectionListener.connectionDiscarded(Connection c)
          Notifies the listener that a new connection is closed and is being discarded.
 void TestPanel.connectionDiscarded(Connection connection)
           
 void ConnectionListener.connectionReceived(Connection c)
          Notifies the listener that a new connection has been made.
 void TestPanel.connectionReceived(Connection connection)
          Notification that a new Connection has arrived at an HL7Service.
 void ConnectionHub.detach(Connection c)
          Informs the ConnectionHub that you are done with the given Connection - if no other code is using it, it will be closed, so you should not attempt to use a Connection after detaching from it.
 void ConnectionHub.discard(Connection c)
          Closes and discards the given Concection so that it can not be returned in subsequent calls to attach().
 void HL7Service.newConnection(Connection c)
          Called by subclasses when a new Connection is made.
 

Constructors in ca.uhn.hl7v2.app with parameters of type Connection
Initiator(Connection conn)
          Creates a new instance of Initiator.
Receiver(Connection c, HL7Reader in)
          Creates a new instance of Receiver, associated with the given Connection
 



Copyright © 2001-2011 University Health Network. All Rights Reserved.