Interface StateListenerIF

  • All Known Implementing Classes:
    CompositeStateListener

    public interface StateListenerIF
    Monitors the state of the pool so you can see whether it is quiet, busy, overloaded, or down.
     String alias = "myPool";
     StateListenerIF myStateListener = new MyStateListener();
     ProxoolFacade.addStateListenerIF(alias, myStateListener);
     
    Version:
    $Revision: 1.5 $, $Date: 2003/03/03 11:11:58 $
    Author:
    billhorsman, $Author: billhorsman $ (current maintainer)