}
public Object invoke(Invocation invocation) throws Throwable {
int index = ((Integer) invocation.parameterValues.get(0))
.intValue();
Partition part = partitions[index];
IBMPartitionTableEntry entry = createEntry(index,
part.isExtended(), part.getStartLba(), part.getNbSectors());
return entry;
}