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

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

public class RemoteUIClientModelImpl
extends Object
implements RemoteUIClientModel


Constructor Summary
RemoteUIClientModelImpl()
           
 
Method Summary
 void addUIListing(String inputUIList, fr.imag.adele.util.upnp.holder.IntegerHolder timeToLive)
          This method is "add description here" inputUIList in parameter timeToLive out parameter
 void connect(String requestedConnections, fr.imag.adele.util.upnp.holder.StringHolder currentConnectionsList)
          This method is "add description here" requestedConnections in parameter currentConnectionsList out parameter
 void disconnect(String requestedDisconnects, fr.imag.adele.util.upnp.holder.StringHolder currentConnectionsList)
          This method is "add description here" requestedDisconnects in parameter currentConnectionsList out parameter
 void displayMessage(String messageType, String message)
          This method is "add description here" messageType in parameter message in parameter
 Integer getCompatibleUIsUpdateIDEventStateVariableValue()
           
 void getCurrentConnections(fr.imag.adele.util.upnp.holder.StringHolder currentConnectionsList)
          This method is "add description here" currentConnectionsList out parameter
 String getCurrentConnectionsEventStateVariableValue()
           
 String getCurrentConnectionsStateVariableValue()
           
 void getDeviceProfile(fr.imag.adele.util.upnp.holder.StringHolder staticDeviceInfo)
          This method is "add description here" staticDeviceInfo out parameter
 String getDeviceProfileStateVariableValue()
           
 void getUIListing(fr.imag.adele.util.upnp.holder.StringHolder compatibleUIList)
          This method is "add description here" compatibleUIList out parameter
 void processInput(String inputDataType, String inputData)
          This method is "add description here" inputDataType in parameter inputData in parameter
 void removeUIListing(String removeUIList)
          This method is "add description here" removeUIList in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteUIClientModelImpl

public RemoteUIClientModelImpl()
Method Detail

addUIListing

public void addUIListing(String inputUIList,
                         fr.imag.adele.util.upnp.holder.IntegerHolder timeToLive)
This method is "add description here" inputUIList in parameter timeToLive out parameter

Specified by:
addUIListing in interface RemoteUIClientModel

connect

public void connect(String requestedConnections,
                    fr.imag.adele.util.upnp.holder.StringHolder currentConnectionsList)
This method is "add description here" requestedConnections in parameter currentConnectionsList out parameter

Specified by:
connect in interface RemoteUIClientModel

disconnect

public void disconnect(String requestedDisconnects,
                       fr.imag.adele.util.upnp.holder.StringHolder currentConnectionsList)
This method is "add description here" requestedDisconnects in parameter currentConnectionsList out parameter

Specified by:
disconnect in interface RemoteUIClientModel

displayMessage

public void displayMessage(String messageType,
                           String message)
This method is "add description here" messageType in parameter message in parameter

Specified by:
displayMessage in interface RemoteUIClientModel

getCurrentConnections

public void getCurrentConnections(fr.imag.adele.util.upnp.holder.StringHolder currentConnectionsList)
This method is "add description here" currentConnectionsList out parameter

Specified by:
getCurrentConnections in interface RemoteUIClientModel

getDeviceProfile

public void getDeviceProfile(fr.imag.adele.util.upnp.holder.StringHolder staticDeviceInfo)
This method is "add description here" staticDeviceInfo out parameter

Specified by:
getDeviceProfile in interface RemoteUIClientModel

getUIListing

public void getUIListing(fr.imag.adele.util.upnp.holder.StringHolder compatibleUIList)
This method is "add description here" compatibleUIList out parameter

Specified by:
getUIListing in interface RemoteUIClientModel

processInput

public void processInput(String inputDataType,
                         String inputData)
This method is "add description here" inputDataType in parameter inputData in parameter

Specified by:
processInput in interface RemoteUIClientModel

removeUIListing

public void removeUIListing(String removeUIList)
This method is "add description here" removeUIList in parameter

Specified by:
removeUIListing in interface RemoteUIClientModel

getCurrentConnectionsEventStateVariableValue

public String getCurrentConnectionsEventStateVariableValue()
Specified by:
getCurrentConnectionsEventStateVariableValue in interface RemoteUIClientModel

getCurrentConnectionsStateVariableValue

public String getCurrentConnectionsStateVariableValue()
Specified by:
getCurrentConnectionsStateVariableValue in interface RemoteUIClientModel

getDeviceProfileStateVariableValue

public String getDeviceProfileStateVariableValue()
Specified by:
getDeviceProfileStateVariableValue in interface RemoteUIClientModel

getCompatibleUIsUpdateIDEventStateVariableValue

public Integer getCompatibleUIsUpdateIDEventStateVariableValue()
Specified by:
getCompatibleUIsUpdateIDEventStateVariableValue in interface RemoteUIClientModel