IBatchRunLock interface

The IBatchRunLock can be used to synchronize threads (running possibly in multiple VMs) via a semaphore in the DB.

Syntax

public interface IBatchRunLock

Usage

All methods run in their own DB transaction and commit their work right after the call. Each different class should use its own batch run type which must be inserted into the table MOB_BATCHRUN_TYPES - unless of course you want to synchronize multiple classes via the same semaphore.

2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice.