fr.ifremer.wao.ui.services
Class WaoManager

java.lang.Object
  extended by fr.ifremer.wao.ui.services.WaoManager
All Implemented Interfaces:
Runnable, EventListener, org.apache.tapestry5.ioc.services.RegistryShutdownListener

public class WaoManager
extends Object
implements Runnable, org.apache.tapestry5.ioc.services.RegistryShutdownListener

WaoManager Created: 24 nov. 2009

Version:
$Revision$ Mise a jour: $Date$ par : $Author$
Author:
fdesbois

Constructor Summary
WaoManager(WaoContextImplementor context)
          Constructor of WaoManager.
 
Method Summary
 org.nuiton.util.ApplicationConfig getConfiguration()
           
 Date getCurrentDate()
           
 String getProperty(WaoProperty property)
           
 boolean isActivityCalendarImportRun()
           
 void registryDidShutdown()
          Called to stop the application
 void run()
          Called to start the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaoManager

public WaoManager(WaoContextImplementor context)
Constructor of WaoManager. It needs the WaoContext to start and stop.

Parameters:
context - used to manage application lifecycle
Method Detail

run

public void run()
Called to start the application.

Specified by:
run in interface Runnable

registryDidShutdown

public void registryDidShutdown()
Called to stop the application

Specified by:
registryDidShutdown in interface org.apache.tapestry5.ioc.services.RegistryShutdownListener

isActivityCalendarImportRun

public boolean isActivityCalendarImportRun()

getProperty

public String getProperty(WaoProperty property)

getConfiguration

public org.nuiton.util.ApplicationConfig getConfiguration()

getCurrentDate

public Date getCurrentDate()


Copyright © 2009-2010 Ifremer. All Rights Reserved.