All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class webwisdom.tango.server.License

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

public class License
extends Object

Variable Index

 o COMMERCIAL
 o EVALUATION
 o INVALID
 o UNLIMITED

Constructor Index

 o License(String, String)

Method Index

 o getAllowedUsers()
 o getExpirationDate()
 o getLicenseType()
 o isValid()

Variables

 o UNLIMITED
 public static final int UNLIMITED
 o EVALUATION
 public static final int EVALUATION
 o COMMERCIAL
 public static final int COMMERCIAL
 o INVALID
 public static final int INVALID

Constructors

 o License
 public License(String license,
                String ip)

Methods

 o getExpirationDate
 public final GregorianCalendar getExpirationDate()
 o getAllowedUsers
 public final int getAllowedUsers()
 o getLicenseType
 public final int getLicenseType()
 o isValid
 public final boolean isValid()

All Packages  Class Hierarchy  This Package  Previous  Next  Index