Liferay 6.1.2-ce-ga3

com.liferay.portal.license.util
Interface LicenseManager


public interface LicenseManager


Method Summary
 void checkLicense(String productId)
           
 List<Map<String,String>> getClusterLicenseProperties(String clusterNodeId)
           
 String getHostName()
           
 Set<String> getIpAddresses()
           
 LicenseInfo getLicenseInfo(String productId)
           
 List<Map<String,String>> getLicenseProperties()
           
 Map<String,String> getLicenseProperties(String productId)
           
 int getLicenseState(Map<String,String> licenseProperties)
           
 int getLicenseState(String productId)
           
 Set<String> getMacAddresses()
           
 void registerLicense(JSONObject jsonObject)
           
 

Method Detail

checkLicense

void checkLicense(String productId)

getClusterLicenseProperties

List<Map<String,String>> getClusterLicenseProperties(String clusterNodeId)

getHostName

String getHostName()

getIpAddresses

Set<String> getIpAddresses()

getLicenseInfo

LicenseInfo getLicenseInfo(String productId)

getLicenseProperties

List<Map<String,String>> getLicenseProperties()

getLicenseProperties

Map<String,String> getLicenseProperties(String productId)

getLicenseState

int getLicenseState(Map<String,String> licenseProperties)

getLicenseState

int getLicenseState(String productId)

getMacAddresses

Set<String> getMacAddresses()

registerLicense

void registerLicense(JSONObject jsonObject)
                     throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3