|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFileGDBLockWaiting
File GeoDatabase interface to control write lock waiting.
Method Summary | |
---|---|
void |
disableWriteLockWaiting()
Disable write lock waiting. |
void |
enableWriteLockWaiting(int retryCount,
int waitTime1,
int waitTime2,
int waitTime3)
Enable write lock waiting, specifying number of retries and how long to wait between tries. |
Method Detail |
---|
void enableWriteLockWaiting(int retryCount, int waitTime1, int waitTime2, int waitTime3) throws IOException, AutomationException
retryCount
- The retryCount (in)waitTime1
- The waitTime1 (in)waitTime2
- The waitTime2 (in)waitTime3
- The waitTime3 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void disableWriteLockWaiting() 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 |