Uses of Interface
com.sas.services.information.metadata.ServerContextInterface

Packages that use ServerContextInterface
com.sas.services.connection.platform Provides a connection factory configuation for use with SAS Foundation Services. 
com.sas.services.storedprocess Execute stored processes. 
com.sas.services.storedprocess.metadata Create and modify stored process metadata and obtain stored process service objects from metadata. 
 

Uses of ServerContextInterface in com.sas.services.connection.platform
 

Methods in com.sas.services.connection.platform with parameters of type ServerContextInterface
static PlatformConnectionFactoryConfiguration PlatformConnectionFactoryConfiguration.createWorkspaceServerFactoryConfiguration(ServerContextInterface serverContext, SessionContextInterface sessionContext)
          Create a SAS Workspace Server connection factory configuration by selecting the best logical server in a server context according to the requirements and preferences expressed in a session context.
 

Uses of ServerContextInterface in com.sas.services.storedprocess
 

Methods in com.sas.services.storedprocess with parameters of type ServerContextInterface
 void StoredProcess2Interface.setServerContext(ServerContextInterface serverContext)
          Sets the server context to be used to execute the stored process.
 

Uses of ServerContextInterface in com.sas.services.storedprocess.metadata
 

Methods in com.sas.services.storedprocess.metadata that return ServerContextInterface
 ServerContextInterface StoredProcessInterface.getServerContext()
          Gets the server context smart object associated with the stored process.
 

Methods in com.sas.services.storedprocess.metadata with parameters of type ServerContextInterface
 void StoredProcessInterface.setServerContext(ServerContextInterface serverContext)
          Sets the server context smart object the stored process runs on.
 

Constructors in com.sas.services.storedprocess.metadata with parameters of type ServerContextInterface
SourceCodeRepositoryUtil(ServerContextInterface serverContext)
          Constructs a SourceCodeRepositoryUtil using the supplied ServerContextInterface.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.