Package com.qwazr.server
Class WelcomeShutdownService
java.lang.Object
com.qwazr.server.AbstractServiceImpl
com.qwazr.server.WelcomeService
com.qwazr.server.WelcomeShutdownService
- All Implemented Interfaces:
ServiceInterface
@RolesAllowed("welcome") @Path("/") @Singleton public class WelcomeShutdownService extends WelcomeService
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WelcomeShutdownService()
-
Method Summary
Modifier and Type Method Description void
shutdown()
-
Constructor Details
-
WelcomeShutdownService
public WelcomeShutdownService()
-
-
Method Details
-
shutdown
@DELETE @Path("/shutdown") public void shutdown()
-