Package com.soffid.iam.service
Interface ApplicationShutdownService
-
public interface ApplicationShutdownService
Service ApplicationShutdownService
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consoleShutdown()
Operation consoleShutdownvoid
syncServerShutdown()
Operation syncServerShutdown
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
consoleShutdown
void consoleShutdown() throws InternalErrorException, InternalErrorException
Operation consoleShutdown- Throws:
InternalErrorException
-
syncServerShutdown
void syncServerShutdown() throws InternalErrorException, InternalErrorException
Operation syncServerShutdown- Throws:
InternalErrorException
-
-