Class JoynrShutdownServiceBean

    • Constructor Detail

      • JoynrShutdownServiceBean

        public JoynrShutdownServiceBean()
    • Method Detail

      • prepareForShutdown

        public void prepareForShutdown()
        Description copied from interface: JoynrShutdownService
        Call this method to cause the joynr runtime to prepare for shutdown and perform initial clean-up. This method blocks until completion or it times out. After calling this method you can only make requests via joynr which to not require state to be held (e.g. stateless async or fire-and-forget).
        Specified by:
        prepareForShutdown in interface JoynrShutdownService
      • shutdown

        public void shutdown()
        Description copied from interface: JoynrShutdownService
        This call will completely shut down the joynr runtime and free up any and all resources it holds. You cannot perform any further joynr operations after this method has been called.
        Specified by:
        shutdown in interface JoynrShutdownService