Interface ServerCheckRule


public interface ServerCheckRule

Tagging interface for check rules.

This is a tagging interface only; there is no requirement to decorate a class as ServerCheckRule except for documentary purpose.

Check rules are basically PubServer Plugin methods with type PluginMethod.MethodType.CONFIGURATION_CHECK. They can be run from e.g. the ISON Eclipse client or any other Java application and the purpose is to check parts of the Publishing server configuration or system sanity.

Please refer to the Check Rule demo project for further information.