public interface StatelessComponentLifecycle extends ComponentLifecycle
Note that restarting a component on a different machine will always require cooperation from the client,
which must evaluate the data received through
ContainerServices.registerComponentListener(alma.acs.container.ContainerServices.ComponentListener).
All component developers are encouraged to revisit their components and change the interface
from ComponentLifecycle to StatelessComponentLifecycle if applicable.
Doing this can improve the flexibility with which we can restart or relocate component instances
in a life system.
aboutToAbort, cleanUp, execute, initialize