Uses of Class
org.ogf.graap.wsag.server.api.WsagSession

Packages that use WsagSession
org.ogf.graap.wsag.server.actions   
org.ogf.graap.wsag.server.actions.impl   
org.ogf.graap.wsag.server.api   
org.ogf.graap.wsag.wsrf.impl   
 

Uses of WsagSession in org.ogf.graap.wsag.server.actions
 

Methods in org.ogf.graap.wsag.server.actions that return WsagSession
 WsagSession IActionHandlerContext.getSession()
          Deprecated.  
 

Methods in org.ogf.graap.wsag.server.actions with parameters of type WsagSession
 void IActionHandlerContext.setSession(WsagSession session)
          Deprecated.  
 

Uses of WsagSession in org.ogf.graap.wsag.server.actions.impl
 

Methods in org.ogf.graap.wsag.server.actions.impl that return WsagSession
 WsagSession HandlerContext.getSession()
          Returns the current WSAG4J session object when used, otherwise null.
 

Methods in org.ogf.graap.wsag.server.actions.impl with parameters of type WsagSession
 void HandlerContext.setSession(WsagSession session)
          Sets the WSAG4J session object when available, otherwise null.
 

Uses of WsagSession in org.ogf.graap.wsag.server.api
 

Methods in org.ogf.graap.wsag.server.api that return WsagSession
static WsagSession WsagSessionManager.createSession()
          Creates a new WSAG4J session
 WsagSession WsagMessageContext.getSession()
           
static WsagSession WsagSessionManager.getSession(String id)
          Returns a WSAG4J session with the given id.
 

Methods in org.ogf.graap.wsag.server.api with parameters of type WsagSession
 void WsagMessageContext.setSession(WsagSession session)
          Sets the current WSAG4J session.
 

Uses of WsagSession in org.ogf.graap.wsag.wsrf.impl
 

Methods in org.ogf.graap.wsag.wsrf.impl that return WsagSession
 WsagSession AgreementWsResource.getSession()
           
 

Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type WsagSession
 void AgreementWsResource.setSession(WsagSession session)
           
 



Copyright © 2008-2012. All Rights Reserved.