com.toremote.gateway.connection
Class UserDataManager

java.lang.Object
  extended by com.toremote.gateway.connection.UserDataManager

public class UserDataManager
extends java.lang.Object


Constructor Summary
UserDataManager()
           
 
Method Summary
static ServerListInterface getServerList()
           
static AbstractSymLinkList getSymLinkList()
           
static UserListInterface getUserList()
           
static void init()
           
static void updateServerList(ServerListInterface sl)
           
static void updateSymlinkList(AbstractSymLinkList rrl)
           
static void updateUserList(com.toremote.gateway.connection.json.JsonUserList ul)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDataManager

public UserDataManager()
Method Detail

init

public static void init()

getUserList

public static UserListInterface getUserList()

getServerList

public static ServerListInterface getServerList()

getSymLinkList

public static AbstractSymLinkList getSymLinkList()

updateServerList

public static void updateServerList(ServerListInterface sl)

updateUserList

public static void updateUserList(com.toremote.gateway.connection.json.JsonUserList ul)

updateSymlinkList

public static void updateSymlinkList(AbstractSymLinkList rrl)