com.bea.connector
Interface AdapterStatusListener


public interface AdapterStatusListener

Listener interface to allow interested parties to monitor the status of an adapter instance, and react to changes in its status.


Method Summary
 void adapterStatusChanged(String adapterName, String adapterGUID, Status newStatus, Status oldStatus)
          Indicate that the status of the adapter instance given by adapterID has changed.
 

Method Detail

adapterStatusChanged

void adapterStatusChanged(String adapterName,
                          String adapterGUID,
                          Status newStatus,
                          Status oldStatus)
Indicate that the status of the adapter instance given by adapterID has changed.