coldfusion.server
Interface LicenseService

All Superinterfaces:
Service

public interface LicenseService
extends Service


Field Summary
 
Fields inherited from interface coldfusion.server.Service
STARTED, STARTING, STOOPED, STOPPING, UNINITALIZED
 
Method Summary
 boolean allowAdvMgmt()
           
 boolean allowCFImport()
           
 boolean allowDB2OEM()
           
 boolean allowEventService()
           
 boolean allowFastMail()
           
 boolean allowInformixOEM()
           
 boolean allowJSP()
           
 boolean allowOracleOEM()
           
 boolean allowSandboxSecurity()
           
 boolean allowSybaseOEM()
           
 String getAllowedIp()
           
 String getAppServerPlatform()
           
 int getCPUNumber()
           
 String getEdition()
           
 int getEvalDays()
           
 long getEvalDaysLeft()
           
 Date getExpirationDate()
           
 Date getInstallDate()
           
 String getLicenseKey()
           
 int getMajorVersion()
           
 String getOSPlatform()
           
 Map getProperties()
           
 Map getRequiredKeyInfo(String arg0)
           
 int getServerType()
           
 String getVendor()
           
 long getVerityLimit()
           
 void init()
           
 boolean isDeveloper()
           
 boolean isDevNet()
           
 boolean isEducational()
           
 boolean isEnterprise()
           
 boolean isEntKey(String arg0)
           
 boolean isExpired()
           
 boolean isJadoZoomLoaded()
           
 boolean isReportPack()
           
 boolean isSingleIP()
           
 boolean isStandard()
           
 boolean isUpgrade()
           
 boolean isUpgradeKey(String arg0)
           
 boolean isValid()
           
 boolean isValidIP(String arg0)
           
 boolean isValidKey(String arg0)
           
 boolean isValidOldKey(String arg0)
           
 boolean isVolume()
           
 void registerWithWatchService()
           
 void setEnableWatch(boolean arg0)
           
 void setLicenseKey(String arg0)
           
 
Methods inherited from interface coldfusion.server.Service
getMetaData, getProperty, getResourceBundle, getStatus, restart, setProperty, start, stop
 

Method Detail

setLicenseKey

void setLicenseKey(String arg0)

getLicenseKey

String getLicenseKey()

isEntKey

boolean isEntKey(String arg0)

isValidKey

boolean isValidKey(String arg0)

isValidOldKey

boolean isValidOldKey(String arg0)

isUpgradeKey

boolean isUpgradeKey(String arg0)

getRequiredKeyInfo

Map getRequiredKeyInfo(String arg0)

init

void init()
          throws Exception
Throws:
Exception

isValid

boolean isValid()

getMajorVersion

int getMajorVersion()

getInstallDate

Date getInstallDate()

getExpirationDate

Date getExpirationDate()

getEvalDays

int getEvalDays()

getEvalDaysLeft

long getEvalDaysLeft()

isExpired

boolean isExpired()

getEdition

String getEdition()

isEnterprise

boolean isEnterprise()

isStandard

boolean isStandard()

isDeveloper

boolean isDeveloper()

isUpgrade

boolean isUpgrade()

isReportPack

boolean isReportPack()

isEducational

boolean isEducational()

isDevNet

boolean isDevNet()

isVolume

boolean isVolume()

getProperties

Map getProperties()

getOSPlatform

String getOSPlatform()

getAppServerPlatform

String getAppServerPlatform()

getVendor

String getVendor()

getServerType

int getServerType()

getVerityLimit

long getVerityLimit()

allowJSP

boolean allowJSP()

allowCFImport

boolean allowCFImport()

allowSandboxSecurity

boolean allowSandboxSecurity()

getCPUNumber

int getCPUNumber()

isSingleIP

boolean isSingleIP()

allowAdvMgmt

boolean allowAdvMgmt()

isValidIP

boolean isValidIP(String arg0)

getAllowedIp

String getAllowedIp()

allowFastMail

boolean allowFastMail()

allowEventService

boolean allowEventService()

allowOracleOEM

boolean allowOracleOEM()

allowSybaseOEM

boolean allowSybaseOEM()

allowInformixOEM

boolean allowInformixOEM()

allowDB2OEM

boolean allowDB2OEM()

isJadoZoomLoaded

boolean isJadoZoomLoaded()

registerWithWatchService

void registerWithWatchService()

setEnableWatch

void setEnableWatch(boolean arg0)


Copyright © 2012 Railo