Uses of Class
triptracker.core.User

Packages that use User
triptracker.client.map.ui   
triptracker.client.net   
triptracker.server   
triptracker.server.persistence   
 

Uses of User in triptracker.client.map.ui
 

Fields in triptracker.client.map.ui declared as User
protected  User SuperPanel.user
           
 

Methods in triptracker.client.map.ui that return User
protected  User SuperPanel.getUser()
          Returns user
 

Methods in triptracker.client.map.ui with parameters of type User
 void TabbedForm.setInfo(Route route, User user)
           
 void InfoPanel.setUser(User user)
           
protected  void SuperPanel.setUser(User user)
          Sets user
 void MapViewPanel.userReceived(User user)
           
 

Method parameters in triptracker.client.map.ui with type arguments of type User
 void ConfigPanel.setUserBox(List<User> users)
          Adds user elements to userBox
 void MapViewPanel.usersReceived(List<User> users)
          Unimplemented methods from interface
 

Uses of User in triptracker.client.net
 

Methods in triptracker.client.net with parameters of type User
protected  void MapSocket.userReceived(User user)
          Publish updated user to all listeners
 void MapSocketAdapter.userReceived(User user)
          Invoked when a rouser is received.
 void MapSocketListener.userReceived(User user)
          Invoked when a rouser is received.
 

Method parameters in triptracker.client.net with type arguments of type User
protected  void MapSocket.usersReceived(List<User> users)
          Publish an updated user list event to all listeners.
 void MapSocketAdapter.usersReceived(List<User> users)
          Invoked when a list of registered users is received.
 void MapSocketListener.usersReceived(List<User> users)
          Invoked when a list of registered users is received.
 

Uses of User in triptracker.server
 

Fields in triptracker.server declared as User
protected  User ClientHandler.user
           
 

Constructors in triptracker.server with parameters of type User
ClientHandler(Server server, Socket socket, User user)
          Sets up socket streams for client communication and creates the message reader thread for message processing.
GPSHandler(Server server, Socket socket, User user)
          Sets up socket streams for communication with a GPS client and creates the message reader thread for message processing.
MapHandler(Server server, Socket socket, User user)
          Sets up socket streams for communication with a map client and creates the message reader thread for message processing.
 

Uses of User in triptracker.server.persistence
 

Methods in triptracker.server.persistence that return User
 User Persistence.getUser(int userId)
          Returns user asked for
 User PersistenceAdapter.getUser(int userId)
          Returns user asked for
 User MySqlDB.getUser(int userId)
          Returns user data for the specified user.
 

Methods in triptracker.server.persistence that return types with arguments of type User
 List<User> Persistence.getUserList()
          Returns list of users to get routes from
 List<User> PersistenceAdapter.getUserList()
          Returns list of users to get routes from
 List<User> MySqlDB.getUserList()
          Returns list of users to get routes from
 



Copyright © 2006 Team Trip Tracker. All Rights Reserved.