jhomenet
Interface Service

All Known Implementing Classes:
PollingService, ResponsiveScheduler

public interface Service

Id: $Id: Service.java,v 1.3 2005/10/22 13:59:56 dhirwinjr Exp $ Description:

Author:
David Irwin

Method Summary
 Scheduler getSchedulerReference()
          Get a reference to the scheduler.
 void initializeService()
          Initialize the service.
 void startService()
          Start the service.
 void stopService()
          Stop the service.
 

Method Detail

initializeService

void initializeService()
Initialize the service.


startService

void startService()
Start the service.


stopService

void stopService()
Stop the service.


getSchedulerReference

Scheduler getSchedulerReference()
Get a reference to the scheduler.

Returns:
Reference to the scheduler


Copyright © 2004-2005 David Irwin. All Rights Reserved.