public interface IFileDataLock
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDadf6d66d_a47a_11d4_9f87_00c04f6bdf0e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDadf6d66d_a47a_11d4_9f87_00c04f6bdf0e
static final int xxDummy
static final java.lang.String IID
void acquireFileLock(int lockType) throws java.io.IOException, AutomationException
lockType
- A com.esri.arcgis.system.esriLockMgrType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void releaseFileLock() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void changeFileLock(int lockType) throws java.io.IOException, AutomationException
lockType
- A com.esri.arcgis.system.esriLockMgrType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLockType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.