Uses of Interface
org.dspace.services.model.Session

Packages that use Session
org.dspace.services Core DSpace service definitions. 
org.dspace.services.model Defines types managed by the core services. 
 

Uses of Session in org.dspace.services
 

Methods in org.dspace.services that return Session
 Session SessionService.getCurrentSession()
          Start a new session and destroy any existing session that is known for this thread.
 

Uses of Session in org.dspace.services.model
 

Methods in org.dspace.services.model that return Session
 Session Request.getSession()
           
 

Methods in org.dspace.services.model with parameters of type Session
 void RequestInterceptor.onEnd(String requestId, Session session, boolean succeeded, Exception failure)
          Take actions after the request is handled for an operation.
 void RequestInterceptor.onStart(String requestId, Session session)
          Take actions before the request is handled for an operation.
 



Copyright © Monday, September 1, 2008-2010 The DSpace Foundation. All Rights Reserved.