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

Packages that use LogicalServerInterface
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 LogicalServerInterface in com.sas.services.connection.platform
 

Methods in com.sas.services.connection.platform that return LogicalServerInterface
 LogicalServerInterface PlatformConnectionFactoryConfiguration.getLogicalServer()
          Get the logical server object.
 

Methods in com.sas.services.connection.platform with parameters of type LogicalServerInterface
static PlatformConnectionFactoryConfiguration PlatformConnectionFactoryConfiguration.createFactoryConfiguration(LogicalServerInterface logicalServer, SessionContextInterface sessionContext)
          Create a connection factory configuration using a logical server or one of its peers in a server context.
 

Constructors in com.sas.services.connection.platform with parameters of type LogicalServerInterface
PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer)
          Construct a connection factory configuration using a logical server object from the information service.
PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, java.lang.String privilegedUser)
          Construct a connection factory configuration using a logical server object from the information service.
PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, java.lang.String targetHost, int overridePort)
          Construct a connection factory configuration using a logical server object from the information service.
PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, java.lang.String targetHost, int overridePort, boolean noRedirect)
          Construct a connection factory configuration using a logical server object from the information service.
PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, java.lang.String targetHost, java.lang.String machineName, int overridePort, boolean noRedirect)
          Construct a connection factory configuration using a logical server object from the information service.
PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, java.lang.String privilegedUser, UserServiceInterface userService)
          Construct a connection factory configuration using a logical server object from the information service.
PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, java.lang.String privilegedUser, UserServiceInterface userService, boolean monitorEnabled)
          Deprecated. use PlatformConnectionFactoryConfiguration(LogicalServerInterface,String,UserServiceInterface)
PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, UserContextInterface privilegedUserContext, UserServiceInterface userService, boolean monitorEnabled)
          Construct a connection factory configuration using a logical server object from the information service.
 

Uses of LogicalServerInterface in com.sas.services.storedprocess
 

Methods in com.sas.services.storedprocess that return LogicalServerInterface
 LogicalServerInterface StoredProcessBaseInterface.getServer()
          Get the the logical server the stored process runs on.
 LogicalServerInterface StoredProcess2Interface.getServer()
          Get the the logical server the stored process runs on.
 

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

Methods in com.sas.services.storedprocess.metadata that return LogicalServerInterface
 LogicalServerInterface 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 LogicalServerInterface
 void StoredProcessInterface.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 LogicalServerInterface
SourceCodeRepositoryUtil(LogicalServerInterface logicalServer)
          Constructs a SourceCodeRepositoryUtil by obtaining the ServerContextInterface from the supplied LogicalServerInterface.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.