com.francetelecom.tr157.implem.periodicstatistic
Class SampleScheduler

java.lang.Object
  extended by com.francetelecom.tr157.implem.periodicstatistic.SampleScheduler
All Implemented Interfaces:
java.lang.Runnable, java.util.Observer

public class SampleScheduler
extends java.lang.Object
implements java.lang.Runnable, java.util.Observer

Author:
mpcy8647

Constructor Summary
SampleScheduler(IParameterData pParameterData, java.lang.String pBasePath)
          Instantiates a new sample scheduler.
 
Method Summary
 void run()
           
 void start(long pReportSample)
           Start The following actions are performed: adds observers on the parameters.
 void stop()
           
 void update(java.util.Observable arg0, java.lang.Object arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleScheduler

public SampleScheduler(IParameterData pParameterData,
                       java.lang.String pBasePath)
Instantiates a new sample scheduler.

Parameters:
pParameterData - the parameter data
pBasePath - the base path
Method Detail

start

public void start(long pReportSample)

Start

The following actions are performed:


stop

public void stop()

run

public void run()
Specified by:
run in interface java.lang.Runnable

update

public void update(java.util.Observable arg0,
                   java.lang.Object arg1)
Specified by:
update in interface java.util.Observer


Copyright © 2011 FranceTelecom. All Rights Reserved.