Package org.vrspace.server.dto
Class Session
java.lang.Object
org.vrspace.server.dto.Session
- All Implemented Interfaces:
Command
Session flow control. Currently only starts the session, and is very first
command issued, just after connection is established and client properties
are set. This is synchronous operation, as it builds Client's Scene. Scene
content is delivered asynchronously, as an Add command. Returns current
number of objects in the scene, wrapped up in ClientResponse.
- Author:
- joe
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Session
public Session()
-
-
Method Details
-
execute
public ClientResponse execute(WorldManager manager, Client client) throws ClassNotFoundException, SessionException - Specified by:
execute
in interfaceCommand
- Throws:
ClassNotFoundException
SessionException
-
getAction
-
setAction
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-