|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.dataset.connections.Connection
Field Summary | |
protected java.lang.String |
_appModuleName
|
protected java.lang.String |
_appModulePackage
|
Constructor Summary | |
Connection()
|
Method Summary | |
protected oracle.jbo.ApplicationModule |
_createAppModule(AppModuleInfo appmoduleInfo)
Creates the ApplicationModule and establishes a Connection |
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 |
oracle.jbo.ApplicationModule |
connect(AppModuleInfo appmoduleInfo)
this method provides the Middeltier with all the connection Information. |
java.applet.Applet |
getAppletInstance()
get Applet context |
abstract int |
getConnectionModeConstant()
this method returns the middeltier property for this particular connection mode. |
abstract java.lang.String |
getDeploymentPlatform()
this method returns the middeltier property for this particular deployment platform. |
java.util.Hashtable |
getEnvironment()
Returns the environment hashtable used when creating the Application Module. |
abstract NamedConnection |
getLoginConnection()
this method returns the Connection, that defines the authorization. |
void |
setAppletInstance(java.applet.Applet appletInstance)
set the Applet context. |
void |
setCustomConnect(CustomConnect customConnect,
SessionInfo sessionInfo)
Deprecated. use setCustomConnection instead |
void |
setCustomConnection(CustomConnection customConnect)
Defines the customConnection definition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String _appModulePackage
protected java.lang.String _appModuleName
Constructor Detail |
public Connection()
Method Detail |
public void setAppletInstance(java.applet.Applet appletInstance)
setAppletInstance
in interface ConnectionInfo
appletInstance
- appletpublic java.applet.Applet getAppletInstance()
getAppletInstance
in interface ConnectionInfo
public abstract NamedConnection getLoginConnection()
getLoginConnection
in interface ConnectionInfo
public abstract java.lang.String getDeploymentPlatform()
getDeploymentPlatform
in interface ConnectionInfo
public abstract int getConnectionModeConstant()
getConnectionModeConstant
in interface ConnectionInfo
ConnectionModeConstants
public oracle.jbo.ApplicationModule connect(AppModuleInfo appmoduleInfo)
connect
in interface ConnectionInfo
public java.util.Hashtable getEnvironment()
getEnvironment
in interface ConnectionInfo
public void setCustomConnect(CustomConnect customConnect, SessionInfo sessionInfo)
setCustomConnect
in interface ConnectionInfo
public void setCustomConnection(CustomConnection customConnect)
setCustomConnection
in interface ConnectionInfo
protected oracle.jbo.ApplicationModule _createAppModule(AppModuleInfo appmoduleInfo)
protected void _setConnectionSpecificEnvs()
protected java.lang.String _getConnectionURL()
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.