Issue Details (XML | Word | Printable)

Key: PTOYS-4
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Joerg Schaible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ProxyToys

AutoPool object

Created: 01/Jul/04 07:07 PM   Updated: 06/Oct/04 10:04 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. File AllTests.diff (1.0 kB)
2. Java Source File AutoPool.java (7 kB)
3. Java Source File AutoPoolable.java (0.6 kB)
4. Java Source File AutoPoolTest.java (4 kB)

Issue Links:
dependent
 


 Description  « Hide
Minimalistic pool implementation based on proxied instances to collect the released instances into the pool again instrumenting the garbage collector.
Refactored code from org.nanocontainer.pool2.AutoReleasingPoolingComponentAdapter

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Joerg Schaible added a comment - 01/Jul/04 07:07 PM
AutoPoolable.java

Joerg Schaible added a comment - 01/Jul/04 07:08 PM
AutoPool.java

Joerg Schaible added a comment - 01/Jul/04 07:08 PM
AutoPoolTest.java

Joerg Schaible added a comment - 01/Jul/04 07:10 PM
AllTests.diff

Joerg Schaible added a comment - 27/Sep/04 05:23 PM
Consolidation should be based on AutoPool of ProxyToys.

Dan North added a comment - 06/Oct/04 10:04 AM
Added - thanks Joerg