Skip navigation links

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

E17493-03


oracle.jdeveloper.db
Class ConnectionsEvent

java.lang.Object
  extended by oracle.jdeveloper.db.ConnectionsEvent


public class ConnectionsEvent
extends java.lang.Object

Event used by the ConnectionsListener class.


Method Summary
 java.lang.String getName()
          Returns the name of the connection being added or removed, or the new name of a connection if it has been renamed.
 java.lang.String getOriginalName()
          Returns the original name of the connection being updated.
 javax.naming.Referenceable getReferenceable()
          Returns the Properties for the connection being added, or the new Properties for a connection being updated.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getReferenceable

public javax.naming.Referenceable getReferenceable()
Returns the Properties for the connection being added, or the new Properties for a connection being updated.

getName

public java.lang.String getName()
Returns the name of the connection being added or removed, or the new name of a connection if it has been renamed.

getOriginalName

public java.lang.String getOriginalName()
Returns the original name of the connection being updated.

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.