Package jadex.commons.collection
Interface IAutoLock
- 
- All Superinterfaces:
 java.lang.AutoCloseable
public interface IAutoLock extends java.lang.AutoCloseable 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Unlocks the lock via the resource approach.voidrelease()Manually releases the lock. 
 -