SystemSession
Objects
Defines the functionality of a system session. Sessions define the basic context that other operations work within.
s.getLocale() : Locale
Returns the locale specified for this session.
s.getLocaleInfo() : LocaleInfo
Returns the LocaleInfo
for this session.
s.isLocalSession() : boolean
Returns True
if the session is connected to a
local or desktop execution engine, False
otherwise.