electric.util.license
Class LicenseInfo
java.lang.Object
  
electric.util.license.LicenseInfo
- All Implemented Interfaces: 
 - ILicenseConstants
 
- public class LicenseInfo
- extends java.lang.Object
- implements ILicenseConstants
   
LicenseInfo
- Author:
 
  - webMethods
 
 
| Fields inherited from interface electric.util.license.ILicenseConstants | 
CLIENT_LICENSE, CONNECTION_LIMIT, COPYRIGHT, CPUCOUNT, ERROR_MESSAGES, EXPIRATION_DATE, EXPIRED, FEATURE_TIMEOUT, HOSTNAME, INVALIDCODE, IPADDRESS, LICENSE_KEY_TYPE, LICENSETYPE, NODELOCK_INFO, NON_SHAREABLE, OS, VERSION | 
 
| 
Constructor Summary | 
LicenseInfo(java.lang.String activationCode,
            java.lang.String userId)
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LicenseInfo
public LicenseInfo(java.lang.String activationCode,
                   java.lang.String userId)
- Parameters:
 activationCode - userId - 
setActivationCode
public void setActivationCode(java.lang.String activationCode)
 
- Parameters:
 activationCode - 
 
getActivationCode
public java.lang.String getActivationCode()
 
 
setUserId
public void setUserId(java.lang.String userId)
 
- Parameters:
 userId - 
 
getUserId
public java.lang.String getUserId()
 
 
setProductId
public void setProductId(int productId)
 
- Parameters:
 productId - 
 
getProductId
public int getProductId()
 
 
setConstraints
public void setConstraints(java.util.Hashtable constraints)
 
- Parameters:
 constraints - 
 
getProperty
public java.lang.Object getProperty(java.lang.String name)
 
- Parameters:
 name - 
 
isClientLicense
public boolean isClientLicense()
 
 
getNodeLockInfo
public java.lang.String getNodeLockInfo()
 
 
isInternalLicense
public boolean isInternalLicense()
 
- Returns:
 
 
copyright© 2001-2004 by webMethods All Rights Reserved.