public interface IInfoBaseConnectionInfo
Modifier and Type | Method and Description |
---|---|
String |
getAppId()
Gets the ID of the application that established the connection
|
int |
getBlockedByDbms()
Gets the number of the connection that locks this connection
|
long |
getBytesAll()
Gets the total size of data sent and received by this connection
|
long |
getBytesLast5Min()
Gets the total size of data sent and received by this connection
during the last 5 minutes
|
long |
getCallsAll()
Gets the number of server connection calls
|
long |
getCallsLast5Min()
Gets the number of server connection calls during the last 5 minutes
|
Date |
getConnectedAt()
Gets the time when the connection was established
|
int |
getConnId()
Gets the connection number
|
int |
getDbConnMode()
Gets the database connection mode
|
long |
getDbmsBytesAll()
Gets the size of data sent between the 1C:Enterprise server and
the database server
|
long |
getDbmsBytesLast5Min()
Gets the size of data sent between the 1C:Enterprise server and
the database server during the last 5 minutes
|
String |
getDbProcInfo()
Gets the process ID of the DBMS connection
|
int |
getDbProcTook()
Gets the duration (in seconds) of a database server request
|
Date |
getDbProcTookAt()
Gets the time when the connection to the database server
was last selected from the pool
|
int |
getDurationAll()
Gets the total duration of server connection calls
|
int |
getDurationAllDbms()
Gets the total duration of DBMS calls
|
int |
getDurationCurrent()
Gets the duration of the current server connection call
|
int |
getDurationCurrentDbms()
Gets the duration of the current DMBS call
|
long |
getDurationLast5Min()
Gets the duration of server connection calls during the last 5 minutes
|
long |
getDurationLast5MinDbms()
Gets the duration of DMBS calls during the last 5 minutes
|
String |
getHostName()
Gets the name of the computer that established the connection
|
int |
getIbConnMode()
Gets the infobase connection mode
|
UUID |
getInfoBaseConnectionId()
Gets the connection ID
|
int |
getThreadMode()
Gets the flag that shows whether the control is on the server
|
String |
getUserName()
Gets the name of the user that established the connection
|
UUID getInfoBaseConnectionId()
String getAppId()
int getBlockedByDbms()
long getBytesAll()
long getBytesLast5Min()
long getCallsAll()
long getCallsLast5Min()
Date getConnectedAt()
int getConnId()
int getDbConnMode()
long getDbmsBytesAll()
long getDbmsBytesLast5Min()
String getDbProcInfo()
int getDbProcTook()
Date getDbProcTookAt()
int getDurationAll()
int getDurationAllDbms()
int getDurationCurrent()
int getDurationCurrentDbms()
long getDurationLast5Min()
long getDurationLast5MinDbms()
String getHostName()
int getIbConnMode()
int getThreadMode()
String getUserName()
Copyright © '1C' 1996-2012