Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.cm.CMException

Packages that use CMException
oracle.jdeveloper.cm Runtime portion of the JDeveloper Named Connection Manager. 
oracle.jdeveloper.cm.ds.db Contains a metadata API for describing database objects. 
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. 
oracle.jdeveloper.webservices New public API to web services 
 

Uses of CMException in oracle.jdeveloper.cm
 

Methods in oracle.jdeveloper.cm that throw CMException
 java.lang.Object JndiConnectionWrapper.getPresentation(java.lang.String connType)
           
 void JndiConnectionWrapper.testPresentation(java.lang.String connType)
           
 void IasRemoteDcmConnectionWrapper.testPresentation(java.lang.String connType)
           
 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.
 java.lang.Object ConnectionWrapper.getPresentation(java.lang.String connType)
          Returns the connection object for type connType.
 void ConnectionWrapper.testPresentation(java.lang.String connType)
          Tests the given presentation, throws CMException on failure.
 java.lang.Object AbstractConnectionWrapper.getPresentation(java.lang.String connType)
           
 void AbstractConnectionWrapper.testPresentation(java.lang.String connType)
           
 java.lang.Object JdbcConnectionWrapper.getPresentation(java.lang.String connType)
          returns the wrapped object.
 java.sql.Connection JdbcConnectionWrapper.getJdbcConnection()
          returns the wrapped object.
 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 PropertiesConnectionStore.write(java.lang.String outputFile, java.util.List descriptors, boolean stripPasswords)
          Writes the list of descriptors to storage.
 void WritableConnectionStore.write(java.lang.String outputFile, java.util.List descriptors, boolean stripPasswords)
          Writes the list of descriptors to storage.
 void DefaultConnectionStore.write(java.lang.String outputFile, java.util.List descriptors, boolean stripPasswords)
          Writes the list of descriptors to storage.
 void ConnectionManager.deployToFile(java.lang.String destination)
          Deploys all the connections to the specified file.
 void ConnectionManager.deployToFile(java.lang.String destination, boolean stripPasswords)
          Deploys all the connections to the specified file.
 ConnectionWrapper ConnectionManager.getConnection(java.lang.String name)
          returns the named connection.
 ConnectionWrapper ConnectionManager.getConnection(java.lang.String name, ConnectInfoPrompter prompter)
          Returns the named connection.
 ConnectionWrapper ConnectionManager.getConnection(java.lang.String name, java.util.Properties properties)
          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.
 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)
          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 that throw CMException
JdbcConnectionWrapper(ConnectionDescriptor descriptor, ConnectInfoPrompter prompter, ConnectionManager manager)
          package access constructor.  Only ConnectionManager should instantiate this class.
 

Uses of CMException in oracle.jdeveloper.cm.ds.db
 

Methods in oracle.jdeveloper.cm.ds.db that throw CMException
static Database DatabaseFactory.createDatabase(java.sql.Connection conn)
          Creates an instance of Database for the specified Connection.
static Database DatabaseFactory.createDatabase(java.lang.String connName)
           
static Database DatabaseFactory.createDatabase(java.lang.String connName, java.sql.Connection conn)
           
static java.sql.Connection DatabaseFactory.getConnection(java.lang.String connName)
          Resolves a connection name into a Connection.
 

Uses of CMException in oracle.jdeveloper.cm.dt
 

Methods in oracle.jdeveloper.cm.dt that throw CMException
 void ProgressRunnable.start(boolean useThread)
          Starts the operation.
protected abstract  java.lang.Object ProgressRunnable.doWork()
          The actually operation that should be performed by this ProgressRunnable.
 

Uses of CMException in oracle.jdeveloper.cm.dt.wizard
 

Methods in oracle.jdeveloper.cm.dt.wizard that throw CMException
protected  void TestConnectionPanelUI.testConnectionImpl()
          Executes a test of the connection.
 

Uses of CMException in oracle.jdeveloper.webservices
 

Methods in oracle.jdeveloper.webservices that throw CMException
 boolean JAXRPCPlsqlModel.isPackageValid(java.lang.String connectionName, java.lang.String packageName)
          Check whether a package with the given name exists on the given connection, and that it is valid.
 java.sql.Connection JAXRPCPlsqlModel.getConnection(java.lang.String name)
          Retrieve the connection for the named database connection.
 


Extension SDK

 

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