fr.imag.adele.bundle.upnp.igd.model
Interface Layer3ForwardingModel

All Known Implementing Classes:
Layer3ForwardingModelImpl

public interface Layer3ForwardingModel


Method Summary
 void getDefaultConnectionService(fr.imag.adele.util.upnp.holder.StringHolder newDefaultConnectionService)
          This method is "add description here" newDefaultConnectionService out parameter
 String getDefaultConnectionServiceStateVariableValue()
           
 void setDefaultConnectionService(String newDefaultConnectionService)
          This method is "add description here" newDefaultConnectionService in parameter
 

Method Detail

setDefaultConnectionService

public void setDefaultConnectionService(String newDefaultConnectionService)
This method is "add description here" newDefaultConnectionService in parameter


getDefaultConnectionService

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


getDefaultConnectionServiceStateVariableValue

public String getDefaultConnectionServiceStateVariableValue()