org.oddjob.framework
Interface Service

All Superinterfaces:
Stoppable
All Known Subinterfaces:
ServiceAdaptor
All Known Implementing Classes:
ServiceMethodAdaptor

public interface Service
extends Stoppable


Method Summary
 void start()
           
 
Methods inherited from interface org.oddjob.Stoppable
stop
 

Method Detail

start

void start()
           throws Exception
Throws:
Exception