com.hyper9.simdk.ws.util
Class SessionManagerUtil

java.lang.Object
  extended by com.hyper9.simdk.ws.util.SessionManagerUtil

public class SessionManagerUtil
extends Object


Constructor Summary
SessionManagerUtil()
           
 
Method Summary
static UserSession login(String sessionKey, ManagedObjectReference _this, String userName, String password, String locale)
           
static void logout(String sessionKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionManagerUtil

public SessionManagerUtil()
Method Detail

login

public static UserSession login(String sessionKey,
                                ManagedObjectReference _this,
                                String userName,
                                String password,
                                String locale)
                         throws RemoteException,
                                InvalidLogin,
                                InvalidLocale,
                                RuntimeFault
Throws:
RemoteException
InvalidLogin
InvalidLocale
RuntimeFault

logout

public static void logout(String sessionKey)
                   throws RemoteException,
                          RuntimeFault
Throws:
RemoteException
RuntimeFault


Copyright © 2009-2010 Hyper9. All Rights Reserved.