|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.dataset.connections.Connection
oracle.dacf.dataset.connections.WebLogicConnection
Field Summary |
Fields inherited from class oracle.dacf.dataset.connections.Connection |
_appModuleName, _appModulePackage |
Constructor Summary | |
WebLogicConnection()
|
|
WebLogicConnection(java.lang.String jdbcconnection,
java.lang.String jndipath,
java.lang.String hostname,
java.lang.String port)
Constructor |
|
WebLogicConnection(java.lang.String jdbcconnection,
java.lang.String jndipath,
java.lang.String hostname,
java.lang.String port,
java.applet.Applet applet)
Constructor |
Method Summary | |
protected void |
_setConnectionSpecificEnvs()
Allows every implementation to add its own properties to JboContext |
int |
getConnectionModeConstant()
This method returns the middeltier connection mode property. |
java.lang.String |
getDeploymentPlatform()
This method returns the middeltier deployment platform property. |
java.lang.String |
getHostName()
|
NamedConnection |
getJDBCConnection()
returns the connection name |
java.lang.String |
getJDBCConnectionName()
gets the jdbc connection name |
java.lang.String |
getJNDIpath()
returns the jndipath |
NamedConnection |
getLoginConnection()
This method returns the Connection, that defines the authorization. |
java.lang.String |
getPort()
|
void |
setHostName(java.lang.String hostname)
|
void |
setJDBCConnection(NamedConnection jdbcConnection)
sets the connection name |
void |
setJDBCConnectionName(java.lang.String jdbcConnection)
sets the jdbc connection |
void |
setJNDIpath(java.lang.String jndipath)
sets the jndipath |
void |
setPort(java.lang.String port)
|
Methods inherited from class oracle.dacf.dataset.connections.Connection |
_createAppModule, _getConnectionURL, 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, getEnvironment, setAppletInstance, setCustomConnect, setCustomConnection |
Constructor Detail |
public WebLogicConnection()
public WebLogicConnection(java.lang.String jdbcconnection, java.lang.String jndipath, java.lang.String hostname, java.lang.String port, java.applet.Applet applet)
jndipath
- the JNDI pathhostname
- tbe HOST nameport
- tbe Port numberapplet
- the applet instancepublic WebLogicConnection(java.lang.String jdbcconnection, java.lang.String jndipath, java.lang.String hostname, java.lang.String port)
jndipath
- the JNDI pathhostname
- tbe HOST nameport
- tbe Port numberMethod Detail |
public void setJNDIpath(java.lang.String jndipath)
jndipath
- the JNDI pathpublic java.lang.String getJNDIpath()
public void setHostName(java.lang.String hostname)
public java.lang.String getHostName()
public void setPort(java.lang.String port)
public java.lang.String getPort()
public void setJDBCConnectionName(java.lang.String jdbcConnection)
jdbcConnection
- the jdbc connectionpublic java.lang.String getJDBCConnectionName()
public void setJDBCConnection(NamedConnection jdbcConnection)
public NamedConnection getJDBCConnection()
public NamedConnection getLoginConnection()
getLoginConnection
in interface ConnectionInfo
getLoginConnection
in class Connection
Connection
public int getConnectionModeConstant()
NOTE : This property is ignored for Oracle8I connections
getConnectionModeConstant
in interface ConnectionInfo
getConnectionModeConstant
in class Connection
public java.lang.String getDeploymentPlatform()
getDeploymentPlatform
in interface ConnectionInfo
getDeploymentPlatform
in class Connection
protected void _setConnectionSpecificEnvs()
Connection
_setConnectionSpecificEnvs
in class Connection
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.