org.oddjob.framework
Class Service

java.lang.Object
  extended by org.oddjob.framework.Service

public class Service
extends Object


Method Summary
 Object getComponent()
           
static Service serviceFor(Object component)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception

getComponent

public Object getComponent()

serviceFor

public static Service serviceFor(Object component)