oracle.dacf.dataset.connections
Class VBNamingConnection
java.lang.Object
|
+--oracle.dacf.dataset.connections.Connection
|
+--oracle.dacf.dataset.connections.VBConnection
|
+--oracle.dacf.dataset.connections.VBNamingConnection
- All Implemented Interfaces:
- ConnectionInfo
- public class VBNamingConnection
- extends VBConnection
- implements ConnectionInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VBNamingConnection
public VBNamingConnection()
VBNamingConnection
public VBNamingConnection(java.lang.String jdbcConnection,
java.lang.String jndipath)
- Constructor
- Parameters:
the
- jndi path
VBNamingConnection
public VBNamingConnection(java.lang.String jdbcConnection,
java.lang.String jndipath,
java.applet.Applet applet)
- Constructor
- Parameters:
the
- jndi pathiiopconnection
- the connection to the gatekeeper, used by applets
setJNDIpath
public void setJNDIpath(java.lang.String jndipath)
- sets the jndipath
- Parameters:
jndipath
- the JNDI path
getJNDIpath
public java.lang.String getJNDIpath()
- returns the jndipath
- Returns:
- the JNDI path
getConnectionModeConstant
public int getConnectionModeConstant()
- This method returns the middeltier connection mode property.
- Specified by:
getConnectionModeConstant
in interface ConnectionInfo
- Overrides:
getConnectionModeConstant
in class Connection
- Returns:
- ConnectionModeConstants.REMOTE
_setConnectionSpecificEnvs
protected void _setConnectionSpecificEnvs()
- Description copied from class:
Connection
- Allows every implementation to add its own properties to JboContext
- Overrides:
_setConnectionSpecificEnvs
in class Connection