org.ow2.util.pool.api
Interface IPoolMetadata


public interface IPoolMetadata

Metadata that needs to use #64;Pool annotation needs to implement this interface.

Author:
Florent BENOIT

Method Summary
 IPoolConfiguration getPoolConfiguration()
           
 void setPoolConfiguration(IPoolConfiguration poolConfiguration)
          Sets the pool configuration for this metadata.
 

Method Detail

getPoolConfiguration

IPoolConfiguration getPoolConfiguration()
Returns:
the pool configuration for this metadata.

setPoolConfiguration

void setPoolConfiguration(IPoolConfiguration poolConfiguration)
Sets the pool configuration for this metadata.

Parameters:
poolConfiguration - the given configuration.


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.