stop


Description:

public void stop ()

Stop the debug controller, unregistering its object from the bus.

Any pending method calls to the object will complete successfully, but new ones will return an error. This method will block until all pending authorize signals have been handled. This is expected to not take long, as it will just be waiting for threads to join. If any authorize signal handlers are still executing in other threads, this will block until after they have returned.

This method will be called automatically when the final reference to the DebugControllerDBus is dropped. You may want to call it explicitly to know when the controller has been fully removed from the bus, or to break reference count cycles.

Calling this method from within a authorize signal handler will cause a deadlock and must not be done.

Parameters:

this

a DebugControllerDBus