* @exception Exception can raise any exception
*/
public
Object readUpdate(LogInputStream in, Object state) throws Exception {
MarshalInputStream s = new MarshalInputStream(in);
return applyUpdate(s.readObject(), state);
}
/**
* Reads a stably logged update (a serializable object) from a stream.
* This callback is invoked during recovery, once for every record in the