|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectInfoPrompter | |
oracle.jdeveloper.cm | Runtime portion of the JDeveloper Named Connection Manager. |
Uses of ConnectInfoPrompter in oracle.jdeveloper.cm |
Classes in oracle.jdeveloper.cm that implement ConnectInfoPrompter | |
class |
ConnectInformationDialog ConnectInformationDialog is the default security prompt. |
Fields in oracle.jdeveloper.cm declared as ConnectInfoPrompter | |
protected ConnectInfoPrompter |
AbstractConnectionWrapper._prompter |
Methods in oracle.jdeveloper.cm that return ConnectInfoPrompter | |
ConnectInfoPrompter |
ConnectionManager.getDefaultPrompter() Returns the current default prompter. |
Methods in oracle.jdeveloper.cm with parameters of type ConnectInfoPrompter | |
ConnectionWrapper |
IasRemoteDcmConnectionFactory.createConnection(ConnectionDescriptor desc, ConnectInfoPrompter prompter, ConnectionManager cm) |
ConnectionWrapper |
JndiConnectionFactory.createConnection(ConnectionDescriptor descriptor, ConnectInfoPrompter prompter, ConnectionManager manager) returns a newly created JndiConnectionWrapper . |
ConnectionWrapper |
ConnectionFactory.createConnection(ConnectionDescriptor descriptor, ConnectInfoPrompter prompter, ConnectionManager manager) creates a ConnectionWrapper object. |
ConnectionWrapper |
JdbcConnectionFactory.createConnection(ConnectionDescriptor descriptor, ConnectInfoPrompter prompter, ConnectionManager manager) returns a newly created JdbcConnectionWrapper . |
ConnectionWrapper |
ConnectionManager.getConnection(java.lang.String name, ConnectInfoPrompter prompter) Returns the named connection. |
ConnectionWrapper |
ConnectionManager.getConnection(java.lang.String name, java.util.Properties properties, ConnectInfoPrompter prompter) returns a private connection based upon the specified name. This function allows the user to also specify a property object which includes properties which should add to and/or replace existing properties within the named connection. Also, ConnectionManager uses prompter instead of the current default prompting mechanism. |
ConnectionWrapper |
ConnectionManager.getConnection(ConnectionDescriptor descriptor, ConnectInfoPrompter prompter) returns a private connection using the specified connection descriptor. |
void |
ConnectionManager.setPrompter(ConnectInfoPrompter prompter) Deprecated. - replaced by setDefaultPrompter(prompter) |
void |
ConnectionManager.setDefaultPrompter(ConnectInfoPrompter prompter) Allows the user to customize the default prompting behavior. |
Constructors in oracle.jdeveloper.cm with parameters of type ConnectInfoPrompter | |
JdbcConnectionWrapper(ConnectionDescriptor descriptor, ConnectInfoPrompter prompter, ConnectionManager manager) package access constructor. Only ConnectionManager should instantiate this class. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.