|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFileDataLock
Provides access to file data sources data lock functionality.
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. |
Method Detail |
---|
void acquireFileLock(int lockType) throws IOException, AutomationException
lockType
- A com.esri.arcgis.system.esriLockMgrType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void releaseFileLock() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void changeFileLock(int lockType) throws IOException, AutomationException
lockType
- A com.esri.arcgis.system.esriLockMgrType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLockType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |