Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.db.model
Interface ConnectionStoreNode

All Known Subinterfaces:
DatabaseNode

public interface ConnectionStoreNode

In a View that supports multiple connection stores (e.g. the Database Navigator) any node representing a store, or any object within a store, must implement this interface for the other db features to properly integrate with it.


Method Summary
 java.lang.String getStoreName()
          Gets the name of the connection store this node is in.

 

Method Detail

getStoreName

java.lang.String getStoreName()
Gets the name of the connection store this node is in. A connection store can be the central IDE Connections, or any Application's resources.
Returns:
the name of the connection store this node is in

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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