borland Packages  Class Hierarchy  datastore.jdbc Package 

ServerStatusListener interface

java.util.EventListener
   +----com.borland.datastore.jdbc.ServerStatusListener

About the ServerStatusListener interface

Methods  

Implemented by DataStoreServer

Note: This is a feature of JBuilder Professional and Enterprise.

ServerStatusListener is an interface implemented by objects that want to be informed of status changes or errors in a DataStoreServer or one of its connections. The objects must register through the DataStoreServer.addServerStatusListener method.


ServerStatusListener methods

Methods defined in this interface


ServerStatusListener methods

serverStatusMessage(status)

  public void serverStatusMessage(ServerStatusEvent status)
Called when a status change or error occurs.