xtc.driver
Class XTCdriver

java.lang.Object
  extended by xtc.driver.XTCdriver

public class XTCdriver
extends Object


Field Summary
static String version
           
 
Constructor Summary
XTCdriver()
           
 
Method Summary
static XTCconnection getConnection(String host, int port, String username, String password)
          Establishs a connection object to the XTCserver.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final String version
See Also:
Constant Field Values
Constructor Detail

XTCdriver

public XTCdriver()
Method Detail

getConnection

public static XTCconnection getConnection(String host,
                                          int port,
                                          String username,
                                          String password)
                                   throws XTCexception
Establishs a connection object to the XTCserver.

Parameters:
host - The host on which the XTCserver runs (e.g. 'localhost')
port - The port of the XTCserver RMI interface (default 24203)
username - The username with which the client application is logged in (default 'xtc')
password - The password with which the client application is logged in (default 'xtc')
Throws:
XTCexception