Uses of Interface
com.sas.services.information.metadata.ServerContextInterface
Packages that use ServerContextInterface
Package
Description
Library classes for SAS Foundation Services.
Execute stored processes.
Create and modify stored process metadata and obtain stored process service objects from metadata.
-
Uses of ServerContextInterface in com.sas.services.information.metadata.libraries
Fields in com.sas.services.information.metadata.libraries with type parameters of type ServerContextInterfaceModifier and TypeFieldDescriptionprotected Collection<ServerContextInterface> LibraryBuilder.serverContextsMethods in com.sas.services.information.metadata.libraries with parameters of type ServerContextInterfaceModifier and TypeMethodDescriptionBLibraryBuilder.assignedServer(ServerContextInterface context) Defines this library as valid for the specified SAS Application Server. -
Uses of ServerContextInterface in com.sas.services.storedprocess
Methods in com.sas.services.storedprocess with parameters of type ServerContextInterfaceModifier and TypeMethodDescriptionvoidStoredProcess2Interface.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 ServerContextInterfaceModifier and TypeMethodDescriptionStoredProcess.getServerContext()StoredProcessInterface.getServerContext()Gets the server context smart object associated with the stored process.Methods in com.sas.services.storedprocess.metadata with parameters of type ServerContextInterfaceModifier and TypeMethodDescriptionvoidStoredProcess.setServerContext(ServerContextInterface serverContext) voidStoredProcessInterface.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 ServerContextInterfaceModifierConstructorDescriptionSourceCodeRepositoryUtil(ServerContextInterface serverContext) Constructs a SourceCodeRepositoryUtil using the supplied ServerContextInterface.