Uses of Interface
io.joynr.runtime.PrepareForShutdownListener
-
Packages that use PrepareForShutdownListener Package Description io.joynr.messaging.routing io.joynr.runtime -
-
Uses of PrepareForShutdownListener in io.joynr.messaging.routing
Methods in io.joynr.messaging.routing with parameters of type PrepareForShutdownListener Modifier and Type Method Description voidGarbageCollectionHandler. registerProxy(Object proxy, String proxyParticipantId, PrepareForShutdownListener prepareForShutdownListener) -
Uses of PrepareForShutdownListener in io.joynr.runtime
Methods in io.joynr.runtime with parameters of type PrepareForShutdownListener Modifier and Type Method Description voidShutdownNotifier. registerHivemqMqttPrepareForShutdownListener(PrepareForShutdownListener listener)Register to have HivemqMqttClientFactory.prepareForShutdown() called at system prepareForShutdown.voidShutdownNotifier. registerMessageTrackerPrepareForShutdownListener(PrepareForShutdownListener listener)Register to have MessageTrackerForGracefulShutdown.prepareForShutdown() called at system prepareForShutdown.voidShutdownNotifier. registerPrepareForShutdownListener(PrepareForShutdownListener prepareForShutdownListener)Register to have the listener's prepareForShutdown method called at system prepareForShutdown NOTE: no shutdown order is guaranteed registered using this method.voidShutdownNotifier. registerProxyInvocationHandlerPrepareForShutdownListener(PrepareForShutdownListener listener)Register to have ProxyInvocationHandler.prepareForShutdown() called at system shutdown.voidShutdownNotifier. unregister(PrepareForShutdownListener listener)
-