SQLServer eWay API

com.stc.connector.sqlserveradapter.appconn
Class SqlserverApplicationConnection

java.lang.Object
  extended by com.stc.connector.sqlserveradapter.appconn.DbApplicationConnection
      extended by com.stc.connector.sqlserveradapter.appconn.SqlserverApplicationConnection
All Implemented Interfaces:
com.stc.connector.appconn.common.ApplicationConnection

public class SqlserverApplicationConnection
extends DbApplicationConnection

This class implements the ApplicationConnection interface for the Db Application Connection.

Version:
$Revision: 1.7 $
Author:
$Author: pveerava $

Field Summary
 
Fields inherited from class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnection
mDbConnector
 
Constructor Summary
SqlserverApplicationConnection(javax.sql.DataSource ds)
          Creates a new instance of SqlserverApplicationConnection .
SqlserverApplicationConnection(javax.sql.DataSource ds, java.util.Properties connProps)
          Creates a new instance of SqlserverApplicationConnection .
 
Method Summary
 com.stc.connector.db.DbConnector getDbConnector()
           
 
Methods inherited from class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnection
close, createApplication, createOutputHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlserverApplicationConnection

public SqlserverApplicationConnection(javax.sql.DataSource ds)
                               throws java.lang.Exception
Creates a new instance of SqlserverApplicationConnection .

Parameters:
ds - the ManagedConnection which created this connection. In database, this is the DataSource.
Throws:
java.lang.Exception

SqlserverApplicationConnection

public SqlserverApplicationConnection(javax.sql.DataSource ds,
                                      java.util.Properties connProps)
                               throws java.lang.Exception
Creates a new instance of SqlserverApplicationConnection .

Parameters:
ds - the ManagedConnection which created this connection. In database, this is the DataSource.
connProps - connection properties. An example is user name.
Throws:
java.lang.Exception
Method Detail

getDbConnector

public com.stc.connector.db.DbConnector getDbConnector()
Parameters:
-
Returns:
Throws:
See Also:

SQLServer eWay API