Oracle Data-aware Controls Reference

oracle.dacf.dataset.connections
Class VBNamingConnection

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

public class VBNamingConnection
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
VBNamingConnection()
           
VBNamingConnection(java.lang.String jdbcConnection, java.lang.String jndipath)
          Constructor
VBNamingConnection(java.lang.String jdbcConnection, java.lang.String jndipath, 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 getJNDIpath()
          returns the jndipath
 void setJNDIpath(java.lang.String jndipath)
          sets the jndipath
 
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

VBNamingConnection

public VBNamingConnection()

VBNamingConnection

public VBNamingConnection(java.lang.String jdbcConnection,
                          java.lang.String jndipath)
Constructor


VBNamingConnection

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

Method Detail

setJNDIpath

public void setJNDIpath(java.lang.String jndipath)
sets the jndipath

Parameters:
jndipath - the JNDI path

getJNDIpath

public java.lang.String getJNDIpath()
returns the jndipath

Returns:
the JNDI path

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.REMOTE

_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

 

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