Extension SDK

oracle.jdeveloper.cm
Class IasRemoteDcmConnectionFactory

java.lang.Object
  extended byoracle.jdeveloper.cm.IasRemoteDcmConnectionFactory
All Implemented Interfaces:
ConnectionFactory

public class IasRemoteDcmConnectionFactory
extends java.lang.Object
implements ConnectionFactory


Constructor Summary
IasRemoteDcmConnectionFactory()
           
 
Method Summary
 ConnectionWrapper createConnection(ConnectionDescriptor desc, ConnectInfoPrompter prompter, ConnectionManager cm)
          creates a ConnectionWrapper object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IasRemoteDcmConnectionFactory

public IasRemoteDcmConnectionFactory()
Method Detail

createConnection

public ConnectionWrapper createConnection(ConnectionDescriptor desc,
                                          ConnectInfoPrompter prompter,
                                          ConnectionManager cm)
                                   throws CMException
Description copied from interface: ConnectionFactory
creates a ConnectionWrapper object. The actual implementations of this interface will most likely return subclasses of ConnectionWrapper which are more appropriate for the actual type of connection.

Specified by:
createConnection in interface ConnectionFactory
Parameters:
desc - the ConnectionDescriptor which defines the connection properties.
prompter - a ConnectInfoPrompter to use to get the user connection information.
cm - the ConnectionManager responsible for managing the lifecycle of the returned ConnectionWrapper.
Returns:
a ConnectionWrapper appropriate to the type of connection described by descriptor.
Throws:
CMException - is thrown if something goes wrong during the connection creation process.
See Also:
ConnectionDescriptor, ConnectInfoPrompter, ConnectionManager, ConnectionWrapper, CMException

Extension SDK

 

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