* Plus version update.
* @param state the state which must be attached to the transaction
* @param mode the action that stared the binding: either read or write intention
*/
public State bind(State state, Object oid, byte mode) {
State old = super.bind(state, oid, mode);
if(! (state instanceof VirtualState)){
if (mode == BasicWorkingSet.WRITE_INTENTION) {
StateItf sa = (StateItf) state;
sa.speedoChangeVersion();
}