org.oddjob.framework
Interface ServiceAdaptor

All Superinterfaces:
ComponentAdapter, Service, Stoppable
All Known Implementing Classes:
ServiceMethodAdaptor

public interface ServiceAdaptor
extends Service, ComponentAdapter

Something that adapts a component to be a Service.

Author:
rob

Method Summary
 Object getComponent()
          The component being adapted.
 
Methods inherited from interface org.oddjob.framework.Service
start
 
Methods inherited from interface org.oddjob.Stoppable
stop
 

Method Detail

getComponent

Object getComponent()
The component being adapted.

Specified by:
getComponent in interface ComponentAdapter
Returns:
The component.