Package io.joynr.runtime
Interface PrepareForShutdownListener
-
public interface PrepareForShutdownListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprepareForShutdown()This method is called just before the system shuts down in order to give components a chance to finish essential operations before the actualShutdownListener.shutdown()is performed.
-
-
-
Method Detail
-
prepareForShutdown
void prepareForShutdown()
This method is called just before the system shuts down in order to give components a chance to finish essential operations before the actualShutdownListener.shutdown()is performed. Implementations should block until they're finished, but should also make sure to timeout after a few seconds if they can't finish quickly.
-
-