com.tszadel.qctools4j
Class QcConnectionFactory

java.lang.Object
  extended by com.tszadel.qctools4j.QcConnectionFactory

public class QcConnectionFactory
extends Object

The Connection to QC.

Author:
tszadel

Constructor Summary
QcConnectionFactory()
           
 
Method Summary
static IQcConnection createConnection(String pServerURL)
          Creates a connection to a server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QcConnectionFactory

public QcConnectionFactory()
Method Detail

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.