Package com.soffid.iam.service
Class ApplicationShutdownServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.ApplicationShutdownServiceBase
-
- com.soffid.iam.service.ApplicationShutdownServiceImpl
-
- All Implemented Interfaces:
com.soffid.iam.service.ApplicationShutdownService
public class ApplicationShutdownServiceImpl extends ApplicationShutdownServiceBase
-
-
Constructor Summary
Constructors Constructor Description ApplicationShutdownServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleConsoleShutdown()protected voidhandleSyncServerShutdown()-
Methods inherited from class com.soffid.iam.service.ApplicationShutdownServiceBase
consoleShutdown, getPrincipal, syncServerShutdown
-
-
-
-
Method Detail
-
handleSyncServerShutdown
protected void handleSyncServerShutdown() throws Exception- Specified by:
handleSyncServerShutdownin classApplicationShutdownServiceBase- Throws:
Exception
-
handleConsoleShutdown
protected void handleConsoleShutdown() throws Exception- Specified by:
handleConsoleShutdownin classApplicationShutdownServiceBase- Throws:
Exception
-
-