jaugment2.mediaplayer
Class MediaPlayerTextRepresentation

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

public class MediaPlayerTextRepresentation
extends SimpleTextUIRepresentable
implements net.jini.core.entry.Entry, SimpleTextUIRepresentable.Proc, java.io.Serializable

A TextUI-Representation for the media-player-service

See Also:
Serialized Form

Inner Class Summary
static class MediaPlayerTextRepresentation.Factory
          A factory for our UIDescriptor
 
Inner classes inherited from class jaugment2.UI.textUI.SimpleTextUIRepresentable
SimpleTextUIRepresentable.outputListenerEntry, SimpleTextUIRepresentable.Proc, SimpleTextUIRepresentable.SimpleProcessProc
 
Field Summary
private  MediaPlayerProxy proxy
           
private  java.lang.StringBuffer sentence
           
 
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
MediaPlayerTextRepresentation(MediaPlayerProxy proxy)
           
 
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

sentence

private java.lang.StringBuffer sentence

proxy

private MediaPlayerProxy proxy
Constructor Detail

MediaPlayerTextRepresentation

public MediaPlayerTextRepresentation(MediaPlayerProxy proxy)
                              throws java.rmi.RemoteException
Method Detail

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

input

public void input(java.lang.StringBuffer indata)
Specified by:
input in interface SimpleTextUIRepresentable.Proc
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