com.francetelecom.model
Class Model

java.lang.Object
  extended by com.francetelecom.model.Model
All Implemented Interfaces:
IModel

public class Model
extends java.lang.Object
implements IModel


Constructor Summary
Model()
           
 
Method Summary
 void addProfilBaseline1(IParameterData data)
          Adds the profil baseline1.
 void addProfilPeriodicStatsBase1(IParameterData data)
          Adds the profil periodic stats base1.
 void addProfilTime(IParameterData data)
          Adds the profil time.
 void addProfilUPnPDiscBasic1(IParameterData data)
          Adds the profil upnpdiscbasic1.
 void addProfilX_ORANGE_Services(IParameterData data)
          Adds the profil x_ orang e_ services.
 void addUPnPDevice(org.osgi.service.upnp.UPnPDevice upnpDevice)
          Adds the upnp device.
 java.util.List getListImplementedProfile()
          Gets the list implemented profile.
 void removeUPnPDevice(org.osgi.service.upnp.UPnPDevice upnpDevice)
          Removes the upnp device.
 void setData(IParameterData pData)
          Sets the data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model

public Model()
Method Detail

setData

public void setData(IParameterData pData)
Sets the data.

Specified by:
setData in interface IModel
Parameters:
pData - the data
See Also:
IModel.setData(com.francetelecom.admindm.model.IParameterData)

addProfilBaseline1

public void addProfilBaseline1(IParameterData data)
                        throws Fault
Adds the profil baseline1.

Parameters:
data - the data
Throws:
Fault - the fault

addProfilTime

public void addProfilTime(IParameterData data)
                   throws Fault
Adds the profil time.

Parameters:
data - the data
Throws:
Fault - the fault

addProfilUPnPDiscBasic1

public void addProfilUPnPDiscBasic1(IParameterData data)
                             throws Fault
Adds the profil upnpdiscbasic1.

Parameters:
data - the data
Throws:
Fault - the fault

addProfilPeriodicStatsBase1

public void addProfilPeriodicStatsBase1(IParameterData data)
                                 throws Fault
Adds the profil periodic stats base1.

Parameters:
data - the data
Throws:
Fault - the fault

addProfilX_ORANGE_Services

public void addProfilX_ORANGE_Services(IParameterData data)
                                throws Fault
Adds the profil x_ orang e_ services.

Parameters:
data - the data
Throws:
Fault - the fault

getListImplementedProfile

public java.util.List getListImplementedProfile()
Gets the list implemented profile.

Specified by:
getListImplementedProfile in interface IModel
Returns:
the list implemented profile
See Also:
IModel.getListImplementedProfile()

addUPnPDevice

public void addUPnPDevice(org.osgi.service.upnp.UPnPDevice upnpDevice)
Adds the upnp device.

Parameters:
upnpDevice - the upnp device

removeUPnPDevice

public void removeUPnPDevice(org.osgi.service.upnp.UPnPDevice upnpDevice)
Removes the upnp device.

Parameters:
upnpDevice - the upnp device


Copyright © 2011 FranceTelecom. All Rights Reserved.