ilog.views.maps.format.oracle
Interface IlvSDOConnectionFactory

All Known Implementing Classes:
IlvDefaultSDOConnectionFactory, IlvDefaultSDOJConnectionFactory, SDOConnectionPanel

public interface IlvSDOConnectionFactory

An interface used to implement factories for Oracle connections. Such factories are required to establish a connection when an .ivl file including an IlvSDOLayer is loaded by an ILOG JViews application.

Since:
ILOG JViews 3.0
See Also:
IlvSDOConnection

Method Summary
 void makeConnection(IlvSDOConnection connect)
          This method is called when an IlvSDOLayer requires an Oracle connection.
 

Method Detail

makeConnection

void makeConnection(IlvSDOConnection connect)
This method is called when an IlvSDOLayer requires an Oracle connection. When the factory has obtained the connection parameters, it must call the IlvSDOConnection.createConnection method.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.