Class ProfileManager

  • All Implemented Interfaces:
    Handler<ContainerLifecycleEvent>

    public class ProfileManager
    extends ContainerHandler
    Manages the resource profile of the container.

    The manager:

    • creates the profile when the container starts for the first time;
    • loads the profile when the container restarts;
    • publishes the profile when the container becomes active, and at any lifecycle change thereafter;
    • stores the profile locally after each publication;
    Author:
    Fabio Simeoni
    See Also:
    ProfileBuilder