|
Sun Adapter for VSAM | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.vsamadapter.appconn.DbApplicationConnection
com.stc.connector.vsamadapter.appconn.VSAMApplicationConnection
public class VSAMApplicationConnection
This class implements the ApplicationConnection interface for the Db Application Connection.
| Field Summary |
|---|
| Fields inherited from class com.stc.connector.vsamadapter.appconn.DbApplicationConnection |
|---|
mDbConnector |
| Constructor Summary | |
|---|---|
VSAMApplicationConnection(javax.sql.DataSource ds)
Creates a new instance of VSAMApplicationConnection . |
|
VSAMApplicationConnection(javax.sql.DataSource ds,
java.util.Properties connProps)
Creates a new instance of VSAMApplicationConnection . |
|
| Method Summary | |
|---|---|
com.stc.connector.db.DbConnector |
getDbConnector()
|
| Methods inherited from class com.stc.connector.vsamadapter.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 |
|---|
public VSAMApplicationConnection(javax.sql.DataSource ds)
throws java.lang.Exception
ds - the ManagedConnection which created this connection.
In database, this is the DataSource.
java.lang.Exception
public VSAMApplicationConnection(javax.sql.DataSource ds,
java.util.Properties connProps)
throws java.lang.Exception
ds - the ManagedConnection which created this connection.
In database, this is the DataSource.connProps - connection properties. An example is user name.
java.lang.Exception| Method Detail |
|---|
public com.stc.connector.db.DbConnector getDbConnector()
-
|
Sun Adapter for VSAM | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||