hold abstract method

void hold()

Temporarily hold receiving and dispatching requests. The object adapter can be reactivated with the {@link #activate} operation.

Holding is not immediate, i.e., after {@link #hold} returns, the object adapter might still be active for some time. You can use {@link #waitForHold} to wait until holding is complete.

@see #activate @see #deactivate @see #waitForHold

Implementation

void hold();