| org.vrspace.server.object | |
| Gate to another host. | |
| Item represents a item in the world. | |
| James server VRObject, mostly copy&paste from org.apache.avalon.phoenix.launcher.Main | |
| Tomcat 4.x VRObject | |
| ObserverSensor tracks Observers, and notifies Owners about changes | |
| Tracks distances to Observers, possibly Clients, by observing their Transforms, and notifies Owners | |
| Generic robot class. | |
| Site is part of Avatar, to which Items can be attached - i.e. | |
| Tomcat 4.x VRObject | |
| org.vrspace.server | |
| Administrator is no more than User which implements Admin interface. | |
| This class encapsulates authentication information: - login name - password - client ID (class and it within the class) - classpath used for commands - objects owned by this client NOTE: All fields are public to enable database storage. |
|
| Generic Client class. | |
| DBObject defines methodes for database storage. | |
| Forwards events to all the listeners, but receives events only from owners. | |
| Forwards events to all the listeners, but receives events only from owners. | |
| Passive DBObject - cannot send nor receive events. | |
| Passive VRObject - cannot send nor receive events. | |
| Private DBObject class = does not forward events. | |
| Private VRObject class = does not forward events. | |
| Public DBObject = forwards events to all the listeners. | |
| Public VRObject = forwards events to all the listeners. | |
| Transacton: collects request from a client. | |
| Transform is basic object used to build the scene. | |
| Generic VRObject class. Defines event forwarding, does not check nor set actual field value. |
|
| Used to notify the client of it's class and id | |