|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.vs.ezlicgen.EzLicenseVendorLuPolicy
The class applies only to a vendor license key. Its purpose is to manage the internal structure of the vendor's license unit policy. It is embedded in the custom cookie that is embedded in the vendor license key that is provided to the ISV. It is used only in the context of managing the license manager itself.
Constructor Summary | |
EzLicenseVendorLuPolicy()
|
Method Summary | |
int |
getConcUserToLu()
Get Ratio of concurrent users to license units |
int |
getCpuMhzToLu()
Get ratio of CPU MHZ to license units |
int |
getDemoExpirationDays()
Get demo evaluation license expiration days limit for license keys generated by demo license manager. |
int |
getDemoQuotaLimit()
Get demo evaluation license quota limit. |
int |
getFloatUserToLu()
Get ratio of # of floating users to license units |
int |
getLuToCpu()
Get ratio of # of license units per CPU |
int |
getLuToNamedUser()
Get ratio of number of license units per server named user |
int |
getPctRegistrationLuIncentive()
Get percent-license-unit-increase incentive with which to reward ISV for registering license manager product with vendor. |
void |
setConcUserToLu(int ratio)
setConcUserToLu: set ratio of # concurrent users to license units. |
void |
setCpuMhzToLu(int ratio)
setCpuMhzToLu: set ratio of CPU MHZ to license units. |
void |
setDemoExpirationDays(int demoExpirationDays)
setDemoExpirationDays: set time limit for ISV-generated keys in days |
void |
setDemoQuotaLimit(int demoQuotaLimit)
setDemoQuotaLimit: set quota limit embedded in ISV-generated keys. |
void |
setFloatUserToLu(int ratio)
setFloatUserToLu: Set ratio of floating users to license units. |
void |
setLuToCpu(int ratio)
setLuToCpu: set ratio of # license units per CPU. |
void |
setLuToNamedUser(int ratio)
setLuToNamedUser: Set ratio of license units to server named user count. |
void |
setPctRegistrationLuIncentive(int pctIncentive)
setPctRegistrationLuIncentive: set percent-license-unit-increase incentive. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EzLicenseVendorLuPolicy()
Method Detail |
public int getPctRegistrationLuIncentive()
public int getDemoExpirationDays()
public int getDemoQuotaLimit()
public int getConcUserToLu()
public int getLuToCpu()
public int getCpuMhzToLu()
public int getFloatUserToLu()
public int getLuToNamedUser()
public void setPctRegistrationLuIncentive(int pctIncentive)
pctIncentive:
- percent-license-unit-increase incentivepublic void setDemoExpirationDays(int demoExpirationDays)
demoExpirationDays:
- time limit for ISV-generated keys in dayspublic void setDemoQuotaLimit(int demoQuotaLimit)
demoQuotaLimit:
- quota limit embedded in ISV-generated keyspublic void setConcUserToLu(int ratio)
ratio:
- ratio of # concurrent users to license unitspublic void setLuToCpu(int ratio)
ratio:
- ratio of # of license units per CPUpublic void setCpuMhzToLu(int ratio)
ratio:
- ratio of CPU MHZ to license unitspublic void setFloatUserToLu(int ratio)
ratio:
- ratio of floating users to license unitspublic void setLuToNamedUser(int ratio)
ratio:
- ratio of license units to named users
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |