oracle eWay API

com.stc.connector.oracleadapter.appconn
Class OracleApplicationConnection

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

public class OracleApplicationConnection
extends DbApplicationConnection

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

Version:
$Revision: 1.8 $
Author:
$Author: pveerava $

Field Summary
 
Fields inherited from class com.stc.connector.oracleadapter.appconn.DbApplicationConnection
mDbConnector
 
Constructor Summary
OracleApplicationConnection(javax.sql.DataSource ds)
          Creates a new instance of OracleApplicationConnection .
OracleApplicationConnection(javax.sql.DataSource ds, java.util.Properties connProps)
          Creates a new instance of OracleApplicationConnection .
 
Method Summary
 com.stc.connector.db.DbConnector getDbConnector()
           
 
Methods inherited from class com.stc.connector.oracleadapter.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

OracleApplicationConnection

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

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

OracleApplicationConnection

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

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:

oracle eWay API