xtc.driver
Class XTCdriver
java.lang.Object
xtc.driver.XTCdriver
public class XTCdriver
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
public static final String version
- See Also:
- Constant Field Values
XTCdriver
public XTCdriver()
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