Extension SDK 10.1.2


oracle.jdeveloper.cm.dt
Interface ConnectionBrowsable

All Known Implementing Classes:
ConnectionNode

public interface ConnectionBrowsable

Interface which is required for an element to become browsable by a ConnectionBrowser. Only one connection browser can be active on a ConnectionBrowsable at a given time.

Since:
5.0.0.1.37

Method Summary
 void close()
          Closes the ConnectionBrowsable interface.
 oracle.jdeveloper.cm.dt.browser.ConnectionBrowser getConnectionBrowser()
          Returns the currently in use ConnectionBrowser
 java.lang.String getConnectionName()
          Returns the name of this connection
 boolean isConnected()
          Is this ConnectionBrowsable connected by a ConnectionBrowser
 void setConnected(boolean bConnected)
          Sets the flag stating this ConnectionBrowsable is currently connected via a ConnectionBrowser
 void setConnectionBrowser(oracle.jdeveloper.cm.dt.browser.ConnectionBrowser newConnectionBrowser)
          Sets the currently used ConnectionBrowser instance for this ConnectionBrowsable interface.
 void setConnectionName(java.lang.String newConnectionName)
          Sets the name of the ConnectionManager connection name

 

Method Detail

setConnected

public void setConnected(boolean bConnected)
Sets the flag stating this ConnectionBrowsable is currently connected via a ConnectionBrowser

isConnected

public boolean isConnected()
Is this ConnectionBrowsable connected by a ConnectionBrowser

getConnectionBrowser

public oracle.jdeveloper.cm.dt.browser.ConnectionBrowser getConnectionBrowser()
Returns the currently in use ConnectionBrowser
Returns:
oracle.jdeveloper.cm.dt.browser.ConnectionBrowser

setConnectionBrowser

public void setConnectionBrowser(oracle.jdeveloper.cm.dt.browser.ConnectionBrowser newConnectionBrowser)
Sets the currently used ConnectionBrowser instance for this ConnectionBrowsable interface.
See Also:
ConnectionBrowser, ConnectionBrowsable

getConnectionName

public java.lang.String getConnectionName()
Returns the name of this connection

setConnectionName

public void setConnectionName(java.lang.String newConnectionName)
Sets the name of the ConnectionManager connection name

close

public void close()
Closes the ConnectionBrowsable interface.

Extension SDK


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