Child pages
  • JSClientInformation

Versions Compared

Key

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

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordListSmartClientsWordListWebClientsWordListNGClient

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

sIdentjavascript
lastDetailRowgetClientIDname

getClientID()

dessIndent
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

sIdentjavascript
lastDetailRow
getHostAddressname

getHostAddress()

dessIndent
The host address of this client.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
getHostIdentifiername

getHostIdentifier()

dessIndent
The host identifier of this client.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
getHostNamename

getHostName()

dessIndent
The host name of this client.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
getIdleTimename

getIdleTime()

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

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
getLastAccessedTimename

getLastAccessedTime()

dessIndent
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

sIdentjavascript
lastDetailRow
getLoginTimename

getLoginTime()

dessIndent
The time and date the user logged into the system.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
getOpenSolutionNamename

getOpenSolutionName()

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

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
getStatusLinename

getStatusLine()

dessIndent
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

sIdentjavascript
lastDetailRow
getUserNamename

getUserName()

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

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
getUserUIDname

getUserUID()

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

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow