Oracle Data-aware Controls Reference

oracle.dacf.dataset.connections
Class CorbaConnection

java.lang.Object
  extended byoracle.dacf.dataset.connections.Connection
      extended byoracle.dacf.dataset.connections.Oracle8iConnection
          extended byoracle.dacf.dataset.connections.CorbaConnection
All Implemented Interfaces:
ConnectionInfo

public class CorbaConnection
extends Oracle8iConnection
implements ConnectionInfo


Field Summary
 
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
applet - the applet instance

CorbaConnection

public CorbaConnection(java.lang.String iiopconnection,
                       java.lang.String jndipath)
Constructor

Parameters:
jndipath - the JNDI path
Method Detail

getDeploymentPlatform

public java.lang.String getDeploymentPlatform()
This method returns the middeltier deployment platform property.

Specified by:
getDeploymentPlatform in interface ConnectionInfo
Specified by:
getDeploymentPlatform in class Connection
Returns:
JboContext.PLATFORM_ORACLE8I

Oracle Data-aware Controls Reference

 

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