|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use SessionContextInterface | |
|---|---|
| com.sas.services.connection.platform | Provides a connection factory configuation for use with SAS Foundation Services. |
| com.sas.services.deployment | This subsystem provides utilities to deploy and lookup SAS Foundation Services. |
| com.sas.services.events.broker | Broker events that are triggered by various transport protocols. |
| com.sas.services.information.metadata.favorites | Manages favorites folders and their contents. |
| com.sas.services.publish | Publish services. |
| com.sas.services.publish.alerts | Publish service alerts. |
| com.sas.services.session | Session 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. |
| com.sas.services.user | Maintain user identities and profiles. |
| Uses of SessionContextInterface in com.sas.services.connection.platform |
|---|
| Methods in com.sas.services.connection.platform with parameters of type SessionContextInterface | |
|---|---|
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. |
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 SessionContextInterface in com.sas.services.deployment |
|---|
| Methods in com.sas.services.deployment that return SessionContextInterface | |
|---|---|
static SessionContextInterface |
CorePlatformServices.startAndConnect(java.lang.String clientApplication,
com.sas.services.security.ConnectionProfile connectionProfile)
|
| Uses of SessionContextInterface in com.sas.services.events.broker |
|---|
| Methods in com.sas.services.events.broker that return SessionContextInterface | |
|---|---|
SessionContextInterface |
SecurityContext.getSessionContext()
Get session context. |
| Methods in com.sas.services.events.broker with parameters of type SessionContextInterface | |
|---|---|
void |
SecurityContext.setSessionContext(SessionContextInterface sc)
Set session context. |
| Uses of SessionContextInterface in com.sas.services.information.metadata.favorites |
|---|
| Methods in com.sas.services.information.metadata.favorites that return SessionContextInterface | |
|---|---|
SessionContextInterface |
FavoritesFactory.getSession()
Returns the session associated with this factory instance. |
| Methods in com.sas.services.information.metadata.favorites with parameters of type SessionContextInterface | |
|---|---|
static FavoritesFactory |
FavoritesFactory.getInstance(SessionContextInterface session)
Returns the factory instance for a given session context. |
| Uses of SessionContextInterface in com.sas.services.publish |
|---|
| Methods in com.sas.services.publish that return SessionContextInterface | |
|---|---|
abstract SessionContextInterface |
TransportInterface.getSessionContext()
Returns the session context. |
| Methods in com.sas.services.publish with parameters of type SessionContextInterface | |
|---|---|
ArchiveTransportInterface |
TransportFactory.getArchiveTransport(java.io.File file,
org.apache.logging.log4j.Logger logger,
SessionContextInterface sessionContext)
Deprecated. The Logging Service has been deprecated. Use TransportFactory.getArchiveTransport(File, SessionContextInterface) |
ArchiveTransportInterface |
TransportFactory.getArchiveTransport(java.io.File file,
SessionContextInterface sessionContext)
Creates an instance of the archive transport. |
ChannelTransportInterface |
TransportFactory.getChannelTransport(ChannelInterface channel,
org.apache.logging.log4j.Logger logger,
SessionContextInterface sessionContext)
Deprecated. use TransportFactory.getChannelTransport(ChannelInterface, SessionContextInterface) |
ChannelTransportInterface |
TransportFactory.getChannelTransport(ChannelInterface channel,
SessionContextInterface sessionContext)
Creates an instance of the Channel transport. |
DAVTransportInterface |
TransportFactory.getDAVTransport(ContentDestination content,
org.apache.logging.log4j.Logger logger,
SessionContextInterface sessionContext)
Deprecated. Use TransportFactory.getDAVTransport(ContentDestination, SessionContextInterface) |
DAVTransportInterface |
TransportFactory.getDAVTransport(ContentDestination content,
SessionContextInterface sessionContext)
Creates an instance of the WebDAV transport that can be used to publish a result package to a WebDAV server, and to retrieve a result package from a WebDAV server. |
DAVTransportInterface |
TransportFactory.getDAVTransport(java.lang.String url,
java.lang.String domain,
org.apache.logging.log4j.Logger logger,
SessionContextInterface sessionContext)
Deprecated. Use TransportFactory.getDAVTransport(String, String, SessionContextInterface) |
DAVTransportInterface |
TransportFactory.getDAVTransport(java.lang.String url,
java.lang.String domain,
SessionContextInterface sessionContext)
Creates an instance of the WebDAV transport. |
DAVTransportInterface |
TransportFactory.getDAVTransport(java.lang.String url,
java.lang.String username,
java.lang.String password,
org.apache.logging.log4j.Logger logger,
SessionContextInterface sessionContext)
Deprecated. Use TransportFactory.getDAVTransportWithCredentials(String, String, String, SessionContextInterface) |
DAVTransportInterface |
TransportFactory.getDAVTransportWithCredentials(java.lang.String url,
java.lang.String username,
java.lang.String password,
SessionContextInterface sessionContext)
Creates an instance of the WebDAV transport. |
RequesterTransportInterface |
TransportFactory.getRequesterTransport(com.sas.iom.SAS.IResultPackage resultPackage,
org.apache.logging.log4j.Logger logger,
SessionContextInterface sessionContext)
Deprecated. Use TransportFactory.getRequesterTransport(IResultPackage, SessionContextInterface) |
RequesterTransportInterface |
TransportFactory.getRequesterTransport(com.sas.iom.SAS.IResultPackage resultPackage,
SessionContextInterface sessionContext)
Creates an instance of the requester transport using an IResultPackage. |
RequesterTransportInterface |
TransportFactory.getRequesterTransport(com.sas.iom.SAS.IWorkspace workspace,
java.lang.String transportInformation,
java.lang.String[][] properties,
org.apache.logging.log4j.Logger logger,
SessionContextInterface sessionContext)
Deprecated. use TransportFactory.getRequesterTransport(IWorkspace, String, String[][], SessionContextInterface) |
RequesterTransportInterface |
TransportFactory.getRequesterTransport(com.sas.iom.SAS.IWorkspace workspace,
java.lang.String transportInformation,
java.lang.String[][] properties,
SessionContextInterface sessionContext)
Creates an instance of the requester transport using the transport information specified. |
| Uses of SessionContextInterface in com.sas.services.publish.alerts |
|---|
| Methods in com.sas.services.publish.alerts with parameters of type SessionContextInterface | |
|---|---|
static void |
AlertUtil.notify(org.w3c.dom.Document doc,
org.apache.logging.log4j.Logger logger,
SessionContextInterface sessionContext)
Deprecated. The Logging Service has been deprecated. Use AlertUtil.sendNotification(Document
doc, SessionContextInterface sessionContext, MailServiceInterface mailService) |
static void |
AlertUtil.notify(org.w3c.dom.Document doc,
org.apache.logging.log4j.Logger logger,
SessionContextInterface sessionContext,
com.sas.svcs.mail.client.MailServiceInterface mailService)
Deprecated. The Logging Service has been deprecated. Use AlertUtil.sendNotification(Document
doc, SessionContextInterface sessionContext, MailServiceInterface mailService) |
static void |
AlertUtil.sendNotification(org.w3c.dom.Document doc,
SessionContextInterface sessionContext,
com.sas.svcs.mail.client.MailServiceInterface mailService)
Parses the notification XML and sends the alert notifications to the specified destinations via the WIP's Mail Service. |
| Uses of SessionContextInterface in com.sas.services.session |
|---|
| Methods in com.sas.services.session that return SessionContextInterface | |
|---|---|
SessionContextInterface |
SessionServiceProxy.fromByteArray(byte[] data)
|
abstract SessionContextInterface |
SessionServiceInterface.fromByteArray(byte[] data)
Instantiate a SessionContext from a passivated byte array. |
SessionContextInterface |
SessionService.fromByteArray(byte[] data)
|
static SessionContextInterface |
SessionService.getRootSessionContext()
Get the root SessionContext. |
abstract SessionContextInterface |
SessionContextInterface.getRootSessionContext()
Returns the root session context. |
abstract SessionContextInterface |
SessionContextInterface.getRootSessionContext(UserContextInterface userContext)
Returns the root session context. |
SessionContextInterface |
SessionContextStateChangedEvent.getSessionContext()
Returns the session context from which the object is removed. |
SessionContextInterface |
SessionServiceProxy.getSessionContext(java.lang.String uniqueId)
Obtains the session context interface identified by the unique identifer or null if no session context exists with this id. |
abstract SessionContextInterface |
SessionServiceInterface.getSessionContext(java.lang.String uniqueId)
Obtains the session context interface identified by the unique identifer or null if no session context exists with this id. |
SessionContextInterface |
SessionService.getSessionContext(java.lang.String uniqueId)
Obtains the session context interface identified by unique identifier or null if no session context exists with this id. |
SessionContextInterface |
SessionServiceProxy.getSessionContext(UserContextInterface userContext,
java.lang.String uniqueId)
Obtains the session context interface identified by the unique identifer or null if no session context exists with this id. |
abstract SessionContextInterface |
SessionServiceInterface.getSessionContext(UserContextInterface userContext,
java.lang.String uniqueId)
Obtains the session context interface identified by the unique identifer or null if no session context exists with this id. |
SessionContextInterface |
SessionService.getSessionContext(UserContextInterface userContext,
java.lang.String uniqueId)
Obtains the session context interface identified by the unique identifer or null if no session context exists with this id. |
SessionContextInterface |
SessionServiceProxy.newSessionContext(UserContextInterface userContext)
Creates and returns a new session context interface. |
abstract SessionContextInterface |
SessionServiceInterface.newSessionContext(UserContextInterface userContext)
Creates and returns a new session context interface. |
SessionContextInterface |
SessionService.newSessionContext(UserContextInterface userContext)
Create and return a new session context. |
| Constructors in com.sas.services.session with parameters of type SessionContextInterface | |
|---|---|
SessionContextStateChangedEvent(SessionContextInterface sessionContext,
java.lang.String name,
java.lang.Object object,
int stateChange)
Constructs an event that notifies an object that its state has changed within the session context; currently, this is when the object is removed from the session context. |
|
| Uses of SessionContextInterface in com.sas.services.storedprocess |
|---|
| Methods in com.sas.services.storedprocess with parameters of type SessionContextInterface | |
|---|---|
StoredProcessInterface |
StoredProcessServiceProxy.newStoredProcess(SessionContextInterface sessionContext,
int serverType,
int resultType)
Deprecated. This method has been deprecated since it is a pass through call to the deprecated StoredProcessServiceInterface.newStoredProcess(SessionContextInterface, int, int). |
abstract StoredProcessInterface |
StoredProcessServiceInterface.newStoredProcess(SessionContextInterface sessionContext,
int serverType,
int resultType)
Deprecated. The StoredProcessInterface
service object returned by this method cannot be used with the
Prompting Framework.
See #newStoredProcess(int, int, StoredProcessOptions). |
StoredProcessInterface |
StoredProcessServiceProxy.newStoredProcess(SessionContextInterface sessionContext,
StoredProcessInterface storedProcessSmartObject)
Deprecated. This method has been deprecated since it is a pass through call to the deprecated StoredProcessServiceInterface.newStoredProcess(SessionContextInterface, com.sas.services.storedprocess.metadata.StoredProcessInterface). |
abstract StoredProcessInterface |
StoredProcessServiceInterface.newStoredProcess(SessionContextInterface sessionContext,
StoredProcessInterface storedProcessSmartObject)
Deprecated. The StoredProcessInterface
service object returned by this method cannot be used to avail of features introduced
in 9.2 or later.
See StoredProcessServiceInterface.newStoredProcess(com.sas.services.storedprocess.metadata.StoredProcessInterface, StoredProcessOptions). |
| Uses of SessionContextInterface in com.sas.services.storedprocess.metadata |
|---|
| Methods in com.sas.services.storedprocess.metadata that return SessionContextInterface | |
|---|---|
SessionContextInterface |
StoredProcessOptions.getSessionContextInterface()
|
| Methods in com.sas.services.storedprocess.metadata with parameters of type SessionContextInterface | |
|---|---|
abstract StoredProcessInterface |
StoredProcessInterface.newServiceObject(SessionContextInterface sessionContext)
Deprecated. The StoredProcessInterface
service object returned by this method cannot be used to avail of features introduced
in 9.2 or later.
See StoredProcessInterface.newServiceObject(). |
void |
StoredProcessOptions.setSessionContextInterface(SessionContextInterface sessionContext)
Sets the SessionContextInterface. |
| Uses of SessionContextInterface in com.sas.services.user |
|---|
| Methods in com.sas.services.user that return SessionContextInterface | |
|---|---|
abstract SessionContextInterface |
UserContextInterface.getSessionContext()
Get the session context for this user. |
SessionContextInterface |
UserContext.getSessionContext()
Get the session context for this user. |
| Methods in com.sas.services.user with parameters of type SessionContextInterface | |
|---|---|
abstract void |
UserContextInterface.setSessionContext(SessionContextInterface session)
Set the session context that this user context will use for logging, etc. |
void |
UserContext.setSessionContext(SessionContextInterface session)
Set the session context that this user context will use for logging, etc. |
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||