Oracle Data-aware Controls Reference

oracle.dacf.dataset.connections
Class EjbConnection

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

public class EjbConnection
extends Oracle8iConnection
implements ConnectionInfo


Field Summary
 
Fields inherited from class oracle.dacf.dataset.connections.Connection
_appModuleName, _appModulePackage
 
Constructor Summary
EjbConnection()
           
EjbConnection(java.lang.String iiopconnection, java.lang.String jndipath)
          Constructor
EjbConnection(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

EjbConnection

public EjbConnection()

EjbConnection

public EjbConnection(java.lang.String iiopconnection,
                     java.lang.String jndipath,
                     java.applet.Applet applet)
Constructor

Parameters:
jndipath - the JNDI path
applet - the applet instance

EjbConnection

public EjbConnection(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_EJB

Oracle Data-aware Controls Reference

 

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