Class StartupServiceImpl
- java.lang.Object
-
- org.webswing.server.services.startup.StartupServiceImpl
-
- All Implemented Interfaces:
WebswingService,StartupService
public class StartupServiceImpl extends Object implements StartupService
-
-
Constructor Summary
Constructors Constructor Description StartupServiceImpl(Set<WebswingService> services)
-
-
-
Constructor Detail
-
StartupServiceImpl
@Inject public StartupServiceImpl(Set<WebswingService> services)
-
-
Method Detail
-
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
-
-