Uses of Interface
com.tszadel.qctools4j.IQcConnection

Packages that use IQcConnection
com.tszadel.qctools4j   
com.tszadel.qctools4j.clients   
 

Uses of IQcConnection in com.tszadel.qctools4j
 

Methods in com.tszadel.qctools4j that return IQcConnection
static IQcConnection QcConnectionFactory.createConnection(String pServerURL)
          Creates a connection to a server.
 

Uses of IQcConnection in com.tszadel.qctools4j.clients
 

Classes in com.tszadel.qctools4j.clients that implement IQcConnection
 class QcConnectionImpl
          The implementation of the connection to QC.
 

Constructors in com.tszadel.qctools4j.clients with parameters of type IQcConnection
AbstractClient(IQcConnection pConnection)
          Constructor.