jaugment2.UI.textUI
Class TextUIHelloWorldEntry

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--jaugment2.UI.textUI.SimpleTextUIRepresentable
                          |
                          +--jaugment2.UI.textUI.TextUIHelloWorldEntry

public class TextUIHelloWorldEntry
extends SimpleTextUIRepresentable
implements net.jini.core.entry.Entry, TextUIRepresentable

Debug-class, just prints "Hello World!" every second and prints input-data on the console as a text.

See Also:
Serialized Form

Inner classes inherited from class jaugment2.UI.textUI.SimpleTextUIRepresentable
SimpleTextUIRepresentable.outputListenerEntry, SimpleTextUIRepresentable.Proc, SimpleTextUIRepresentable.SimpleProcessProc
 
Inner classes inherited from class jaugment2.UI.textUI.TextUIRepresentable
TextUIRepresentable.TextUIFactory, TextUIRepresentable.TextUIRepresentableRemoteEvent
 
Fields inherited from class jaugment2.UI.textUI.SimpleTextUIRepresentable
landlord, myLeaseListener, outputListeners, proc
 
Fields inherited from class java.rmi.server.UnicastRemoteObject
csf, port, portFactoryParamTypes, portParamTypes, serialVersionUID, ssf
 
Fields inherited from class java.rmi.server.RemoteServer
log, logname, serialVersionUID
 
Fields inherited from class java.rmi.server.RemoteObject
ref, serialVersionUID
 
Constructor Summary
TextUIHelloWorldEntry()
           
 
Methods inherited from class jaugment2.UI.textUI.SimpleTextUIRepresentable
addOutputListener, ErroutputMe, ErroutputMe, input, outputMe, outputMe, setProc
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
, clone, exportObject, exportObject, exportObject, exportObject, readObject, reexport, 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, writeObject
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

TextUIHelloWorldEntry

public TextUIHelloWorldEntry()
                      throws java.rmi.RemoteException