org.chorem.jtimer.data
Class TimerCore

java.lang.Object
  extended by org.chorem.jtimer.data.TimerCore

public class TimerCore
extends Object

TimerCore

Version:
$Revision: 2600 $ Last update : $Date: 2009-06-15 18:49:52 +0200 (lun. 15 juin 2009) $ By : $Author: echatellier $
Author:
chatellier

Field Summary
protected  ConnectionDataHandler connectionHandler
          connection data handler
protected  TimerDataManager data
          Timer data.
protected  Saver saver
          saver io controller.
protected  WSDaemon webServiceDaemon
          Web service daemon.
 
Constructor Summary
TimerCore()
          Constructor.
 
Method Summary
 void exit()
          Save.
 TimerDataManager getData()
          Get data.
 boolean init()
          Init Load and launch synchronization.
protected  void load()
          Load project list from.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

protected TimerDataManager data
Timer data.


saver

protected Saver saver
saver io controller.


webServiceDaemon

protected WSDaemon webServiceDaemon
Web service daemon.


connectionHandler

protected ConnectionDataHandler connectionHandler
connection data handler

Constructor Detail

TimerCore

public TimerCore()
Constructor.

Method Detail

init

public boolean init()
Init Load and launch synchronization.

Returns:
true if init has gone successfully

getData

public TimerDataManager getData()
Get data.

Returns:
timer data

load

protected void load()
Load project list from.


exit

public void exit()
Save.



Copyright © 2007-2009 CodeLutin. All Rights Reserved.