Uses of Interface
kiwi.util.Resource

Packages that use Resource
kiwi.util   
 

Uses of Resource in kiwi.util
 

Classes in kiwi.util that implement Resource
 class IntervalTimer
          A class that represents an interval timer.
 

Methods in kiwi.util that return Resource
protected  Resource TimerPool.constructResource()
          Construct a new IntervalTimer.
 Resource ResourcePool.reserveResource()
          Reserve one instance of the resource.
protected abstract  Resource ResourcePool.constructResource()
          Construct an instance of the resource that is managed by this pool.
 

Methods in kiwi.util with parameters of type Resource
 void ResourcePool.releaseResource(Resource resource)
          Release the given resource.