public interface ISessionInfo
Modifier and Type | Method and Description |
---|---|
String |
getAppId()
Gets the ID of the application that started the session
|
int |
getBlockedByDbms()
Gets the number of the session that caused waiting for a transaction
lock
|
int |
getBlockedByLs()
Gets the number of the session that caused waiting for a managed
transaction lock
|
long |
getBytesAll()
Gets the total size of data transferred between the 1C:Enterprise
server and the client application within this session
|
long |
getBytesLast5Min()
Gets the total size of data transferred between the 1C:Enterprise
server and the client application within this session during the
last 5 minutes
|
int |
getCallsAll()
Gets the total number of server calls from this session
|
long |
getCallsLast5Min()
Gets the total number of server calls from this session during the
last 5 minutes
|
UUID |
getConnectionId()
Gets the session connection ID
|
long |
getDbmsBytesAll()
Gets the total size of data sent to and received from the DBMS
within this session
|
long |
getDbmsBytesLast5Min()
Gets the total size of data sent to and received from the DBMS
within this session during the last 5 minutes
|
String |
getDbProcInfo()
Gets the DBMS connection ID (in the DBMS format)
|
int |
getDbProcTook()
Gets the duration (in milliseconds) of DBMS connection since it was selected
by the session
|
Date |
getDbProcTookAt()
Gets the time when the DBMS connection was last selected by the session
|
int |
getDurationAll()
Gets the total duration of server call executions within this
session
|
int |
getDurationAllDbms()
Gets the total duration of DBMS requst executions within this
session
|
int |
getDurationCurrent()
Gets the time period (in milliseconds) that passed since the
request execution was started, provided that the session is
performing a server request
|
int |
getDurationCurrentDbms()
Gets the time period (in milliseconds) that passed since the
request execution was started, provided that the session is
performing a DBMS request
|
long |
getDurationLast5Min()
Gets the total duration of server call executions within this
session during the last 5 minutes
|
long |
getDurationLast5MinDbms()
Gets the total duration of database request executions within this
session during the last 5 minutes
|
boolean |
getHibernate()
Checks if session is in hibernate state
|
int |
getHibernateSessionTerminationTime()
Gets a timeout of hibernated seance termination
|
String |
getHost()
Gets the name or IP address of the computer that established the session
|
UUID |
getInfoBaseId()
Gets the ID of the infobase from which the session is established
|
Date |
getLastActiveAt()
Gets the date and time of the last session activity
|
List<ILicenseInfo> |
getLicenses()
Gets the list of licenses that the session uses
|
String |
getLocale()
Gets the locale ID
|
int |
getPassiveSessionHibernateTime()
Gets a timeout of passive seance hibernation
|
int |
getSessionId()
Gets the session number, which an integer number unique among
all of the infobase sessions
|
UUID |
getSid()
Gets the session ID
|
Date |
getStartedAt()
Gets the date and time when the session was opened
|
String |
getUserName()
Gets the name of the authenticated infobase user
|
UUID |
getWorkingProcessId()
Gets the ID of the working process that has an established connection,
provided that the session is attached to the connection
|
UUID getSid()
String getAppId()
int getBlockedByDbms()
int getBlockedByLs()
long getBytesAll()
long getBytesLast5Min()
int getCallsAll()
long getCallsLast5Min()
UUID getConnectionId()
long getDbmsBytesAll()
long getDbmsBytesLast5Min()
String getDbProcInfo()
int getDbProcTook()
Date getDbProcTookAt()
int getDurationAll()
int getDurationAllDbms()
int getDurationCurrent()
int getDurationCurrentDbms()
long getDurationLast5Min()
long getDurationLast5MinDbms()
String getHost()
UUID getInfoBaseId()
Date getLastActiveAt()
List<ILicenseInfo> getLicenses()
String getLocale()
UUID getWorkingProcessId()
int getSessionId()
Date getStartedAt()
String getUserName()
boolean getHibernate()
int getPassiveSessionHibernateTime()
int getHibernateSessionTerminationTime()
Copyright © '1C' 1996-2012