Interface ServiceProcess
-
- All Known Implementing Classes:
ThreadedServiceProcess
public interface ServiceProcessCreated 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 ServiceProcessScopegetScope()voidstart()voidwaitForTermination(Boolean shouldInterrupt)
-
-
-
Method Detail
-
start
void start()
-
waitForTermination
void waitForTermination(Boolean shouldInterrupt)
-
getScope
@NotNull ServiceProcessScope getScope()
-
-