Package jade.domain.KBManagement
Interface LeaseManager
-
public interface LeaseManager- Author:
- Elisabetta Cortese - TILab
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetLeaseTime(Object item)ObjectgrantLeaseTime(Object item)booleanisExpired(Date lease)voidsetLeaseTime(Object item, Date lease)
-