Package de.team33.patterns.pooling.ariel
package de.team33.patterns.pooling.ariel
Provides a simple pooling of "expensive" but thread-sensitive instances.
- See Also:
-
ClassesClassDescriptionProvider<I>A tool that makes instances of a certain type available for the course of operations that require such an instance.RProvider<I>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.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.