Child pages
  • JSClientInformation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Cache
indextrue
refresh100d
showRefreshtrue
iddoc
showRefreshtrue
titleRefresh page
showDatetrue
retryEnable

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordListINLINESmartClientsWordListINLINEWebClientsWordListINLINENGClient

servoy sSummary12%30%58%height: 30px;3Methods SummaryThe type of the application started by this client.The ID of this client.Gets the array of client .information strings as seen on the admin page.The host address of this client.The host identifier of this client.The host name of this client.The time and date since the user has been idle.Gets the last date and time when a user has physically accessed the application.The time and date the user logged into the system.The name of the solution that is currently open by the client.This returns the status line of a NGClient (other clients don't have a value for this)The name of the user who is logged in at this client.The ID of the user who is logged in at this client.

functionservoy sDetail2100%height:30px2Methods DetailsgetApplicationTypename

getApplicationType()

dessIndent
The type of the application started by this client.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdent
javascriptlastDetailRowgetClientIDname

getClientID()

des
sIndent
The ID of this client.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
getClientInfosname

getClientInfos()

dessIndent
Gets the array of client information strings as seen on the admin page.
ret

Returns

sIndent a String array with the client information
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdent
javascriptlastDetailRowgetHostAddressname

getHostAddress()

des
sIndent
The host address of this client.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdent
javascriptlastDetailRowgetHostIdentifiername

getHostIdentifier()

des
sIndent
The host identifier of this client.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdent
javascriptlastDetailRowgetHostNamename

getHostName()

des
sIndent
The host name of this client.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdent
javascriptlastDetailRowgetIdleTimename

getIdleTime()

des
sIndent
The time and date since the user has been idle.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdent
javascriptlastDetailRowgetLastAccessedTimename

getLastAccessedTime()

des
sIndent
Gets the last date and time when a user has physically accessed the application. NGClient only!
ret

Returns

sIndent a date object or null if the client doesn't support this
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdent
javascriptlastDetailRowgetLoginTimename

getLoginTime()

des
sIndent
The time and date the user logged into the system.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdent
javascriptlastDetailRowgetOpenSolutionNamename

getOpenSolutionName()

des
sIndent
The name of the solution that is currently open by the client.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdent
javascriptlastDetailRowgetStatusLinename

getStatusLine()

des
sIndent
This returns the status line of a NGClient (other clients don't have a value for this)
ret

Returns

sIndent a string that is the status line as reported on the admin page.
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdent
javascriptlastDetailRowgetUserNamename

getUserName()

des
sIndent
The name of the user who is logged in at this client.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdent
javascriptlastDetailRowgetUserUIDname

getUserUID()

des
sIndent
The ID of the user who is logged in at this client.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdent
javascriptlastDetailRow