MobiliserTransactionOperations interface

When writing Mobiliser platform services, the whole transaction demarcation and exception handling aspect is tricky to get just right.

Syntax

public interface MobiliserTransactionOperations

Usage

This extension of the standard TransactionOperations interface allows client to code to mark under which circumstances mobiliser transactions should be marked with an error code and when exceptions should cause a database rollback. Implementations are aware of com.sybase365.mobiliser.money.businesslogic.transaction.demarcation.MobiliserTxnAwareTransactionCallback and can set error codes on transactions accordingly. Use this marker interface in your code to enforce injecting a proper implementation (instead of a raw TransactionOperations)

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.