com.esri.arcgis.geodatabase
Interface IFileDataLock

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFileDataLockProxy

public interface IFileDataLock
extends java.io.Serializable

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

Description: 'Provides access to file data sources data lock functionality.' 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 IIDadf6d66d_a47a_11d4_9f87_00c04f6bdf0e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void acquireFileLock(int lockType)
          Acquire a file data lock.
 void changeFileLock(int lockType)
          Change the file data lock type.
 int getLockType()
          Get the lock type.
 void releaseFileLock()
          Release a file data lock.
 

Field Detail

IIDadf6d66d_a47a_11d4_9f87_00c04f6bdf0e

static final int IIDadf6d66d_a47a_11d4_9f87_00c04f6bdf0e
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

acquireFileLock

void acquireFileLock(int lockType)
                     throws java.io.IOException,
                            AutomationException
Acquire a file data lock.

Parameters:
lockType - A com.esri.arcgis.system.esriLockMgrType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

releaseFileLock

void releaseFileLock()
                     throws java.io.IOException,
                            AutomationException
Release a file data lock.

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

changeFileLock

void changeFileLock(int lockType)
                    throws java.io.IOException,
                           AutomationException
Change the file data lock type.

Parameters:
lockType - A com.esri.arcgis.system.esriLockMgrType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLockType

int getLockType()
                throws java.io.IOException,
                       AutomationException
Get the lock type.

Returns:
A com.esri.arcgis.system.esriLockMgrType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.