Oracle Data-aware Controls Reference

oracle.dacf.dataset.connections
Class VBBindingConnection

java.lang.Object
  |
  +--oracle.dacf.dataset.connections.Connection
        |
        +--oracle.dacf.dataset.connections.VBConnection
              |
              +--oracle.dacf.dataset.connections.VBBindingConnection
All Implemented Interfaces:
ConnectionInfo

public class VBBindingConnection
extends VBConnection
implements ConnectionInfo


Fields inherited from class oracle.dacf.dataset.connections.VBConnection
VISIBROKER_PLATFORM
 
Fields inherited from class oracle.dacf.dataset.connections.Connection
_appModuleName, _appModulePackage
 
Constructor Summary
VBBindingConnection()
           
VBBindingConnection(java.lang.String jdbcConnection)
          Constructor
VBBindingConnection(java.lang.String jdbcConnection, java.applet.Applet applet)
          Constructor
VBBindingConnection(java.lang.String jdbcConnection, java.lang.String hostname)
          Constructor
VBBindingConnection(java.lang.String jdbcConnection, java.lang.String hostname, java.applet.Applet applet)
          Constructor
 
Method Summary
protected  void _setConnectionSpecificEnvs()
          Allows every implementation to add its own properties to JboContext
 int getConnectionModeConstant()
          This method returns the middeltier connection mode property.
 java.lang.String getHostName()
          returns the hostname
 void setHostName(java.lang.String hostname)
          sets the host name
 
Methods inherited from class oracle.dacf.dataset.connections.VBConnection
getDeploymentPlatform, getJdbcConnection, getJdbcConnectionName, getLoginConnection, setJdbcConnection, setJdbcConnectionName
 
Methods inherited from class oracle.dacf.dataset.connections.Connection
_createAppModule, _getConnectionURL, 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, getDeploymentPlatform, getEnvironment, getLoginConnection, setAppletInstance, setCustomConnect, setCustomConnection
 

Constructor Detail

VBBindingConnection

public VBBindingConnection()

VBBindingConnection

public VBBindingConnection(java.lang.String jdbcConnection)
Constructor
Parameters:
the - jdbc connection

VBBindingConnection

public VBBindingConnection(java.lang.String jdbcConnection,
                           java.lang.String hostname)
Constructor
Parameters:
the - jdbc connection
hostname - the name of the host you want to get the AppModule from

VBBindingConnection

public VBBindingConnection(java.lang.String jdbcConnection,
                           java.applet.Applet applet)
Constructor
Parameters:
the - jdbc connection
applet - the applet instance

VBBindingConnection

public VBBindingConnection(java.lang.String jdbcConnection,
                           java.lang.String hostname,
                           java.applet.Applet applet)
Constructor
Parameters:
the - jdbc connection
hostname - the name of the host you want to get the AppModule from
applet - the applet instance
Method Detail

setHostName

public void setHostName(java.lang.String hostname)
sets the host name
Parameters:
hostname - the name of the host you want to get the AppModule from

getHostName

public java.lang.String getHostName()
returns the hostname
Returns:
the name of the host you want to get the AppModule from

getConnectionModeConstant

public int getConnectionModeConstant()
This method returns the middeltier connection mode property.
Specified by:
getConnectionModeConstant in interface ConnectionInfo
Overrides:
getConnectionModeConstant in class Connection
Returns:
ConnectionModeConstants.USE_BIND;

_setConnectionSpecificEnvs

protected void _setConnectionSpecificEnvs()
Description copied from class: Connection
Allows every implementation to add its own properties to JboContext
Overrides:
_setConnectionSpecificEnvs in class Connection

Oracle Data-aware Controls Reference