com.sap.ip.me.api.smartsync
Interface SmartSyncTransaction


public interface SmartSyncTransaction

Represents a transaction on SyncBos. To create a new SmartSyncTransaction call method SmartSyncTransactionManager.beginTransaction().

Since:
2.5
Author:
SAP AG
See Also:
SmartSyncTransactionManager

Method Summary
 long getTransactionId()
          Returns the transaction id.The transaction ID is a unique number, represents the associated transaction.
 boolean hasSyncBoChanged()
          Get the transaction status, which marks if any SyncBo objects have been changed in the current transaction context
 

Method Detail

getTransactionId

public long getTransactionId()
Returns the transaction id.The transaction ID is a unique number, represents the associated transaction. This ID is not getting persisted. So it is only unique within one run of the MI framework.

Returns:

hasSyncBoChanged

public boolean hasSyncBoChanged()
Get the transaction status, which marks if any SyncBo objects have been changed in the current transaction context

Returns:
true if a SyncBo was changed in the current transaction


Copyright © 2003 SAP AG. All Rights Reserved.