|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionDescriptor | |
oracle.jdeveloper.cm | Runtime portion of the JDeveloper Named Connection Manager. |
oracle.jdeveloper.cm.dt | Contains the base design-time API for integrating database and application server connections within JDeveloper. |
oracle.jdeveloper.cm.dt.wizard | Contains classes related to Wizard implementations used with connection objects. |
Uses of ConnectionDescriptor in oracle.jdeveloper.cm |
Fields in oracle.jdeveloper.cm declared as ConnectionDescriptor | |
protected ConnectionDescriptor |
ConnectInformationDialog._descriptor |
protected ConnectionDescriptor |
AbstractConnectionWrapper._descriptor |
Methods in oracle.jdeveloper.cm that return ConnectionDescriptor | |
ConnectionDescriptor |
IasRemoteDcmConnectionWrapper.getDescriptor() |
ConnectionDescriptor |
ConnectionWrapper.getDescriptor() |
ConnectionDescriptor |
AbstractConnectionWrapper.getDescriptor() |
ConnectionDescriptor |
ConnectionManager.getUniqueConnectionDescriptor(java.lang.String base) returns a copy of a newly created named connection descriptor. |
ConnectionDescriptor |
ConnectionManager.getConnectionDescriptor(java.lang.String name) Returns a copy of the named connection descriptor. |
ConnectionDescriptor |
ConnectionManager.removeConnectionDescriptor(java.lang.String name) removes the named ConnectionDescriptor from the list of available connection descriptors. |
Methods in oracle.jdeveloper.cm with parameters of type ConnectionDescriptor | |
static java.util.Map |
IasRemoteDcmConnectionWrapper.generateMacros(JProject curProject, ConnectionDescriptor cd, java.util.List errors) |
void |
ConnectInformationDialog.promptUser(ConnectionDescriptor descriptor) prompts the user to fill in the given descriptor with the appropriate username, password, and role. |
void |
ConnectInfoPrompter.promptUser(ConnectionDescriptor descriptor) implementors of the promptUser method should take the given descriptor and prompt the user to fill in any necessary security information. |
static java.lang.String |
CMUtils.getUrl(java.lang.String presentation, ConnectionDescriptor desc) Returns a connection URL for JDBC or IIOP connections. |
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 . |
void |
ConnectionManager.putConnectionDescriptor(java.lang.String name, ConnectionDescriptor descriptor) Inserts the ConnectionDescriptor into the list of available ConnectionDescriptors. |
ConnectionWrapper |
ConnectionManager.getConnection(ConnectionDescriptor descriptor) Returns a private connection using the specified connection descriptor. |
ConnectionWrapper |
ConnectionManager.getConnection(ConnectionDescriptor descriptor, ConnectInfoPrompter prompter) returns a private connection using the specified connection descriptor. |
Constructors in oracle.jdeveloper.cm with parameters of type ConnectionDescriptor | |
JdbcConnectionWrapper(ConnectionDescriptor descriptor, ConnectInfoPrompter prompter, ConnectionManager manager) package access constructor. Only ConnectionManager should instantiate this class. |
Uses of ConnectionDescriptor in oracle.jdeveloper.cm.dt |
Methods in oracle.jdeveloper.cm.dt that return ConnectionDescriptor | |
ConnectionDescriptor |
ConnectionNode.getConnectionDescriptor() |
ConnectionDescriptor |
ConnectionEditor.getConnectionDescriptor() Gets the ConnectionDescriptor in use by this editor |
ConnectionDescriptor |
ConnectionEditorDelegate.getConnectionDescriptor() |
Methods in oracle.jdeveloper.cm.dt with parameters of type ConnectionDescriptor | |
void |
ConnectionsProvider.addConnection(ConnectionDescriptor connDesc) Added a named connection to the Navigator |
void |
ConnectionsProvider.removeConnection(ConnectionDescriptor connDesc) Removes a named connection to the Navigator |
void |
ConnectionNode.setConnectionDescriptor(ConnectionDescriptor desc) |
void |
ConnectionEditor.setConnectionDescriptor(ConnectionDescriptor newCdesc) Sets the ConnectionDescriptor |
void |
ConnectionEditorDelegate.setConnectionDescriptor(ConnectionDescriptor newCdesc) |
Uses of ConnectionDescriptor in oracle.jdeveloper.cm.dt.wizard |
Methods in oracle.jdeveloper.cm.dt.wizard with parameters of type ConnectionDescriptor | |
void |
TestConnectionPanelUI.setConnectionDescriptor(ConnectionDescriptor desc) Sets the connection referenced by the panel. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.