Interface StopStartable

All Known Implementing Classes:
HttpdJBossSiteManager, HttpdSharedTomcatManager, HttpdTomcatSiteManager, VersionedSharedTomcatManager

public interface StopStartable
Indicates something may be stopped and started.
Author:
AO Industries, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines if the persistent processes for this site should be running.
    Starts all processes for this website if it is not running.
    Stops all processes for this website if it is running.