fr.imag.adele.bundle.upnp.remoteui.impl
Class RemoteUIServerModelImpl

java.lang.Object
  extended byfr.imag.adele.bundle.upnp.remoteui.impl.RemoteUIServerModelImpl
All Implemented Interfaces:
RemoteUIServerModel

public class RemoteUIServerModelImpl
extends Object
implements RemoteUIServerModel


Constructor Summary
RemoteUIServerModelImpl()
           
 
Method Summary
 void getCompatibleUIs(String inputDeviceProfile, String uIFilter, fr.imag.adele.util.upnp.holder.StringHolder uIListing)
          This method is "add description here" inputDeviceProfile in parameter uIFilter in parameter uIListing out parameter
 String getUIListingUpdateStateVariableValue()
           
 void setUILifetime(String uI, int lifetime)
          This method is "add description here" uI in parameter lifetime in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteUIServerModelImpl

public RemoteUIServerModelImpl()
Method Detail

getCompatibleUIs

public void getCompatibleUIs(String inputDeviceProfile,
                             String uIFilter,
                             fr.imag.adele.util.upnp.holder.StringHolder uIListing)
This method is "add description here" inputDeviceProfile in parameter uIFilter in parameter uIListing out parameter

Specified by:
getCompatibleUIs in interface RemoteUIServerModel

setUILifetime

public void setUILifetime(String uI,
                          int lifetime)
This method is "add description here" uI in parameter lifetime in parameter

Specified by:
setUILifetime in interface RemoteUIServerModel

getUIListingUpdateStateVariableValue

public String getUIListingUpdateStateVariableValue()
Specified by:
getUIListingUpdateStateVariableValue in interface RemoteUIServerModel