Oracle Data-aware Controls Reference

oracle.dacf.dataset.connections
Class Oracle8iConnection

java.lang.Object
  |
  +--oracle.dacf.dataset.connections.Connection
        |
        +--oracle.dacf.dataset.connections.Oracle8iConnection
All Implemented Interfaces:
ConnectionInfo
Direct Known Subclasses:
CorbaConnection, EjbConnection

public abstract class Oracle8iConnection
extends Connection


Fields inherited from class oracle.dacf.dataset.connections.Connection
_appModuleName, _appModulePackage
 
Constructor Summary
Oracle8iConnection()
           
 
Method Summary
protected  java.lang.String _getConnectionURL()
          Allows every implementation to overwrite the connectionURL
protected  void _setConnectionSpecificEnvs()
          Allows every implementation to add its own properties to JboContext
 int getConnectionModeConstant()
          This method returns the middeltier connection mode property.
 NamedConnection getIIOPConnection()
          returns the iiopconnection
 java.lang.String getIIOPConnectionName()
          gets the iiop connection
 java.lang.String getJNDIpath()
          returns the jndipath
 NamedConnection getLoginConnection()
          This method returns the Connection, that defines the authorization.
 void setIIOPConnection(NamedConnection iiopConnection)
          returns the iiopconnection
 void setIIOPConnectionName(java.lang.String iiopConnection)
          sets the iiop connection
 void setJNDIpath(java.lang.String jndipath)
          sets the jndipath
 
Methods inherited from class oracle.dacf.dataset.connections.Connection
_createAppModule, connect, getAppletInstance, getDeploymentPlatform, getEnvironment, setAppletInstance, setCustomConnect, setCustomConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Oracle8iConnection

public Oracle8iConnection()
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

setIIOPConnectionName

public void setIIOPConnectionName(java.lang.String iiopConnection)
sets the iiop connection
Parameters:
iiopConnection - the iiop connection

getIIOPConnectionName

public java.lang.String getIIOPConnectionName()
gets the iiop connection
Returns:
the iiop connection name

setIIOPConnection

public void setIIOPConnection(NamedConnection iiopConnection)
returns the iiopconnection
Parameters:
the - iiop connection

getIIOPConnection

public NamedConnection getIIOPConnection()
returns the iiopconnection
Returns:
the iiop 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

getConnectionModeConstant

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

NOTE : This property is ignored for Oracle8I connections

Overrides:
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

_getConnectionURL

protected java.lang.String _getConnectionURL()
Description copied from class: Connection
Allows every implementation to overwrite the connectionURL
Overrides:
_getConnectionURL in class Connection
Following copied from class: oracle.dacf.dataset.connections.Connection
Returns:
the connectionURL

Oracle Data-aware Controls Reference