com.maverick.ssh
Class LicenseManager

java.lang.Object
  extended bycom.maverick.ssh.LicenseManager

public class LicenseManager
extends java.lang.Object

Add your license using the static method provided by this class.

Author:
Lee David Painter

Field Summary
static int EXPIRED
           
static int EXPIRED_SUBSCRIPTION
           
static int INVALID
           
static int NOT_LICENSED
           
static int OK
           
 
Constructor Summary
LicenseManager()
           
 
Method Summary
static void addLicense(java.lang.String license)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPIRED

public static final int EXPIRED
See Also:
Constant Field Values

INVALID

public static final int INVALID
See Also:
Constant Field Values

OK

public static final int OK
See Also:
Constant Field Values

NOT_LICENSED

public static final int NOT_LICENSED
See Also:
Constant Field Values

EXPIRED_SUBSCRIPTION

public static final int EXPIRED_SUBSCRIPTION
See Also:
Constant Field Values
Constructor Detail

LicenseManager

public LicenseManager()
Method Detail

addLicense

public static void addLicense(java.lang.String license)


Copyright © 2003 3SP LTD. All Rights Reserved.