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

Quick Search    Search Deep

riso.apps
Class QueryObserver  view QueryObserver download QueryObserver.java

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended byriso.remote_data.RemoteObserverImpl
                  extended byriso.apps.QueryObserver
All Implemented Interfaces:
java.rmi.Remote, riso.remote_data.RemoteObserver, java.io.Serializable

class QueryObserver
extends riso.remote_data.RemoteObserverImpl


Field Summary
(package private)  boolean do_print_update
           
(package private)  java.io.PrintStream ps
           
(package private)  boolean requery
           
 
Fields inherited from class java.rmi.server.UnicastRemoteObject
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
QueryObserver(java.io.PrintStream ps, boolean requery, boolean do_print_update)
           
 
Method Summary
 void update(riso.remote_data.RemoteObservable o, java.lang.Object of_interest, java.lang.Object arg)
          Prints out the observable, item of interest, and the argument, if any.
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ps

java.io.PrintStream ps

requery

boolean requery

do_print_update

boolean do_print_update
Constructor Detail

QueryObserver

public QueryObserver(java.io.PrintStream ps,
                     boolean requery,
                     boolean do_print_update)
              throws java.rmi.RemoteException
Method Detail

update

public void update(riso.remote_data.RemoteObservable o,
                   java.lang.Object of_interest,
                   java.lang.Object arg)
            throws java.rmi.RemoteException
Description copied from class: riso.remote_data.RemoteObserverImpl
Prints out the observable, item of interest, and the argument, if any.