uk.ac.essex.common
Interface Service

All Known Subinterfaces:
ActionService, ApplicationController, ApplicationModel, DefaultApplicationController, KeyMapService, LanguageService, MenuService
All Known Implementing Classes:
ActionServiceImpl, DefaultApplicationControllerImpl, KeyMapServiceImpl, LanguageServiceImpl, MenuServiceImpl

public interface Service


Created Date: 11-Jan-2004

You should have received a copy of Lesser GNU public license with this code. If not please visit this site


Method Summary
 void destroy()
          Destroy the service
 void initialise()
          Initialise the service
 

Method Detail

initialise

void initialise()
                throws InitialisationException
Initialise the service

Throws:
InitialisationException

destroy

void destroy()
             throws DestructionException,
                    ShutdownCancelledException
Destroy the service

Throws:
DestructionException
ShutdownCancelledException