com.cafesoft.core.pool
Interface ObjectPoolConfig

All Superinterfaces:
Debuggable
All Known Implementing Classes:
StandardObjectPoolConfig

public interface ObjectPoolConfig
extends Debuggable

Interface that defines a configuration object. This configuration object is used to configure ObjectPool objects. This interface represents the most simple and compact version of the ObjectPool configuration object other configuration objects can be made simply by extending this interface.

Since:
11/11/03

Method Summary
 boolean getDebug()
          Determine if debugging is enabled.
 Logger getLogger()
          Get the Logger.
 
Methods inherited from interface com.cafesoft.core.util.Debuggable
setDebug
 

Method Detail

getLogger

public Logger getLogger()
Get the Logger.

Returns:
a Logger object used to log all important ObjectPool debug statements.

getDebug

public boolean getDebug()
Determine if debugging is enabled.

Returns:
true if debugging is enabled, false otherwise.


Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.