com.monad.homerun.core
Interface ManagedService

All Known Subinterfaces:
ActionService, AppService, MessageService, ModelService, ObjectService

public interface ManagedService

Service is the base interface for all services managed by the HomeRun administrator.


Method Summary
 void init(boolean start)
          Initialize a service
 void shutdown()
          Shutdown a service
 

Method Detail

init

void init(boolean start)
Initialize a service

Parameters:
start - statt the service if true

shutdown

void shutdown()
Shutdown a service



Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.