Uses of Class
planetj.database.connection.ConnectionEvent

Packages that use ConnectionEvent
planetj.database   
planetj.database.connection   
 

Uses of ConnectionEvent in planetj.database
 

Methods in planetj.database with parameters of type ConnectionEvent
 void MySQLDBSystem.handleConnectionEvent(ConnectionEvent ce)
          Invoked when a connection event occurs
 void DBSystem.handleConnectionEvent(ConnectionEvent event)
          Invoked when a ConnectionEvent occurs.
 

Uses of ConnectionEvent in planetj.database.connection
 

Methods in planetj.database.connection that return ConnectionEvent
protected  ConnectionEvent DataEngineConnectionPool.fireEvent(DataEngineConnection conn, int eventType)
          Notifies the listeners of an event on the specified connection
protected  ConnectionEvent DataEngineConnectionPool.fireEvent(DataEngineConnection conn, int eventType, ConnectionEvent originatingEvent)
          Notifies the listeners of an event on the specified connection
protected  ConnectionEvent DataEngineConnectionPool.fireEvent(DataEngineConnection conn, int eventType, ConnectionEvent originatingEvent, java.util.List listeners)
          Notifies the listeners of an event on the specified connection.
 ConnectionEvent ConnectionEvent.getOriginatingEvent()
          Gets the event which caused this event (if such an event exists).
 

Methods in planetj.database.connection with parameters of type ConnectionEvent
 void IConnectionListener.handleConnectionEvent(ConnectionEvent event)
          Invoked when a ConnectionEvent occurs.
protected  ConnectionEvent DataEngineConnectionPool.fireEvent(DataEngineConnection conn, int eventType, ConnectionEvent originatingEvent)
          Notifies the listeners of an event on the specified connection
protected  ConnectionEvent DataEngineConnectionPool.fireEvent(DataEngineConnection conn, int eventType, ConnectionEvent originatingEvent, java.util.List listeners)
          Notifies the listeners of an event on the specified connection.
protected  void ConnectionEvent.setOriginatingEvent(ConnectionEvent newOriginatingEvent)
          Sets the originating event