| Interface | Description |
|---|---|
| Collector<HOLDER extends Holder<MRES,HOLDER>,MRES> |
A interface of Collector that is used to collect holders who need to be
collected after utilization of its resource.
|
| Holder<T,H extends Holder<T,H>> |
A interface that defines a holder.
|
| ResReclaim<MRES> |
Reclaim any kind of resource.
|
| Class | Description |
|---|---|
| ResCollector<HOLDER extends Holder<MRES,HOLDER>,MRES> |
Collect resource holders that need to be collected after utilization.
|
| ResHolder<T,H extends ResHolder<T,H>> |
hold any kind of resource and manages its life cycle.
|
Copyright © 2016 flowcomputing.org. All rights reserved.