com.ettrema.common
Interface Service


public interface Service

Represents some service which can be controlled (ie started and stopped)

Author:
brad

Method Summary
 void start()
          Start the service.
 void stop()
          The service should be made unavailable, however it should be able to be starte again
 

Method Detail

start

void start()
Start the service. Until this is called the service should not be functional


stop

void stop()
The service should be made unavailable, however it should be able to be starte again



Copyright © 2011. All Rights Reserved.