public interface LeaseManagement
| Modifier and Type | Interface and Description |
|---|---|
static class |
LeaseManagement.LeaseManagementException |
| Modifier and Type | Method and Description |
|---|---|
void |
startService()
Allows to start the service implementing the lease management.
|
boolean |
stillInLeasePeriod()
Check if the instance is still is under the lease period.
|
void |
stopService()
Allows to stop the service implementing the lease management.
|
void startService()
throws Exception
Exceptionvoid stopService()
throws Exception
Exceptionboolean stillInLeasePeriod()
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.