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
| 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 |
|
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 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 |
sentence
private java.lang.StringBuffer sentence
proxy
private MediaPlayerProxy proxy
MediaPlayerTextRepresentation
public MediaPlayerTextRepresentation(MediaPlayerProxy proxy)
throws java.rmi.RemoteException
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