public interface IUserInfo
extends java.io.Serializable
Description: 'Provides access to members describing a user connected to a database.' 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 |
IIDeb75fcde_a676_4b77_a9a6_48f722b7087b |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientName()
The name of the connected computer
|
java.lang.Object |
getConnectionTime()
The time that the connection was made
|
java.lang.String |
getName()
The name of the connected user.
|
int |
getSessionID()
The unique ID of the connection.
|
boolean |
isDirectConnection()
The type of connection.
|
boolean |
isOwnConnection()
Whether this connection is the current users' connection.
|
static final int IIDeb75fcde_a676_4b77_a9a6_48f722b7087b
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 getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getClientName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getConnectionTime()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isDirectConnection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isOwnConnection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.