public interface SystemSession
Modifier and Type | Method and Description |
---|---|
ConnectionDetailView |
getConnectionDetailView()
Returns any data connection definitions
defined externally to PSAPI
and made available to this session.
|
ConnectionDetailView |
getConnectionDetailView(java.lang.String context)
Returns any data connection definitions
defined externally to PSAPI
and made available to the specified context.
|
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. |
Runtimes |
getRuntimes()
Returns the runtime support.
|
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
ConnectionDetailView getConnectionDetailView()
ConnectionDetailView getConnectionDetailView(java.lang.String context)
context
- the context in which connections can be definedRuntimes getRuntimes()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.