|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.dataset.connections.Connection
oracle.dacf.dataset.connections.LocalConnection
Field Summary |
Fields inherited from class oracle.dacf.dataset.connections.Connection |
_appModuleName, _appModulePackage |
Constructor Summary | |
LocalConnection()
|
|
LocalConnection(java.lang.String jdbcConnection)
Constructor |
|
LocalConnection(java.lang.String jdbcConnection,
java.applet.Applet applet)
Constructor |
Method Summary | |
int |
getConnectionModeConstant()
This method returns the middeltier connection mode property. |
java.lang.String |
getDeploymentPlatform()
This method returns the middeltier deployment platform property. |
NamedConnection |
getJdbcConnection()
returns the connection name |
java.lang.String |
getJdbcConnectionName()
gets the Connection name (do not confuse with JDevlopers Connection name) |
NamedConnection |
getLoginConnection()
This method returns the Connection, that defines the authorization. |
void |
setJdbcConnection(NamedConnection jdbcConnection)
sets the connection name |
void |
setJdbcConnectionName(java.lang.String conn)
sets the Connection name (do not confuse with JDevlopers Connection name) |
Methods inherited from class oracle.dacf.dataset.connections.Connection |
_createAppModule, _getConnectionURL, _setConnectionSpecificEnvs, connect, getAppletInstance, getEnvironment, setAppletInstance, setCustomConnect, setCustomConnection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.dacf.dataset.connections.ConnectionInfo |
connect, getAppletInstance, getEnvironment, setAppletInstance, setCustomConnect, setCustomConnection |
Constructor Detail |
public LocalConnection()
public LocalConnection(java.lang.String jdbcConnection, java.applet.Applet applet)
jdbcConnection
- the jdbc connectionapplet
- the applet instancepublic LocalConnection(java.lang.String jdbcConnection)
jdbcConnection
- the jdbc connectionMethod Detail |
public void setJdbcConnectionName(java.lang.String conn)
public java.lang.String getJdbcConnectionName()
public void setJdbcConnection(NamedConnection jdbcConnection)
public NamedConnection getJdbcConnection()
public NamedConnection getLoginConnection()
getLoginConnection
in interface ConnectionInfo
getLoginConnection
in class Connection
Connection
public java.lang.String getDeploymentPlatform()
getDeploymentPlatform
in interface ConnectionInfo
getDeploymentPlatform
in class Connection
public int getConnectionModeConstant()
getConnectionModeConstant
in interface ConnectionInfo
getConnectionModeConstant
in class Connection
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.