|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LicenseStorage
The license storage interface.
Method Summary | |
---|---|
void |
addLicenseeData(LicenseeData licensee)
Add the given licensee information to the storage. |
License |
readLicense(LicenseRequest request)
Retrieve the license for the given license request data from the storage. |
void |
removeLicenseeData(LicenseeData licensee)
Remove the given licensee information from the storage. |
void |
setLicensureServer(JLicensureServer server)
Set the licensure server instance. |
void |
setProperties(java.util.Properties properties)
Set additional properties that may be used by an implementation. |
void |
writeLicense(License license)
Store the given license |
Method Detail |
---|
License readLicense(LicenseRequest request) throws java.io.IOException
request
- the license request data
java.io.IOException
void writeLicense(License license) throws java.io.IOException
license
- the license to store
java.io.IOException
void addLicenseeData(LicenseeData licensee) throws java.io.IOException
licensee
- licensee data
java.io.IOException
void removeLicenseeData(LicenseeData licensee) throws java.io.IOException
licensee
- licensee data
java.io.IOException
void setProperties(java.util.Properties properties)
properties
- New value of property properties.void setLicensureServer(JLicensureServer server)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |