Interface PoolingRepositoryAware


public interface PoolingRepositoryAware
Interface to be implemented by beans (such as session) that wish to be aware of its owning pooling repository.
Version:
$Id$
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback that supplies the its owning pooling repository
  • Method Details

    • setPoolingRepository

      void setPoolingRepository(PoolingRepository poolingRepository)
      Callback that supplies the its owning pooling repository
      Parameters:
      poolingRepository -