I propose to convert the classes PartitionReadTxn and PartitionWriteTxn to interfaces so that new Txn implementations need not be restricted to Java inheritance's single parent restriction.
These classes currently do not hold any logic so making such a change will not break the existing code in the trunk. Please let me know if there are any objections to this. Thank you. Kiran