Oracle Data-aware Controls Reference

oracle.dacf.dataset.connections
Class EjbConnection

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

public class EjbConnection
extends Oracle8iConnection
implements ConnectionInfo


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:
iiopConnection - the iiop connection
jndipath - the JNDI path
applet - the applet instance

EjbConnection

public EjbConnection(java.lang.String iiopconnection,
                     java.lang.String jndipath)
Constructor
Parameters:
iiopConnection - the iiop connection
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
Overrides:
getDeploymentPlatform in class Connection
Returns:
JboContext.PLATFORM_EJB

Oracle Data-aware Controls Reference