org.apache.tuscany.sca.extension.helper
Interface ComponentLifecycle

All Known Implementing Classes:
DWRInvokerFactory, DWRService

public interface ComponentLifecycle

Interface that defines the Component Lifecycle methods.


Method Summary
 void start()
           
 void stop()
           
 

Method Detail

start

void start()

stop

void stop()