Package de.team33.patterns.pooling.ariel


package de.team33.patterns.pooling.ariel
Provides a simple pooling of "expensive" but thread-sensitive instances.
See Also:
  • Classes
    Class
    Description
    A tool that makes instances of a certain type available for the course of operations that require such an instance.
    A tool that makes instances of a certain type available for the course of operations that require such an instance.
    XProvider<I,E extends Exception>
    A tool that makes instances of a certain type available for the course of operations that require such an instance.
    XRProvider<I,E extends Exception>
    A tool that makes instances of a certain type available for the course of operations that require such an instance.