Package org.cyclos.services.system
Interface LicenseService
-
- All Superinterfaces:
Service
- All Known Subinterfaces:
LicenseServiceLocal
public interface LicenseService extends Service
Service for viewing / handling the Cyclos license
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasicLicenseVOgetBasicLicense()Returns very basic license detailsLicenseVOgetLicense()Returns the current license detailsvoidofflineUpdate(@NotNull SerializableInputStream in)Updates the license offlinevoidonlineUpdate()Updates the license online
-
-
-
Method Detail
-
getBasicLicense
BasicLicenseVO getBasicLicense() throws FrameworkException
Returns very basic license details- Throws:
FrameworkException
-
getLicense
LicenseVO getLicense() throws FrameworkException
Returns the current license details- Throws:
FrameworkException
-
offlineUpdate
void offlineUpdate(@NotNull @NotNull SerializableInputStream in) throws FrameworkException, FileParsingExceptionUpdates the license offline
-
onlineUpdate
void onlineUpdate() throws FrameworkException, LicenseServerOfflineException, FileParsingExceptionUpdates the license online
-
-