Package | Description |
---|---|
com.spss.psapi.core |
This provides the base objects used by other parts of the API.
|
com.spss.psapi.session |
This provides support for the construction and use of data mining sessions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RepositoryConnectionDescriptor2
Extends the repository connection details for applications which are aware of PASW platform services.
|
interface |
RepositoryConnectionDescriptor3 |
Modifier and Type | Method and Description |
---|---|
RepositoryConnectionDescriptor |
Session.getRepositoryConnectionDescriptor()
Returns the repository connection descriptor.
|
Modifier and Type | Method and Description |
---|---|
abstract Session |
SessionFactory.create(java.util.Locale locale,
ServerConnectionDescriptor serverDescriptor,
RepositoryConnectionDescriptor repositoryDescriptor)
Creates a new session using the specified locale.
|
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.isValidRepositoryConnectionDescriptor(RepositoryConnectionDescriptor descriptor)
Returns
true if the supplied repository connection descriptor is
valid i.e. can connect to a content repository. |
void |
Session.setRepositoryConnectionDescriptor(RepositoryConnectionDescriptor descriptor)
Sets the repository connection descriptor to be used when a connection
to a content repository is required.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.