|
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.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.logging | Send runtime messages to one or more output destinations. |
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.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.logging |
---|
Methods in com.sas.services.logging with parameters of type SessionContextInterface | |
---|---|
LoggerInterface |
LoggingServiceInterface.getLogger(java.lang.String loggingContext,
SessionContextInterface sessionContext)
Deprecated. As of 9.3, replace with direct use of log4j. |
void |
LoggerInterface.setSessionContext(SessionContextInterface sessionContext)
Deprecated. This method should not be used. Client code should use the LoggingService LoggingService.getLogger(String, SessionContextInterface)
method to specify the session context. This method will eventually
be removed from the interface. |
Uses of SessionContextInterface in com.sas.services.publish |
---|
Methods in com.sas.services.publish that return SessionContextInterface | |
---|---|
SessionContextInterface |
TransportInterface.getSessionContext()
Returns the session context. |
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,
LoggerInterface 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,
LoggerInterface 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)
|
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. |
SessionContextInterface |
SessionContextInterface.getRootSessionContext()
Returns the root session context. |
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. |
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. |
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. |
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) . |
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) . |
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 |