Version 3

    KernelControllerContextActions
    -
    org.jboss.kernel.plugins.dependency.KernelControllerContextActions

     

    A set of ControllerContextActions for the POJO model. Used by the KernelControllerContext.

     

    Actions

     

    • DescribeAction
      - examines the BeanMetaData for dependency information

    • InstantiateAction
      - invokes the bean's constructor or factory

    • ConfigureAction
      - invokes the bean's setters

    • CreateDestroyLifecycleAction
      _ - invokes the bean's "create"/"destroy" methods

    • StartStopLifecycleAction
      _ - invokes the bean's "start"/"stop" methods

    • InstallAction
      - invokes the bean's install operations and registers the bean with the KernelRegistry.

     

    Referenced by: