com.francetelecom.tr106.gen
Class TraceRouteDiagnostics

java.lang.Object
  extended by com.francetelecom.tr106.gen.TraceRouteDiagnostics

public class TraceRouteDiagnostics
extends java.lang.Object

Class TraceRouteDiagnostics.

Author:
OrangeLabs R&D

Constructor Summary
TraceRouteDiagnostics(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createDataBlockSize()
          Create the parameter DataBlockSize
 Parameter createDiagnosticsState()
          Create the parameter DiagnosticsState
 Parameter createDSCP()
          Create the parameter DSCP
 Parameter createHost()
          Create the parameter Host
 Parameter createMaxHopCount()
          Create the parameter MaxHopCount
 Parameter createNumberOfRouteHops()
          Create the parameter NumberOfRouteHops
 Parameter createResponseTime()
          Create the parameter ResponseTime
 Parameter createRouteHops()
          Create the parameter RouteHops
 Parameter createTimeout()
          Create the parameter Timeout
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamDataBlockSize()
          Getter method of DataBlockSize.
 Parameter getParamDiagnosticsState()
          Getter method of DiagnosticsState.
 Parameter getParamDSCP()
          Getter method of DSCP.
 Parameter getParamHost()
          Getter method of Host.
 Parameter getParamMaxHopCount()
          Getter method of MaxHopCount.
 Parameter getParamNumberOfRouteHops()
          Getter method of NumberOfRouteHops.
 Parameter getParamResponseTime()
          Getter method of ResponseTime.
 Parameter getParamRouteHops()
          Getter method of RouteHops.
 Parameter getParamTimeout()
          Getter method of Timeout.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceRouteDiagnostics

public TraceRouteDiagnostics(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

getParamRouteHops

public final Parameter getParamRouteHops()
Getter method of RouteHops.

Returns:
_RouteHops

createRouteHops

public final Parameter createRouteHops()
                                throws Fault
Create the parameter RouteHops

Returns:
RouteHops
Throws:
Fault - exception

getParamTimeout

public final Parameter getParamTimeout()
Getter method of Timeout.

Returns:
_Timeout

createTimeout

public final Parameter createTimeout()
                              throws Fault
Create the parameter Timeout

Returns:
Timeout
Throws:
Fault - exception

getParamNumberOfRouteHops

public final Parameter getParamNumberOfRouteHops()
Getter method of NumberOfRouteHops.

Returns:
_NumberOfRouteHops

createNumberOfRouteHops

public final Parameter createNumberOfRouteHops()
                                        throws Fault
Create the parameter NumberOfRouteHops

Returns:
NumberOfRouteHops
Throws:
Fault - exception

getParamHost

public final Parameter getParamHost()
Getter method of Host.

Returns:
_Host

createHost

public final Parameter createHost()
                           throws Fault
Create the parameter Host

Returns:
Host
Throws:
Fault - exception

getParamResponseTime

public final Parameter getParamResponseTime()
Getter method of ResponseTime.

Returns:
_ResponseTime

createResponseTime

public final Parameter createResponseTime()
                                   throws Fault
Create the parameter ResponseTime

Returns:
ResponseTime
Throws:
Fault - exception

getParamDSCP

public final Parameter getParamDSCP()
Getter method of DSCP.

Returns:
_DSCP

createDSCP

public final Parameter createDSCP()
                           throws Fault
Create the parameter DSCP

Returns:
DSCP
Throws:
Fault - exception

getParamDataBlockSize

public final Parameter getParamDataBlockSize()
Getter method of DataBlockSize.

Returns:
_DataBlockSize

createDataBlockSize

public final Parameter createDataBlockSize()
                                    throws Fault
Create the parameter DataBlockSize

Returns:
DataBlockSize
Throws:
Fault - exception

getParamDiagnosticsState

public final Parameter getParamDiagnosticsState()
Getter method of DiagnosticsState.

Returns:
_DiagnosticsState

createDiagnosticsState

public final Parameter createDiagnosticsState()
                                       throws Fault
Create the parameter DiagnosticsState

Returns:
DiagnosticsState
Throws:
Fault - exception

getParamMaxHopCount

public final Parameter getParamMaxHopCount()
Getter method of MaxHopCount.

Returns:
_MaxHopCount

createMaxHopCount

public final Parameter createMaxHopCount()
                                  throws Fault
Create the parameter MaxHopCount

Returns:
MaxHopCount
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.