Interface ServiceProcess
-
- All Known Implementing Classes:
ThreadedServiceProcess
public interface ServiceProcess
Created by IntelliJ IDEA. User: Leonid.Shalupov Date: 18.07.2008 Time: 19:25:18
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceProcessScope
getScope()
void
start()
void
waitForTermination(Boolean shouldInterrupt)
-
-
-
Method Detail
-
start
void start()
-
waitForTermination
void waitForTermination(Boolean shouldInterrupt)
-
getScope
@NotNull ServiceProcessScope getScope()
-
-