|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.dss.connection.common.ConnectionAdapter
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 |
public ConnectionAdapter()
| Method Detail |
public void connecting(ConnectionEvent evt)
connecting in interface ConnectionListenerevt - Information about the connection request.public void connected(ConnectionEvent evt)
connected in interface ConnectionListenerevt - Information about the connection.public void disconnecting(ConnectionEvent evt)
disconnecting in interface ConnectionListenerevt - Information about the request to disconnect.public void disconnected(ConnectionEvent evt)
disconnected in interface ConnectionListenerevt - Information about the disconnection.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||