com.tszadel.qctools4j
Class QcConnectionFactory
java.lang.Object
com.tszadel.qctools4j.QcConnectionFactory
public class QcConnectionFactory
- extends Object
The Connection to QC.
- Author:
- tszadel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QcConnectionFactory
public QcConnectionFactory()
createConnection
public static IQcConnection createConnection(String pServerURL)
throws QcException
- Creates a connection to a server.
- Parameters:
pServerURL
- The server.
- Returns:
- The connection.
- Throws:
QcException
- Connection fails.