Package | Description |
---|---|
com.spss.psapi.session |
This provides support for the construction and use of data mining sessions.
|
Modifier and Type | Method and Description |
---|---|
ASCredentialDescriptor |
SessionFactory.SessionBuilder.asCredentialDescriptor() |
ASCredentialDescriptor |
Session.getASCredentialDescriptor()
Returns the credential descriptor used to log in to the Analytic Server.
|
Modifier and Type | Method and Description |
---|---|
SessionFactory.SessionBuilder |
SessionFactory.SessionBuilder.asCredentialDescriptor(ASCredentialDescriptor asDesc) |
abstract Session |
SessionFactory.create(java.util.Locale locale,
ServerConnectionDescriptor serverDescriptor,
RepositoryConnectionDescriptor repositoryDescriptor,
ASCredentialDescriptor asConnectionDescriptor)
Create a new sessio using the sepcified locale, The session is automatically
connected to the specified server
|
boolean |
Session.isValidASCredentialDescriptor(ASCredentialDescriptor asConnectionDescriptor)
Check weather the credential descriptor is a valid
|
void |
Session.setASCredentialDescriptor(ASCredentialDescriptor asConnectionDescriptor)
Sets the credential descriptor used to log in Analytic Server.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.