alma.acs.component.StatelessComponentLifecycle Interface Reference

Inheritance diagram for alma.acs.component.StatelessComponentLifecycle:
alma.acs.component.ComponentLifecycle alma.acs.component.StatelessComponentImplBase

List of all members.


Detailed Description

Marker interface to allow a component to declare that it is stateless and can be restarted on the same machine without surprising effects for its clients.

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.

Author:
hsommer
Since:
ACS 7.0.1

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties