public interface IDatabaseLockInfo
extends java.io.Serializable
Description: 'Infomation about database locks.' 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 |
IID58f47253_0f9d_4e59_a573_6a3267d0810c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getDatasetType()
The type of the locked dataset, if it is a dataset.
|
int |
getLockMode()
The mode of the lock.
|
java.lang.String |
getLockOwner()
The user that owns the lock.
|
java.lang.Object |
getLockTime()
The time when the lock was acquired.
|
int |
getLockType()
The type of lock.
|
long |
getObjectID()
The ID of the locked object.
|
java.lang.String |
getObjectName()
The name of the locked object.
|
int |
getSessionID()
The session that owns the lock.
|
boolean |
isOwnLock()
Is the lock from the current connection.
|
static final int IID58f47253_0f9d_4e59_a573_6a3267d0810c
static final int xxDummy
static final java.lang.String IID
int getSessionID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLockOwner() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLockMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getLockTime() throws java.io.IOException, AutomationException
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.long getObjectID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getObjectName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDatasetType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isOwnLock() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.