Uses of Class
org.teiid.dqp.service.SessionServiceException

Packages that use SessionServiceException
org.teiid.dqp.service   
 

Uses of SessionServiceException in org.teiid.dqp.service
 

Methods in org.teiid.dqp.service that throw SessionServiceException
 SessionMetadata SessionService.createSession(java.lang.String userName, Credentials credentials, java.lang.String applicationName, java.util.Properties properties, boolean admin, boolean authenticate)
          Create a session for the given user authenticating against the given Credentials.
 java.util.Collection<SessionMetadata> SessionService.getActiveSessions()
          Get the collection of active user sessions on the system.
 int SessionService.getActiveSessionsCount()
          Get the number of active user sessions on the system.
 java.util.Collection<SessionMetadata> SessionService.getSessionsLoggedInToVDB(java.lang.String VDBName, int VDBVersion)
          Get all MetaMatrixSessionIDs that are in the ACTIVE state and currently logged in to a VDB.
 SessionMetadata SessionService.validateSession(java.lang.String sessionID)
          This method is intended to verify that the session is valid, and, if need be, set the session in an active state, ready to be used.
 



Copyright © 2010. All Rights Reserved.