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 Details
-
isStartable
Determines if the persistent processes for this site should be running.- Throws:
IOException
SQLException
-
stop
Stops all processes for this website if it is running.- Returns:
true
if actually stopped orfalse
if was already stopped ornull
when unknown- Throws:
IOException
SQLException
-
start
Starts all processes for this website if it is not running.- Returns:
true
if actually started orfalse
if was already started ornull
when unknown- Throws:
IOException
SQLException
-