public interface License
LicenseProvider.checkout(Feature)
Modifier and Type | Method and Description |
---|---|
void |
checkin()
Checks-in the license, when it is no longer necessary for the application,
so that other users can checkout the same feature when a floating server is used.
|
ExpirationDate |
getExpirationDate()
Returns the expiration date of the license.
|
Feature |
getFeature()
Returns the feature for which this license was checked-out.
|
Feature getFeature()
LicenseProvider.checkout(Feature)
ExpirationDate getExpirationDate() throws LicenseException
LicenseException
- if the expiration date cannot be determined.void checkin() throws LicenseException
LicenseException
- if the license cannot be checked-in.LicenseProvider.checkinAll()