com.francetelecom.tr157.gen
Class NetworkProperties

java.lang.Object
  extended by com.francetelecom.tr157.gen.NetworkProperties

public class NetworkProperties
extends java.lang.Object

Class NetworkProperties.

Author:
OrangeLabs R&D

Constructor Summary
NetworkProperties(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createMaxTCPWindowSize()
          Create the parameter MaxTCPWindowSize
 Parameter createTCPImplementation()
          Create the parameter TCPImplementation
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamMaxTCPWindowSize()
          Getter method of MaxTCPWindowSize.
 Parameter getParamTCPImplementation()
          Getter method of TCPImplementation.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkProperties

public NetworkProperties(IParameterData pData,
                         java.lang.String pBasePath)
Default constructor.

Parameters:
pData - data model
pBasePath - base path of attribute
pPersist - persistence
Method Detail

getData

public final IParameterData getData()
Get the data.

Returns:
the data

getBasePath

public final java.lang.String getBasePath()
Get the basePath.

Returns:
the basePath

initialize

public void initialize()
                throws Fault
Initialiser.

Throws:
Fault

getParamTCPImplementation

public final Parameter getParamTCPImplementation()
Getter method of TCPImplementation.

Returns:
_TCPImplementation

createTCPImplementation

public final Parameter createTCPImplementation()
                                        throws Fault
Create the parameter TCPImplementation

Returns:
TCPImplementation
Throws:
Fault - exception

getParamMaxTCPWindowSize

public final Parameter getParamMaxTCPWindowSize()
Getter method of MaxTCPWindowSize.

Returns:
_MaxTCPWindowSize

createMaxTCPWindowSize

public final Parameter createMaxTCPWindowSize()
                                       throws Fault
Create the parameter MaxTCPWindowSize

Returns:
MaxTCPWindowSize
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.