Class SmokeTestSingleServerService

    • Method Detail

      • getPluginName

        public String getPluginName()
        Gets the plugin name (empty for this one)
        Returns:
        an empty string
      • skipExecutionCount

        public int skipExecutionCount()
        Description copied from interface: BaseServiceImplementation
        Return the number of executions that should be skipped on service startup.

        This can allow the IIQ server to start up without having to worry about this service doing weird stuff during initialization or heavy startup load.

        The subclass can override this, or the ServiceDefinition can specify ‘skipExecutionCount’ as an attribute.

        Returns:
        The number of executions that should be skipped, default 0