com.esri.arcgis.geodatabase
Interface ITransactions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITransactionsProxy, Sde3Workspace, Sde4Workspace, VersionedWorkspace, Workspace

public interface ITransactions
extends java.io.Serializable

COM Interface 'ITransactions'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control Transaction management.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf05d9bc1_d03c_11d1_887f_0000f877762d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void abortTransaction()
          Aborts the current transaction.
 void commitTransaction()
          Commits the current transaction.
 boolean isInTransaction()
          Indicates if there is already a transaction in progress.
 void startTransaction()
          Begins a new transaction.
 

Field Detail

IIDf05d9bc1_d03c_11d1_887f_0000f877762d

static final int IIDf05d9bc1_d03c_11d1_887f_0000f877762d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isInTransaction

boolean isInTransaction()
                        throws java.io.IOException,
                               AutomationException
Indicates if there is already a transaction in progress.

Returns:
The inTransaction
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

startTransaction

void startTransaction()
                      throws java.io.IOException,
                             AutomationException
Begins a new transaction.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

commitTransaction

void commitTransaction()
                       throws java.io.IOException,
                              AutomationException
Commits the current transaction.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

abortTransaction

void abortTransaction()
                      throws java.io.IOException,
                             AutomationException
Aborts the current transaction.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.