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 void
handleConsoleShutdown()
protected void
handleSyncServerShutdown()
-
Methods inherited from class com.soffid.iam.service.ApplicationShutdownServiceBase
consoleShutdown, getPrincipal, syncServerShutdown
-
-
-
-
Method Detail
-
handleSyncServerShutdown
protected void handleSyncServerShutdown() throws Exception
- Specified by:
handleSyncServerShutdown
in classApplicationShutdownServiceBase
- Throws:
Exception
-
handleConsoleShutdown
protected void handleConsoleShutdown() throws Exception
- Specified by:
handleConsoleShutdown
in classApplicationShutdownServiceBase
- Throws:
Exception
-
-