The unlock method of the Application class removes the lock on the Application object so that properties can be modified by other clients.
public void unlock();
lock