Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01

oracle.jbo.server
Class ConnectionCredentials

java.lang.Object
  extended byoracle.jbo.server.ConnectionCredentials
All Implemented Interfaces:
java.lang.Cloneable

public class ConnectionCredentials
extends java.lang.Object
implements java.lang.Cloneable

Internal: Applications should not use this class.


Field Summary
 boolean mCredentialsOK
           
 javax.sql.DataSource mDataSource
           
 boolean mDefinesInternalConnection
           
 boolean mIsJTABased
           
 java.util.Properties mjdbcInfo
           
 java.lang.String mjdbcPassword
           
 java.lang.String mjdbcURL
           
 java.lang.String mjdbcUser
           
 
Constructor Summary
ConnectionCredentials()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mjdbcURL

public java.lang.String mjdbcURL

mjdbcPassword

public java.lang.String mjdbcPassword

mjdbcUser

public java.lang.String mjdbcUser

mjdbcInfo

public java.util.Properties mjdbcInfo

mCredentialsOK

public boolean mCredentialsOK

mDataSource

public javax.sql.DataSource mDataSource

mIsJTABased

public boolean mIsJTABased

mDefinesInternalConnection

public boolean mDefinesInternalConnection
Constructor Detail

ConnectionCredentials

public ConnectionCredentials()
Method Detail

clone

public java.lang.Object clone()

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01

 

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