oracle.owb.transformation
Class ConnectInfo

java.lang.Object
  |
  +--oracle.owb.transformation.ConnectInfo

final class ConnectInfo
extends java.lang.Object


Method Summary
(package private)  java.lang.String get_connect()
           
(package private)  java.lang.String get_password()
           
(package private)  boolean get_properties_path_exists()
           
(package private)  java.lang.String get_properties_path()
           
(package private)  java.lang.String get_user()
           
(package private) static ConnectInfo getInstance()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

static ConnectInfo getInstance()

get_connect

java.lang.String get_connect()

get_user

java.lang.String get_user()

get_password

java.lang.String get_password()

get_properties_path

java.lang.String get_properties_path()

get_properties_path_exists

boolean get_properties_path_exists()