com.francetelecom.tr106.gen
Class Stats

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

public class Stats
extends java.lang.Object

Class Stats.

Author:
OrangeLabs R&D

Constructor Summary
Stats(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createConnectionUpTime()
          Create the parameter ConnectionUpTime
 Parameter createCurrentDayBytesReceived()
          Create the parameter CurrentDayBytesReceived
 Parameter createCurrentDayBytesSent()
          Create the parameter CurrentDayBytesSent
 Parameter createCurrentDayInterval()
          Create the parameter CurrentDayInterval
 Parameter createCurrentDayPacketsReceived()
          Create the parameter CurrentDayPacketsReceived
 Parameter createCurrentDayPacketsSent()
          Create the parameter CurrentDayPacketsSent
 Parameter createQuarterHourBytesReceived()
          Create the parameter QuarterHourBytesReceived
 Parameter createQuarterHourBytesSent()
          Create the parameter QuarterHourBytesSent
 Parameter createQuarterHourInterval()
          Create the parameter QuarterHourInterval
 Parameter createQuarterHourPacketsReceived()
          Create the parameter QuarterHourPacketsReceived
 Parameter createQuarterHourPacketsSent()
          Create the parameter QuarterHourPacketsSent
 Parameter createTotalBytesReceived()
          Create the parameter TotalBytesReceived
 Parameter createTotalBytesSent()
          Create the parameter TotalBytesSent
 Parameter createTotalPacketsReceived()
          Create the parameter TotalPacketsReceived
 Parameter createTotalPacketsSent()
          Create the parameter TotalPacketsSent
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamConnectionUpTime()
          Getter method of ConnectionUpTime.
 Parameter getParamCurrentDayBytesReceived()
          Getter method of CurrentDayBytesReceived.
 Parameter getParamCurrentDayBytesSent()
          Getter method of CurrentDayBytesSent.
 Parameter getParamCurrentDayInterval()
          Getter method of CurrentDayInterval.
 Parameter getParamCurrentDayPacketsReceived()
          Getter method of CurrentDayPacketsReceived.
 Parameter getParamCurrentDayPacketsSent()
          Getter method of CurrentDayPacketsSent.
 Parameter getParamQuarterHourBytesReceived()
          Getter method of QuarterHourBytesReceived.
 Parameter getParamQuarterHourBytesSent()
          Getter method of QuarterHourBytesSent.
 Parameter getParamQuarterHourInterval()
          Getter method of QuarterHourInterval.
 Parameter getParamQuarterHourPacketsReceived()
          Getter method of QuarterHourPacketsReceived.
 Parameter getParamQuarterHourPacketsSent()
          Getter method of QuarterHourPacketsSent.
 Parameter getParamTotalBytesReceived()
          Getter method of TotalBytesReceived.
 Parameter getParamTotalBytesSent()
          Getter method of TotalBytesSent.
 Parameter getParamTotalPacketsReceived()
          Getter method of TotalPacketsReceived.
 Parameter getParamTotalPacketsSent()
          Getter method of TotalPacketsSent.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stats

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

getParamTotalPacketsReceived

public final Parameter getParamTotalPacketsReceived()
Getter method of TotalPacketsReceived.

Returns:
_TotalPacketsReceived

createTotalPacketsReceived

public final Parameter createTotalPacketsReceived()
                                           throws Fault
Create the parameter TotalPacketsReceived

Returns:
TotalPacketsReceived
Throws:
Fault - exception

getParamQuarterHourPacketsSent

public final Parameter getParamQuarterHourPacketsSent()
Getter method of QuarterHourPacketsSent.

Returns:
_QuarterHourPacketsSent

createQuarterHourPacketsSent

public final Parameter createQuarterHourPacketsSent()
                                             throws Fault
Create the parameter QuarterHourPacketsSent

Returns:
QuarterHourPacketsSent
Throws:
Fault - exception

getParamTotalBytesReceived

public final Parameter getParamTotalBytesReceived()
Getter method of TotalBytesReceived.

Returns:
_TotalBytesReceived

createTotalBytesReceived

public final Parameter createTotalBytesReceived()
                                         throws Fault
Create the parameter TotalBytesReceived

Returns:
TotalBytesReceived
Throws:
Fault - exception

getParamCurrentDayBytesReceived

public final Parameter getParamCurrentDayBytesReceived()
Getter method of CurrentDayBytesReceived.

Returns:
_CurrentDayBytesReceived

createCurrentDayBytesReceived

public final Parameter createCurrentDayBytesReceived()
                                              throws Fault
Create the parameter CurrentDayBytesReceived

Returns:
CurrentDayBytesReceived
Throws:
Fault - exception

getParamCurrentDayPacketsSent

public final Parameter getParamCurrentDayPacketsSent()
Getter method of CurrentDayPacketsSent.

Returns:
_CurrentDayPacketsSent

createCurrentDayPacketsSent

public final Parameter createCurrentDayPacketsSent()
                                            throws Fault
Create the parameter CurrentDayPacketsSent

Returns:
CurrentDayPacketsSent
Throws:
Fault - exception

getParamTotalPacketsSent

public final Parameter getParamTotalPacketsSent()
Getter method of TotalPacketsSent.

Returns:
_TotalPacketsSent

createTotalPacketsSent

public final Parameter createTotalPacketsSent()
                                       throws Fault
Create the parameter TotalPacketsSent

Returns:
TotalPacketsSent
Throws:
Fault - exception

getParamCurrentDayInterval

public final Parameter getParamCurrentDayInterval()
Getter method of CurrentDayInterval.

Returns:
_CurrentDayInterval

createCurrentDayInterval

public final Parameter createCurrentDayInterval()
                                         throws Fault
Create the parameter CurrentDayInterval

Returns:
CurrentDayInterval
Throws:
Fault - exception

getParamCurrentDayPacketsReceived

public final Parameter getParamCurrentDayPacketsReceived()
Getter method of CurrentDayPacketsReceived.

Returns:
_CurrentDayPacketsReceived

createCurrentDayPacketsReceived

public final Parameter createCurrentDayPacketsReceived()
                                                throws Fault
Create the parameter CurrentDayPacketsReceived

Returns:
CurrentDayPacketsReceived
Throws:
Fault - exception

getParamQuarterHourBytesReceived

public final Parameter getParamQuarterHourBytesReceived()
Getter method of QuarterHourBytesReceived.

Returns:
_QuarterHourBytesReceived

createQuarterHourBytesReceived

public final Parameter createQuarterHourBytesReceived()
                                               throws Fault
Create the parameter QuarterHourBytesReceived

Returns:
QuarterHourBytesReceived
Throws:
Fault - exception

getParamQuarterHourPacketsReceived

public final Parameter getParamQuarterHourPacketsReceived()
Getter method of QuarterHourPacketsReceived.

Returns:
_QuarterHourPacketsReceived

createQuarterHourPacketsReceived

public final Parameter createQuarterHourPacketsReceived()
                                                 throws Fault
Create the parameter QuarterHourPacketsReceived

Returns:
QuarterHourPacketsReceived
Throws:
Fault - exception

getParamTotalBytesSent

public final Parameter getParamTotalBytesSent()
Getter method of TotalBytesSent.

Returns:
_TotalBytesSent

createTotalBytesSent

public final Parameter createTotalBytesSent()
                                     throws Fault
Create the parameter TotalBytesSent

Returns:
TotalBytesSent
Throws:
Fault - exception

getParamConnectionUpTime

public final Parameter getParamConnectionUpTime()
Getter method of ConnectionUpTime.

Returns:
_ConnectionUpTime

createConnectionUpTime

public final Parameter createConnectionUpTime()
                                       throws Fault
Create the parameter ConnectionUpTime

Returns:
ConnectionUpTime
Throws:
Fault - exception

getParamQuarterHourInterval

public final Parameter getParamQuarterHourInterval()
Getter method of QuarterHourInterval.

Returns:
_QuarterHourInterval

createQuarterHourInterval

public final Parameter createQuarterHourInterval()
                                          throws Fault
Create the parameter QuarterHourInterval

Returns:
QuarterHourInterval
Throws:
Fault - exception

getParamCurrentDayBytesSent

public final Parameter getParamCurrentDayBytesSent()
Getter method of CurrentDayBytesSent.

Returns:
_CurrentDayBytesSent

createCurrentDayBytesSent

public final Parameter createCurrentDayBytesSent()
                                          throws Fault
Create the parameter CurrentDayBytesSent

Returns:
CurrentDayBytesSent
Throws:
Fault - exception

getParamQuarterHourBytesSent

public final Parameter getParamQuarterHourBytesSent()
Getter method of QuarterHourBytesSent.

Returns:
_QuarterHourBytesSent

createQuarterHourBytesSent

public final Parameter createQuarterHourBytesSent()
                                           throws Fault
Create the parameter QuarterHourBytesSent

Returns:
QuarterHourBytesSent
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.