Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.connection.common
Class ConnectionAdapter

java.lang.Object
  |
  +--oracle.dss.connection.common.ConnectionAdapter
All Implemented Interfaces:
ConnectionListener, java.util.EventListener

public class ConnectionAdapter
extends java.lang.Object
implements ConnectionListener

Listener for changes to the status in a connection. You can extend this class to implement your own ConnectionListener.


Constructor Summary
ConnectionAdapter()
          Constructor.

 

Method Summary
 void connected(ConnectionEvent evt)
          Responds to a connection.
 void connecting(ConnectionEvent evt)
          Responds to a request to connect.
 void disconnected(ConnectionEvent evt)
          Responds to a disconnection.
 void disconnecting(ConnectionEvent evt)
          Responds to a request to disconnect.

 

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

 

Constructor Detail

ConnectionAdapter

public ConnectionAdapter()
Constructor.
Method Detail

connecting

public void connecting(ConnectionEvent evt)
Responds to a request to connect. This implementation does nothing.
Specified by:
connecting in interface ConnectionListener
Parameters:
evt - Information about the connection request.

connected

public void connected(ConnectionEvent evt)
Responds to a connection. This implementation does nothing.
Specified by:
connected in interface ConnectionListener
Parameters:
evt - Information about the connection.

disconnecting

public void disconnecting(ConnectionEvent evt)
Responds to a request to disconnect. This implementation does nothing.
Specified by:
disconnecting in interface ConnectionListener
Parameters:
evt - Information about the request to disconnect.

disconnected

public void disconnected(ConnectionEvent evt)
Responds to a disconnection. This implementation does nothing.
Specified by:
disconnected in interface ConnectionListener
Parameters:
evt - Information about the disconnection.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.