public final class ConnectionsEvent
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
Database | 
getDatabase()
Gets the Database that the event is fired for. 
 | 
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. 
 | 
public javax.naming.Referenceable getReferenceable()
public java.lang.String getName()
public java.lang.String getOriginalName()
public Database getDatabase()