2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



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()