|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DescriptorDAO
Abstracts out the mechanism used to persist repository descriptors.
Method Summary | |
---|---|
Descriptor |
getDescriptor()
Create repository descriptor. |
byte[] |
getLicenseKey()
Gets the license key. |
Descriptor |
updateDescriptor(Descriptor serverDescriptor,
RepoUsage.LicenseMode licenseMode)
Push the current server descriptor properties into persistence. |
void |
updateLicenseKey(byte[] key)
Update license key. |
Method Detail |
---|
Descriptor getDescriptor()
Descriptor updateDescriptor(Descriptor serverDescriptor, RepoUsage.LicenseMode licenseMode)
serverDescriptor
- the current server descriptor
byte[] getLicenseKey()
void updateLicenseKey(byte[] key)
key
- the key
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |