| com.caucho.license.LicenseCheck
LicenseCheck | public interface LicenseCheck (Code) | | This interface hides an implementation class that loads all of the licenses
for the current installation and determines whether or not they are valid.
|
Method Summary | |
public void | doLogging(int serverCount) Write log messages based on the licenses and the number of servers that
the user is attempting to use. | public String | getDescription() Return a summary description of the licenses, suitable for presentation to
the user. | public void | validate(int serverCount) Validates the number of servers. |
doLogging | public void doLogging(int serverCount)(Code) | | Write log messages based on the licenses and the number of servers that
the user is attempting to use.
|
getDescription | public String getDescription()(Code) | | Return a summary description of the licenses, suitable for presentation to
the user.
|
validate | public void validate(int serverCount) throws ConfigException, IOException(Code) | | Validates the number of servers.
|
|
|