|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LeaseManager
LeaseManager
provides an interface for tracking lease
status.
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 |
---|
void register(LeasedResource resource)
resource
- The resource associated with the new Lease.void renewed(LeasedResource resource)
resource
- The resource associated with the new Lease.
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |