Uses of Class
com.languagecomputer.api.Session

Packages that use Session
com.languagecomputer.api   
 

Uses of Session in com.languagecomputer.api
 

Methods in com.languagecomputer.api that return Session
 Session SessionManager.createNewSession()
          Factory method to create a new Session.
 Session SessionManager.getSession(String sessionID)
          Returns an existing Session, or creates a new one with the given sessionID.
 

Methods in com.languagecomputer.api with parameters of type Session
 void BaseWebClient.setSession(Session session)
          Ignored: since this is a web client, this method should never be called.
 void DefaultQuestionAnsweringMetaService.setSession(Session session)
          Sets the Session this Service instance is associated with.
 void DefaultAnnotationMetaService.setSession(Session session)
          Sets the Session this Service instance is associated with.
 void Service.setSession(Session session)
          Sets the Session this Service instance is associated with.
 



Copyright © 2009. All Rights Reserved.