6061626364656667
public ThreadedVariable() {}// for Externalizable @Override public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException { super.readExternal(in); this._lock = new AtomicBackoffLock(true); this._exported = true; }