Uses of Interface
com.sas.services.information.metadata.LogicalServerInterface
Packages that use LogicalServerInterface
Package
Description
Provides a connection factory configuation for use with SAS Foundation Services.
Information Service metadata.
Execute stored processes.
Create and modify stored process metadata and obtain stored process service objects from metadata.
-
Uses of LogicalServerInterface in com.sas.services.connection.platform
Methods in com.sas.services.connection.platform that return LogicalServerInterfaceModifier and TypeMethodDescriptionPlatformConnectionFactoryConfiguration.getLogicalServer()Get the logical server object.Constructors in com.sas.services.connection.platform with parameters of type LogicalServerInterfaceModifierConstructorDescriptionPlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer) Construct a connection factory configuration using a logical server object from the information service.PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, UserContextInterface privilegedUserContext, UserServiceInterface userService, boolean monitorEnabled) Construct a connection factory configuration using a logical server object from the information service.PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, String privilegedUser) Construct a connection factory configuration using a logical server object from the information service.PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, String privilegedUser, UserServiceInterface userService) Construct a connection factory configuration using a logical server object from the information service.PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, String privilegedUser, UserServiceInterface userService, boolean monitorEnabled) Deprecated.use PlatformConnectionFactoryConfiguration(LogicalServerInterface,String,UserServiceInterface) -
Uses of LogicalServerInterface in com.sas.services.information.metadata
Subinterfaces of LogicalServerInterface in com.sas.services.information.metadataModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterface -
Uses of LogicalServerInterface in com.sas.services.storedprocess
Methods in com.sas.services.storedprocess that return LogicalServerInterface -
Uses of LogicalServerInterface in com.sas.services.storedprocess.metadata
Methods in com.sas.services.storedprocess.metadata that return LogicalServerInterfaceModifier and TypeMethodDescriptionStoredProcess.getServer()StoredProcessInterface.getServer()Gets the the logical server smart object the stored process is designed to run on.Methods in com.sas.services.storedprocess.metadata with parameters of type LogicalServerInterfaceModifier and TypeMethodDescriptionvoidStoredProcess.setServer(LogicalServerInterface logicalServer) voidStoredProcessInterface.setServer(LogicalServerInterface logicalServer) Sets the logical server smart object the stored process runs on.Constructors in com.sas.services.storedprocess.metadata with parameters of type LogicalServerInterfaceModifierConstructorDescriptionSourceCodeRepositoryUtil(LogicalServerInterface logicalServer) Constructs a SourceCodeRepositoryUtil by obtaining the ServerContextInterface from the supplied LogicalServerInterface.