biz.hammurapi.sql.cloudscape
Class CloudscapeServerDataSource

java.lang.Object
  extended by biz.hammurapi.sql.ConnectionPerThreadDataSource
      extended by biz.hammurapi.sql.cloudscape.CloudscapeDataSource
          extended by biz.hammurapi.sql.cloudscape.CloudscapeServerDataSource
All Implemented Interfaces:
javax.sql.DataSource

public class CloudscapeServerDataSource
extends CloudscapeDataSource

Hypersonic server data source.

Version:
$Revision: 1.2 $
Author:
Pavel Vlasov

Constructor Summary
CloudscapeServerDataSource(java.lang.String host, java.lang.String database, java.lang.String user, java.lang.String password, biz.hammurapi.sql.Transaction initConnectionTransaction)
          Connects to remote host specified by host parameter.
 
Method Summary
 
Methods inherited from class biz.hammurapi.sql.cloudscape.CloudscapeDataSource
initDB
 
Methods inherited from class biz.hammurapi.sql.ConnectionPerThreadDataSource
finalize, getConnection, getConnection, getInitConnectionTransaction, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudscapeServerDataSource

public CloudscapeServerDataSource(java.lang.String host,
                                  java.lang.String database,
                                  java.lang.String user,
                                  java.lang.String password,
                                  biz.hammurapi.sql.Transaction initConnectionTransaction)
                           throws java.lang.ClassNotFoundException
Connects to remote host specified by host parameter.

Parameters:
host - Host string. E.g. 3.111.12.14:3000
user - User name
password - Password
initConnectionTransaction -
Throws:
java.lang.ClassNotFoundException


Copyright © 2006 Hammurapi Group. All Rights Reserved.