public interface SystemSession
Modifier and Type | Method and Description |
---|---|
DataModelFactory |
getDataModelFactory()
Returns the
DataModelFactory for this session. |
java.util.Locale |
getLocale()
Returns the locale specified for this session.
|
LocaleInfo |
getLocaleInfo()
Returns the
LocaleInfo for this session. |
PropertyFactory |
getPropertyFactory()
Returns the
PropertyFactory for this session. |
boolean |
isLocalSession()
Returns
true if the session is connected to a
local or desktop execution engine, false otherwise. |
java.util.Locale getLocale()
LocaleInfo getLocaleInfo()
LocaleInfo
for this session.LocaleInfo
LocaleInfo
boolean isLocalSession()
true
if the session is connected to a
local or desktop execution engine, false
otherwise.true
if the session is connected to a
local execution engineDataModelFactory getDataModelFactory()
DataModelFactory
for this session.DataModelFactory
DataModelFactory
PropertyFactory getPropertyFactory()
PropertyFactory
for this session.PropertyFactory
PropertyFactory
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.