org.ogf.graap.wsag.server.api
Class WsagSessionManager

java.lang.Object
  extended by org.ogf.graap.wsag.server.api.WsagSessionManager

public class WsagSessionManager
extends Object

WsagSessionManager

Author:
Oliver Waeldrich

Constructor Summary
WsagSessionManager()
           
 
Method Summary
static WsagSession createSession()
          Creates a new WSAG4J session
static WsagSession getSession(String id)
          Returns a WSAG4J session with the given id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsagSessionManager

public WsagSessionManager()
Method Detail

createSession

public static WsagSession createSession()
Creates a new WSAG4J session

Returns:
the session

getSession

public static WsagSession getSession(String id)
Returns a WSAG4J session with the given id.

Parameters:
id - the session id
Returns:
the WSAG4J session


Copyright © 2008-2012. All Rights Reserved.