Package es.caib.seycon.ng.servei
Interface ApplicationShutdownService
-
public interface ApplicationShutdownServiceService ApplicationShutdownService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsoleShutdown()Operation consoleShutdownvoidsyncServerShutdown()Operation syncServerShutdown
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
consoleShutdown
void consoleShutdown() throws InternalErrorException, InternalErrorExceptionOperation consoleShutdown- Throws:
InternalErrorException
-
syncServerShutdown
void syncServerShutdown() throws InternalErrorException, InternalErrorExceptionOperation syncServerShutdown- Throws:
InternalErrorException
-
-