org.objectweb.dsrg.sofa
Interface SOFARunnable

All Known Subinterfaces:
SOFALifecycle

public interface SOFARunnable

Interface for business code lifecycle notification.

Component is notified through this interface everytime component is started or resumes its function.


Method Summary
 void start()
          Component is told to prepare for use.
 

Method Detail

start

void start()
Component is told to prepare for use.