public class LiquigraphLock
extends Object
Shared lock proxy using references on the connections to create and remove the lock node, more or less like
performing garbage collection by reference counting. It keeps references instead of simply counting to be able to
remove the lock using the shutdown hook.