Class SwingProcessServiceImpl
- java.lang.Object
-
- org.webswing.server.services.swingprocess.SwingProcessServiceImpl
-
- All Implemented Interfaces:
WebswingService,StartupService,SwingProcessService
public class SwingProcessServiceImpl extends Object implements SwingProcessService
-
-
Constructor Summary
Constructors Constructor Description SwingProcessServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwingProcesscreate(SwingProcessConfig config)voidstart()voidstop()
-
-
-
Method Detail
-
create
public SwingProcess create(SwingProcessConfig config)
- Specified by:
createin interfaceSwingProcessService
-
start
public void start() throws org.webswing.server.model.exception.WsInitException- Specified by:
startin interfaceWebswingService- Throws:
org.webswing.server.model.exception.WsInitException
-
stop
public void stop()
- Specified by:
stopin interfaceWebswingService
-
-