Oracle Data-aware Controls Reference

oracle.dacf.dataset.connections
Class CorbaConnection

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

public class CorbaConnection
extends Oracle8iConnection
implements ConnectionInfo


Fields inherited from class oracle.dacf.dataset.connections.Connection
_appModuleName, _appModulePackage
 
Constructor Summary
CorbaConnection()
           
CorbaConnection(java.lang.String iiopconnection, java.lang.String jndipath)
          Constructor
CorbaConnection(java.lang.String iiopconnection, java.lang.String jndipath, java.applet.Applet applet)
          Constructor
 
Method Summary
 java.lang.String getDeploymentPlatform()
          This method returns the middeltier deployment platform property.
 
Methods inherited from class oracle.dacf.dataset.connections.Oracle8iConnection
_getConnectionURL, _setConnectionSpecificEnvs, getConnectionModeConstant, getIIOPConnection, getIIOPConnectionName, getJNDIpath, getLoginConnection, setIIOPConnection, setIIOPConnectionName, setJNDIpath
 
Methods inherited from class oracle.dacf.dataset.connections.Connection
_createAppModule, 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, getConnectionModeConstant, getEnvironment, getLoginConnection, setAppletInstance, setCustomConnect, setCustomConnection
 

Constructor Detail

CorbaConnection

public CorbaConnection()

CorbaConnection

public CorbaConnection(java.lang.String iiopconnection,
                       java.lang.String jndipath,
                       java.applet.Applet applet)
Constructor
Parameters:
jndipath - the JNDI path
iiopConnection - the iiop connection
applet - the applet instance

CorbaConnection

public CorbaConnection(java.lang.String iiopconnection,
                       java.lang.String jndipath)
Constructor
Parameters:
jndipath - the JNDI path
iiopConnection - the iiop connection
Method Detail

getDeploymentPlatform

public java.lang.String getDeploymentPlatform()
This method returns the middeltier deployment platform property.
Specified by:
getDeploymentPlatform in interface ConnectionInfo
Overrides:
getDeploymentPlatform in class Connection
Returns:
JboContext.PLATFORM_ORACLE8I

Oracle Data-aware Controls Reference