jaugment2.password
Class PasswordServiceTextRepresentation

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

public class PasswordServiceTextRepresentation
extends SimpleTextUIRepresentable
implements TextUIRepresentable, SimpleTextUIRepresentable.Proc

TextUI-Representation of the PasswordService

See Also:
Serialized Form

Inner Class Summary
static class PasswordServiceTextRepresentation.Factory
          A factory for our UIDescriptor
 
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
 
Field Summary
private  byte[] masterpwd
           
private  java.lang.StringBuffer sentence
           
private  PasswordServiceIF service
           
 
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
PasswordServiceTextRepresentation(PasswordServiceIF service)
           
 
Method Summary
(package private) static java.util.Set getServiceUIProperties()
          Gets a serviceui-draft-standart-compactible attribute-set of this representation
static net.jini.lookup.entry.UIDescriptor getUIDescriptor()
          Get a UIDescriptor as needed by the serviceui-draft-standart
 void input(java.lang.StringBuffer indata)
           
 void listeners()
           
 void noListeners()
           
private  void parseSentence(java.lang.String sentence)
           
 
Methods inherited from class jaugment2.UI.textUI.SimpleTextUIRepresentable
addOutputListener, ErroutputMe, ErroutputMe, 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
 

Field Detail

service

private PasswordServiceIF service

sentence

private java.lang.StringBuffer sentence

masterpwd

private byte[] masterpwd
Constructor Detail

PasswordServiceTextRepresentation

public PasswordServiceTextRepresentation(PasswordServiceIF service)
                                  throws java.rmi.RemoteException
Method Detail

input

public void input(java.lang.StringBuffer indata)
Specified by:
input in interface TextUIRepresentable
Overrides:
input in class SimpleTextUIRepresentable

parseSentence

private void parseSentence(java.lang.String sentence)

noListeners

public void noListeners()
Specified by:
noListeners in interface SimpleTextUIRepresentable.Proc

listeners

public void listeners()
Specified by:
listeners in interface SimpleTextUIRepresentable.Proc

getUIDescriptor

public static net.jini.lookup.entry.UIDescriptor getUIDescriptor()
Get a UIDescriptor as needed by the serviceui-draft-standart

getServiceUIProperties

static java.util.Set getServiceUIProperties()
Gets a serviceui-draft-standart-compactible attribute-set of this representation