Package | Description |
---|---|
com.spss.psapi.admin |
This provides functionality to support server administration activities.
|
com.spss.psapi.session |
This provides support for the construction and use of data mining sessions.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map |
ServerActivitySnapshot.getProcessInformation(java.lang.String processIdentifier)
Returns an attribute name->value mapping for a given process identifier.
|
java.lang.String |
ServerConfiguration.getSetting(java.lang.String settingName)
get a setting from a the cached server configuration
|
void |
ServerConfiguration.updateSetting(java.lang.String settingName,
java.lang.String updatedValue)
updates a setting in a cached configuration (note that the update is not flushed to the server)
|
Modifier and Type | Method and Description |
---|---|
abstract AdministratorSession |
SessionFactory.createAdministratorSession(java.util.Locale locale,
ServerConnectionDescriptor serverDescriptor)
Creates a new admin session using the specified locale.
|
ServerSessionDetails |
AdministratorSession.getServerSessionDetails()
Returns details of the server and its environment
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.