Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class SessInfoDescriptor

java.lang.Object
  extended byoracle.dacf.dataset.SessInfoDescriptor

Deprecated. Applications should not use this class.

public class SessInfoDescriptor
extends java.lang.Object

Helper class to specify connection information, such as user name, password, connection URL, database URL, and driver type.

Version:
SDK

Field Summary
 java.lang.String connectionURL
          Deprecated. Applications should not use this field.
 java.lang.String databaseURL
          Deprecated. Applications should not use this field.
 int driverType
          Deprecated. Applications should not use this field.
 java.lang.String passWord
          Deprecated. Applications should not use this field.
 java.lang.String userName
          Deprecated. Applications should not use this field.
 
Constructor Summary
SessInfoDescriptor(java.lang.String userName, java.lang.String passWord, int driverType, java.lang.String databaseURL)
          Deprecated. Applications should not use this class.
SessInfoDescriptor(java.lang.String userName, java.lang.String passWord, java.lang.String connectionURL)
          Deprecated. Applications should not use this class.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated. Applications should not use this method.
 java.lang.String toString()
          Deprecated. Applications should not use this method.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

userName

public java.lang.String userName
Deprecated. Applications should not use this field.

Constant identifier for user name.


passWord

public java.lang.String passWord
Deprecated. Applications should not use this field.

Constant identifier for password.


connectionURL

public java.lang.String connectionURL
Deprecated. Applications should not use this field.

Constant identifier for connection URL.


databaseURL

public java.lang.String databaseURL
Deprecated. Applications should not use this field.

Constant identifier for database URL.


driverType

public int driverType
Deprecated. Applications should not use this field.

Constant identifier for driver type.

Constructor Detail

SessInfoDescriptor

public SessInfoDescriptor(java.lang.String userName,
                          java.lang.String passWord,
                          int driverType,
                          java.lang.String databaseURL)
Deprecated. Applications should not use this class.

Constructor.


SessInfoDescriptor

public SessInfoDescriptor(java.lang.String userName,
                          java.lang.String passWord,
                          java.lang.String connectionURL)
Deprecated. Applications should not use this class.

Constructor.

Method Detail

equals

public boolean equals(java.lang.Object obj)
Deprecated. Applications should not use this method.

Performs an equality operation.

Parameters:
obj - the object to compare to.

toString

public java.lang.String toString()
Deprecated. Applications should not use this method.

Returns a string version of the connection information.


Oracle Data-aware Controls Reference

 

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