fr.imag.adele.bundle.upnp.igd.impl
Class WANPOTSLinkConfigModelImpl

java.lang.Object
  extended byfr.imag.adele.bundle.upnp.igd.impl.WANPOTSLinkConfigModelImpl
All Implemented Interfaces:
WANPOTSLinkConfigModel

public class WANPOTSLinkConfigModelImpl
extends Object
implements WANPOTSLinkConfigModel


Constructor Summary
WANPOTSLinkConfigModelImpl()
           
 
Method Summary
 void getCallRetryInfo(fr.imag.adele.util.upnp.holder.LongHolder newNumberOfRetries, fr.imag.adele.util.upnp.holder.LongHolder newDelayBetweenRetries)
          This method is "add description here" newNumberOfRetries out parameter newDelayBetweenRetries out parameter
 void getDataCompression(fr.imag.adele.util.upnp.holder.StringHolder newDataCompression)
          This method is "add description here" newDataCompression out parameter
 void getDataModulationSupported(fr.imag.adele.util.upnp.holder.StringHolder newDataModulationSupported)
          This method is "add description here" newDataModulationSupported out parameter
 void getDataProtocol(fr.imag.adele.util.upnp.holder.StringHolder newDataProtocol)
          This method is "add description here" newDataProtocol out parameter
 void getFclass(fr.imag.adele.util.upnp.holder.StringHolder newFclass)
          This method is "add description here" newFclass out parameter
 void getISPInfo(fr.imag.adele.util.upnp.holder.StringHolder newISPPhoneNumber, fr.imag.adele.util.upnp.holder.StringHolder newISPInfo, fr.imag.adele.util.upnp.holder.StringHolder newLinkType)
          This method is "add description here" newISPPhoneNumber out parameter newISPInfo out parameter newLinkType out parameter
 void getPlusVTRCommandSupported(fr.imag.adele.util.upnp.holder.BooleanHolder newPlusVTRCommandSupported)
          This method is "add description here" newPlusVTRCommandSupported out parameter
 void setCallRetryInfo(long newNumberOfRetries, long newDelayBetweenRetries)
          This method is "add description here" newNumberOfRetries in parameter newDelayBetweenRetries in parameter
 void setISPInfo(String newISPPhoneNumber, String newISPInfo, String newLinkType)
          This method is "add description here" newISPPhoneNumber in parameter newISPInfo in parameter newLinkType in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WANPOTSLinkConfigModelImpl

public WANPOTSLinkConfigModelImpl()
Method Detail

setISPInfo

public void setISPInfo(String newISPPhoneNumber,
                       String newISPInfo,
                       String newLinkType)
This method is "add description here" newISPPhoneNumber in parameter newISPInfo in parameter newLinkType in parameter

Specified by:
setISPInfo in interface WANPOTSLinkConfigModel

setCallRetryInfo

public void setCallRetryInfo(long newNumberOfRetries,
                             long newDelayBetweenRetries)
This method is "add description here" newNumberOfRetries in parameter newDelayBetweenRetries in parameter

Specified by:
setCallRetryInfo in interface WANPOTSLinkConfigModel

getISPInfo

public void getISPInfo(fr.imag.adele.util.upnp.holder.StringHolder newISPPhoneNumber,
                       fr.imag.adele.util.upnp.holder.StringHolder newISPInfo,
                       fr.imag.adele.util.upnp.holder.StringHolder newLinkType)
This method is "add description here" newISPPhoneNumber out parameter newISPInfo out parameter newLinkType out parameter

Specified by:
getISPInfo in interface WANPOTSLinkConfigModel

getCallRetryInfo

public void getCallRetryInfo(fr.imag.adele.util.upnp.holder.LongHolder newNumberOfRetries,
                             fr.imag.adele.util.upnp.holder.LongHolder newDelayBetweenRetries)
This method is "add description here" newNumberOfRetries out parameter newDelayBetweenRetries out parameter

Specified by:
getCallRetryInfo in interface WANPOTSLinkConfigModel

getFclass

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

Specified by:
getFclass in interface WANPOTSLinkConfigModel

getDataModulationSupported

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

Specified by:
getDataModulationSupported in interface WANPOTSLinkConfigModel

getDataProtocol

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

Specified by:
getDataProtocol in interface WANPOTSLinkConfigModel

getDataCompression

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

Specified by:
getDataCompression in interface WANPOTSLinkConfigModel

getPlusVTRCommandSupported

public void getPlusVTRCommandSupported(fr.imag.adele.util.upnp.holder.BooleanHolder newPlusVTRCommandSupported)
This method is "add description here" newPlusVTRCommandSupported out parameter

Specified by:
getPlusVTRCommandSupported in interface WANPOTSLinkConfigModel