public interface LeaseManager
LeaseManager provides an interface for tracking lease status.| Modifier and Type | Method and Description | 
|---|---|
void | 
register(LeasedResource resource)
Notifies the manager of a new lease being created. 
 | 
void | 
renewed(LeasedResource resource)
Notifies the manager of a lease being renewed. 
 | 
void register(LeasedResource resource)
resource - The resource associated with the new Lease.void renewed(LeasedResource resource)
resource - The resource associated with the new Lease.Copyright © GigaSpaces.