Uses of Interface
com.sas.services.session.SessionServiceInterface

Packages that use SessionServiceInterface
com.sas.services.deployment This subsystem provides utilities to deploy and lookup SAS Foundation Services. 
com.sas.services.session Session services. 
 

Uses of SessionServiceInterface in com.sas.services.deployment
 

Methods in com.sas.services.deployment that return SessionServiceInterface
static SessionServiceInterface CorePlatformServices.getSessionService()
          Gets the session service.
 

Uses of SessionServiceInterface in com.sas.services.session
 

Methods in com.sas.services.session that return SessionServiceInterface
static SessionServiceInterface SessionServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Gets a Session service initialized with the specified configuration.
static SessionServiceInterface SessionService.getInstance(ServiceConfigurationInterface serviceConfiguration)
          Returns the singleton instance of the session service.
static SessionServiceInterface SessionService.getInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Returns the singleton instance of the session service.
 

Constructors in com.sas.services.session with parameters of type SessionServiceInterface
SessionServiceProxy(SessionServiceInterface sessionService)
          Constructs a proxy to the specified session service.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.