GigaSpaces XAP 9.1 API

com.sun.jini.mahalo
Interface LeaseManager

All Known Implementing Classes:
LeaseExpirationMgr

public interface LeaseManager

LeaseManager provides an interface for tracking lease status.

Author:
Sun Microsystems, Inc.

Method Summary
 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.
 

Method Detail

register

void register(LeasedResource resource)
Notifies the manager of a new lease being created.

Parameters:
resource - The resource associated with the new Lease.

renewed

void renewed(LeasedResource resource)
Notifies the manager of a lease being renewed.

Parameters:
resource - The resource associated with the new Lease.

GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.