All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class webwisdom.tango.server.LicenseGenerator

java.lang.Object
   |
   +----webwisdom.tango.server.LicenseGenerator

public class LicenseGenerator
extends Object

Constructor Index

 o LicenseGenerator()

Method Index

 o getCommercialLicense(int, String)
 o getEvaluationLicense(int, int, String)
 o getUniversalCommercialLicense(int)
 o getUnlimitedLicense()

Constructors

 o LicenseGenerator
 public LicenseGenerator()

Methods

 o getUnlimitedLicense
 public String getUnlimitedLicense()
 o getEvaluationLicense
 public String getEvaluationLicense(int startMonth,
                                    int year,
                                    String ip)
 o getCommercialLicense
 public String getCommercialLicense(int allowedUsers,
                                    String ip)
 o getUniversalCommercialLicense
 public String getUniversalCommercialLicense(int allowedUsers)

All Packages  Class Hierarchy  This Package  Previous  Next  Index