public class IlvDefaultSDOConnectionFactory extends Object implements IlvSDOConnectionFactory
.ivl
file containing an
IlvSDOLayer
is read. If the password required to open the connection to an Oracle
database was not saved in the file, this connection factory displays an
AWT dialog box where the user can enter the connection parameters.
This connection factory is returned by default by
IlvSDOConnection.GetConnectionFactory
.
IlvSDOConnection.GetConnectionFactory()
Constructor and Description |
---|
IlvDefaultSDOConnectionFactory()
Initializes an instance of
IlvDefaultSDOConnectionFactory . |
Modifier and Type | Method and Description |
---|---|
Dialog |
getDialog()
Returns the dialog box used to enter the connection parameters.
|
void |
makeConnection(IlvSDOConnection conn)
This method is called when an
IlvSDOLayer object
requires an Oracle connection. |
public IlvDefaultSDOConnectionFactory()
IlvDefaultSDOConnectionFactory
.public Dialog getDialog()
public void makeConnection(IlvSDOConnection conn)
IlvSDOLayer
object
requires an Oracle connection. If the connection information is not sufficient to create a
connection to an Oracle database, a dialog box is displayed asking the user to enter the
connection parameters.makeConnection
in interface IlvSDOConnectionFactory
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.