org.oddjob.framework
Class Service

java.lang.Object
  extended byorg.oddjob.framework.Service

public class Service
extends java.lang.Object


Method Summary
 java.lang.Object getComponent()
           
static Service serviceFor(java.lang.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 java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception

getComponent

public java.lang.Object getComponent()

serviceFor

public static Service serviceFor(java.lang.Object component)