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.
|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Method and Description |
---|---|
ServerConnectionDescriptor |
ConnectedServerInfo.getServerConnectionDescriptor()
Returns the descriptor through which this connection was established.
|
Modifier and Type | Method and Description |
---|---|
abstract ServerConnectionDescriptor |
SessionFactory.createServerConnectionDescriptor(java.lang.String hostName,
int port,
java.lang.String dataDirectory,
boolean useSSL,
boolean useSSO,
byte[] token)
Creates a new server connection descriptor using the supplied arguments.
|
abstract ServerConnectionDescriptor |
SessionFactory.createServerConnectionDescriptor(java.lang.String hostName,
int port,
java.lang.String userName,
java.lang.String password,
java.lang.String domain,
java.lang.String dataDirectory)
Creates a new server connection descriptor using the supplied arguments.
|
abstract ServerConnectionDescriptor |
SessionFactory.createServerConnectionDescriptor(java.lang.String hostName,
int port,
java.lang.String userName,
java.lang.String password,
java.lang.String domain,
java.lang.String dataDirectory,
boolean useSsl)
Creates a new server connection descriptor using the supplied arguments.
|
ServerConnectionDescriptor |
Session.getServerConnectionDescriptor()
Returns the ServerConnectionDescriptor used to connect this session to a
remote server.
|
ServerConnectionDescriptor |
SessionFactory.SessionBuilder.serverConnectionDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
Session.connect(ServerConnectionDescriptor serverDescriptor)
Connects this session to the remote server identified by the specified server descriptor.
|
void |
AdministratorSession.connect(ServerConnectionDescriptor serverDescriptor)
Connects this Session to the server specified by the server descriptor.
|
abstract Session |
SessionFactory.create(java.util.Locale locale,
ServerConnectionDescriptor serverDescriptor)
Creates a new session using the specified locale.
|
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
|
abstract AdministratorSession |
SessionFactory.createAdministratorSession(java.util.Locale locale,
ServerConnectionDescriptor serverDescriptor)
Creates a new admin session using the specified locale.
|
SessionFactory.SessionBuilder |
SessionFactory.SessionBuilder.serverConnectionDescriptor(ServerConnectionDescriptor desc) |
Modifier and Type | Method and Description |
---|---|
ServerConnectionDescriptor |
ProcessorStream.getServerConnectionDescriptor()
Returns the ServerConnectionDescriptor used to connect this stream to a
server or
null if the stream has not yet been connected or
if the owner session was not created using SessionFactory. |
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.