waitForDeactivate abstract method

void waitForDeactivate()

Wait until the object adapter has deactivated. Calling {@link #deactivate} initiates object adapter deactivation, and {@link #waitForDeactivate} only returns when deactivation has been completed.

@see #deactivate @see #waitForHold @see Communicator#waitForShutdown

Implementation

void waitForDeactivate();