org.vrspace.server
Class PublicDBObject

java.lang.Object
  extended byjava.util.Observable
      extended byorg.vrspace.server.VRObject
          extended byorg.vrspace.server.DBObject
              extended byorg.vrspace.server.PublicDBObject
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
OwnedDBObject

public class PublicDBObject
extends DBObject

Public DBObject = forwards events to all the listeners.


Field Summary
 
Fields inherited from class org.vrspace.server.DBObject
db
 
Fields inherited from class org.vrspace.server.VRObject
db_id, primitiveMap, primitives
 
Constructor Summary
PublicDBObject()
           
 
Method Summary
protected  void setValue(Request r)
          Forwards the request to other clients if eventName does not begin with _
 
Methods inherited from class org.vrspace.server.DBObject
delete, get, put, put, sendEvent
 
Methods inherited from class org.vrspace.server.VRObject
arrayToString, canRead, canWrite, clone, equals, fieldToText, fromString, fromText, getClassName, getField, getFields, getId, getID, getMemebers, hasField, hasMethod, isNew, newInstance, sendResponse, setField, setField, setField, setFields, setFields, stringToArray, toString, toText, toText, toText
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublicDBObject

public PublicDBObject()
Method Detail

setValue

protected void setValue(Request r)
Forwards the request to other clients if eventName does not begin with _

Overrides:
setValue in class VRObject