Interface IPassiveResourceStrategy
-
- All Known Implementing Classes:
FairSemaphoreResource,SynchronisedResource,UnFairSemaphoreResource
public interface IPassiveResourceStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacquire(int num)voidrelease(int num)
-