public interface BackendSessionI extends L10nCurrentLocaleProviderI, TemporaryIdSupplierI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
static java.lang.InheritableThreadLocal<BackendSessionI> |
CURRENT |
static BackendSessionI[] |
EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
boolean |
cancelRequest(int pid,
int slot) |
void |
decCommandHandler(int pid,
boolean sessionBroken)
Decrements the number of command handlers by unsubscribing the specified pid.
|
long |
getAlteredBOCount() |
Anmeldung |
getAnmeldung() |
long |
getBackEndTime() |
long |
getClientKey() |
long |
getCommandCount() |
int |
getConnections() |
boolean |
getCountsAgainstLimit()
Returns true, if the current session counts against the maxSessions limit specified by the MyTISM license.
|
long |
getCreatedBOCount() |
java.lang.String |
getCurrentUserName() |
java.lang.String |
getCurrentUserRemark() |
java.lang.String |
getGateway() |
java.lang.Long |
getId() |
long |
getKernelTime() |
java.lang.String |
getLastActivity() |
java.lang.String |
getLastActivity(java.lang.String _format) |
java.util.Locale |
getLocale() |
java.lang.String |
getLoggedInSince() |
java.lang.String |
getLoggedInSince(java.lang.String _format) |
long |
getObjectCount() |
long |
getProcsCount() |
java.lang.String |
getProtocolParameters() |
java.lang.String |
getProtocolVersion() |
long |
getRoundtripCount() |
java.lang.String |
getServerEndPoint() |
long |
getTotalTime() |
long |
getTransactionCount() |
long |
getTransportTime() |
DBManUserContextI |
getUtx() |
java.lang.String |
getWorkstation()
Returns the IP-address and port of the workstation associated with this BackendSessionI.
|
java.lang.String |
getWorkstationAddress()
Returns the IP-address of the workstation associated with this BackendSessionI.
|
boolean |
hasBackStreamToClient()
Returns
true if there is a backend command handler in this session, acting as back stream to the client, false otherwise. |
int |
incCommandHandler(java.lang.Object commandHandler) |
void |
incCommands() |
void |
incObjects() |
void |
incRoundtrips() |
void |
incSaveBO(int procCnt,
int newBOCnt,
int includedBOCnt) |
boolean |
isAdministratorUserSession() |
default boolean |
isConnected()
Returns true if this BackendSessionI is connected to a server, in the sense that it still has
any connections, false otherwise.
|
boolean |
isLocalConnection()
Returns true if the server endpoint and the workstation are on the same interface
|
void |
setId(java.lang.Long id) |
void |
setLocale(java.util.Locale l) |
void |
setParms(java.lang.String s) |
void |
setUtx(DBManUserContextI utx) |
java.lang.String |
toString() |
void |
touch() |
void |
touch(PerformanceMeter pm) |
void |
waitUntilEventSendingFinished() |
nextTempId
static final java.lang.String $0
static final BackendSessionI[] EMPTY_ARRAY
static final java.lang.InheritableThreadLocal<BackendSessionI> CURRENT
java.lang.String toString()
toString
in class java.lang.Object
Anmeldung getAnmeldung()
java.lang.String getCurrentUserName()
java.lang.String getCurrentUserRemark()
java.util.Locale getLocale()
getLocale
in interface L10nCurrentLocaleProviderI
void setLocale(java.util.Locale l)
java.lang.String getProtocolVersion()
java.lang.String getProtocolParameters()
java.lang.String getWorkstationAddress()
java.lang.String getWorkstation()
boolean isLocalConnection()
java.lang.String getServerEndPoint()
java.lang.String getGateway()
java.lang.String getLoggedInSince(java.lang.String _format)
java.lang.String getLoggedInSince()
default boolean isConnected()
java.lang.String getLastActivity(java.lang.String _format)
java.lang.String getLastActivity()
int getConnections()
long getTransactionCount()
long getProcsCount()
long getCreatedBOCount()
long getAlteredBOCount()
long getObjectCount()
boolean getCountsAgainstLimit()
boolean isAdministratorUserSession()
long getRoundtripCount()
long getCommandCount()
long getTotalTime()
long getBackEndTime()
long getKernelTime()
long getTransportTime()
long getClientKey()
void setUtx(DBManUserContextI utx)
DBManUserContextI getUtx()
void setId(java.lang.Long id)
java.lang.Long getId()
void setParms(java.lang.String s)
void touch()
void touch(PerformanceMeter pm)
boolean cancelRequest(int pid, int slot)
int incCommandHandler(java.lang.Object commandHandler)
void decCommandHandler(int pid, boolean sessionBroken)
pid
- The pid to unsubscribe from command handling.sessionBroken
- A boolean flag indicating whether to force a user logout due to broken session (true) or not (false).boolean hasBackStreamToClient()
true
if there is a backend command handler in this session, acting as back stream to the client, false
otherwise.void incSaveBO(int procCnt, int newBOCnt, int includedBOCnt)
void incRoundtrips()
void incCommands()
void incObjects()
void waitUntilEventSendingFinished()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.