waitForHold method

void waitForHold()
override

Wait until the object adapter holds requests. Calling {@link #hold} initiates holding of requests, and {@link #waitForHold} only returns when holding of requests has been completed.

@see #hold @see #waitForDeactivate @see Communicator#waitForShutdown

Implementation

void waitForHold() {}