Uses of Class
gnu.hylafax.pool.ClientPoolException

Packages that use ClientPoolException
gnu.hylafax.pool   
 

Uses of ClientPoolException in gnu.hylafax.pool
 

Methods in gnu.hylafax.pool that throw ClientPoolException
 void HylaFAXPooledClient.destroy()
           
 void PooledClient.destroy()
          Destroy the client.
 PooledClient ClientPool.get()
           
 void ClientPool.put(PooledClient client)
           
 void ClientPool.start()