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

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

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 Fraunhofer Institute SCAI. All Rights Reserved.