api
Class LoginContainer

java.lang.Object
  extended by api.LoginContainer
All Implemented Interfaces:
java.io.Serializable

public class LoginContainer
extends java.lang.Object
implements java.io.Serializable

Container storing initial values for a computer upon login

See Also:
Serialized Form

Constructor Summary
LoginContainer(java.util.List<RemoteListener> remoteListeners, Shared shared)
          Constructor for LoginContainer
 
Method Summary
 java.util.List<RemoteListener> getRemoteListeners()
          Gets the remote listeners
 Shared getShared()
          Gets the shared
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginContainer

public LoginContainer(java.util.List<RemoteListener> remoteListeners,
                      Shared shared)
Constructor for LoginContainer

Parameters:
remoteListeners - the registered listeners on the server
shared - the newest shared object
Method Detail

getRemoteListeners

public java.util.List<RemoteListener> getRemoteListeners()
Gets the remote listeners

Returns:
the remote listeners

getShared

public Shared getShared()
Gets the shared

Returns:
the shared