com.hyper9.simdk.stubs.mao
Class SessionManager
java.lang.Object
com.hyper9.simdk.stubs.mao.ManagedObjectReference
com.hyper9.simdk.stubs.mao.ManagedObject
com.hyper9.simdk.stubs.mao.SessionManager
- All Implemented Interfaces:
- Serializable
public class SessionManager
- extends ManagedObject
- Author:
- akutz
- See Also:
- Serialized Form
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedObjectReference |
equals, get_Value, getJpaId, getServerGuid, getSessionKey, getType, set_Value, setJpaId, setServerGuid, setSessionKey, setType |
SessionManager
public SessionManager()
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.