Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.vrspace.server
Class PublicVRObject  view PublicVRObject download PublicVRObject.java

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

public class PublicVRObject
extends VRObject

Public VRObject = forwards events to all the listeners.


Field Summary
 
Fields inherited from class org.vrspace.server.VRObject
db_id, isNew, primitiveMap, primitives
 
Fields inherited from class java.util.Observable
 
Constructor Summary
PublicVRObject()
           
 
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.VRObject
arrayToString, canRead, canWrite, clone, equals, fieldToText, fromString, fromText, getClassName, getField, getFields, getId, getID, getMemebers, hasField, hasMethod, isNew, lock, lockClass, newInstance, sendEvent, sendResponse, setField, setField, setField, setFields, setFields, stringToArray, toString, toText, toText, toText, unlock, unlockClass
 
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

PublicVRObject

public PublicVRObject()
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