Oracle Data-aware Controls Reference

oracle.dacf.dataset.connections
Class VBConnection

java.lang.Object
  |
  +--oracle.dacf.dataset.connections.Connection
        |
        +--oracle.dacf.dataset.connections.VBConnection
All Implemented Interfaces:
ConnectionInfo
Direct Known Subclasses:
VBBindingConnection, VBColocateConnection, VBNamingConnection

public abstract class VBConnection
extends Connection


Field Summary
static java.lang.String VISIBROKER_PLATFORM
           
 
Fields inherited from class oracle.dacf.dataset.connections.Connection
_appModuleName, _appModulePackage
 
Constructor Summary
VBConnection()
           
 
Method Summary
 java.lang.String getDeploymentPlatform()
          This method returns the middeltier deployment platform property.
 NamedConnection getJdbcConnection()
          returns the connection name
 java.lang.String getJdbcConnectionName()
          sets 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, getConnectionModeConstant, getEnvironment, setAppletInstance, setCustomConnect, setCustomConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VISIBROKER_PLATFORM

public static final java.lang.String VISIBROKER_PLATFORM
Constructor Detail

VBConnection

public VBConnection()
Method Detail

setJdbcConnectionName

public void setJdbcConnectionName(java.lang.String conn)
sets the Connection name (do not confuse with JDevlopers Connection name)
Parameters:
name - the jdbc connection

getJdbcConnectionName

public java.lang.String getJdbcConnectionName()
sets the Connection name (do not confuse with JDevlopers Connection name)
Returns:
name the jdbc connection

setJdbcConnection

public void setJdbcConnection(NamedConnection jdbcConnection)
sets the connection name
Parameters:
the - jdbc connection

getJdbcConnection

public NamedConnection getJdbcConnection()
returns the connection name
Returns:
the jdbc connection

getLoginConnection

public NamedConnection getLoginConnection()
This method returns the Connection, that defines the authorization.
Overrides:
getLoginConnection in class Connection
Returns:
the Connection defining the authorization for logging in
See Also:
Connection

getDeploymentPlatform

public java.lang.String getDeploymentPlatform()
This method returns the middeltier deployment platform property.
Overrides:
getDeploymentPlatform in class Connection
Returns:
JboContext.PLATFORM_VB

Oracle Data-aware Controls Reference