|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jdeveloper.cm.IasRemoteDcmConnectionFactory
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 |
public IasRemoteDcmConnectionFactory()
Method Detail |
public ConnectionWrapper createConnection(ConnectionDescriptor desc, ConnectInfoPrompter prompter, ConnectionManager cm) throws CMException
ConnectionFactory
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.createConnection
in interface ConnectionFactory
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
.ConnectionWrapper
appropriate to the type of connection described by descriptor
.CMException
- is thrown if something goes wrong during the connection creation process.ConnectionDescriptor
, ConnectInfoPrompter
, ConnectionManager
, ConnectionWrapper
, CMException
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.