public interface ILockInfo2 extends ILockInfo, java.io.Serializable
Description: 'Provides access to members that supply lock information.' 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 |
IID4fc115fb_1c7f_47af_9ad8_46b9e98646c5 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID751ad693_93b2_11d3_9f62_00c04f6bddd9
Modifier and Type | Method and Description |
---|---|
int |
getBranchID()
The branch id of the lock.
|
int |
getBranchLockType()
The type of branch lock the user acquired.
|
int |
getLockDuration()
The duration of the lock.
|
java.util.Date |
getLockTime()
The time when lock was acquired.
|
int |
getRegistrationID()
The registration id of the Feature Class.
|
java.lang.String |
getServiceName()
The name of the service.
|
java.lang.String |
getSessionID()
The session id.
|
java.lang.String |
getVersionName()
The branch version name.
|
getLockType, getUserName
static final int IID4fc115fb_1c7f_47af_9ad8_46b9e98646c5
static final int xxDummy
static final java.lang.String IID
int getBranchLockType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getBranchID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRegistrationID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date getLockTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLockDuration() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getServiceName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String 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 getVersionName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.