Liferay 6.1.10-ee-ga1

com.liferay.portal.license.util
Interface LicenseManager


public interface LicenseManager


Method Summary
 void checkLicense(String productId)
           
 String getHostName()
           
 Set<String> getIpAddresses()
           
 LicenseInfo getLicenseInfo(String productId)
           
 int getLicenseState(String productId)
           
 Set<String> getMacAddresses()
           
 

Method Detail

checkLicense

void checkLicense(String productId)

getHostName

String getHostName()

getIpAddresses

Set<String> getIpAddresses()

getLicenseInfo

LicenseInfo getLicenseInfo(String productId)

getLicenseState

int getLicenseState(String productId)

getMacAddresses

Set<String> getMacAddresses()

Liferay 6.1.10-ee-ga1