Oracle Data-aware Controls Reference

oracle.dacf.dataset.connections
Class VBColocateConnection

java.lang.Object
  extended byoracle.dacf.dataset.connections.Connection
      extended byoracle.dacf.dataset.connections.VBConnection
          extended byoracle.dacf.dataset.connections.VBColocateConnection
All Implemented Interfaces:
ConnectionInfo

public class VBColocateConnection
extends VBConnection
implements ConnectionInfo


Field Summary
 
Fields inherited from class oracle.dacf.dataset.connections.VBConnection
VISIBROKER_PLATFORM
 
Fields inherited from class oracle.dacf.dataset.connections.Connection
_appModuleName, _appModulePackage
 
Constructor Summary
VBColocateConnection()
           
VBColocateConnection(java.lang.String jdbcConnection)
          Constructor
VBColocateConnection(java.lang.String jdbcConnection, java.applet.Applet applet)
          Constructor
 
Method Summary
 int getConnectionModeConstant()
          This method returns the middeltier connection mode property.
 
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, _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, getDeploymentPlatform, getEnvironment, getLoginConnection, setAppletInstance, setCustomConnect, setCustomConnection
 

Constructor Detail

VBColocateConnection

public VBColocateConnection()

VBColocateConnection

public VBColocateConnection(java.lang.String jdbcConnection,
                            java.applet.Applet applet)
Constructor

Parameters:
applet - the applet instance

VBColocateConnection

public VBColocateConnection(java.lang.String jdbcConnection)
Constructor

Method Detail

getConnectionModeConstant

public int getConnectionModeConstant()
This method returns the middeltier connection mode property.

Specified by:
getConnectionModeConstant in interface ConnectionInfo
Specified by:
getConnectionModeConstant in class Connection
Returns:
ConnectionModeConstants.COLOCATE;

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.