com.hyper9.simdk.stubs.mao
Class SessionManager

java.lang.Object
  extended by com.hyper9.simdk.stubs.mao.ManagedObjectReference
      extended by com.hyper9.simdk.stubs.mao.ManagedObject
          extended by com.hyper9.simdk.stubs.mao.SessionManager
All Implemented Interfaces:
Serializable

public class SessionManager
extends ManagedObject

Author:
akutz
See Also:
Serialized Form

Constructor Summary
SessionManager()
           
 
Method Summary
 UserSession getCurrentSession()
           
 String getDefaultLocale()
           
 String getMessage()
           
 List<String> getMessageLocaleList()
           
 List<UserSession> getSessionList()
           
 List<String> getSupportedLocaleList()
           
 void setCurrentSession(UserSession toSet)
           
 void setDefaultLocale(String toSet)
           
 void setMessage(String toSet)
           
 void setMessageLocaleList(List<String> toSet)
           
 void setSessionList(List<UserSession> toSet)
           
 void setSupportedLocaleList(List<String> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedObjectReference
equals, get_Value, getJpaId, getServerGuid, getSessionKey, getType, set_Value, setJpaId, setServerGuid, setSessionKey, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionManager

public SessionManager()
Method Detail

getMessage

public String getMessage()

setMessage

public void setMessage(String toSet)

getSessionList

public List<UserSession> getSessionList()

setSessionList

public void setSessionList(List<UserSession> toSet)

getCurrentSession

public UserSession getCurrentSession()

setCurrentSession

public void setCurrentSession(UserSession toSet)

getMessageLocaleList

public List<String> getMessageLocaleList()

setMessageLocaleList

public void setMessageLocaleList(List<String> toSet)

getSupportedLocaleList

public List<String> getSupportedLocaleList()

setSupportedLocaleList

public void setSupportedLocaleList(List<String> toSet)

getDefaultLocale

public String getDefaultLocale()

setDefaultLocale

public void setDefaultLocale(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.