Class ContainerStatusListener

  • All Implemented Interfaces:
    org.jboss.forge.furnace.spi.ContainerLifecycleListener

    public class ContainerStatusListener
    extends Object
    implements org.jboss.forge.furnace.spi.ContainerLifecycleListener
    Author:
    Marco Rizzi
    • Constructor Detail

      • ContainerStatusListener

        public ContainerStatusListener()
    • Method Detail

      • getContainerStatus

        public org.jboss.forge.furnace.ContainerStatus getContainerStatus()
      • beforeStart

        public void beforeStart​(org.jboss.forge.furnace.Furnace furnace)
                         throws org.jboss.forge.furnace.exception.ContainerException
        Specified by:
        beforeStart in interface org.jboss.forge.furnace.spi.ContainerLifecycleListener
        Throws:
        org.jboss.forge.furnace.exception.ContainerException
      • afterStart

        public void afterStart​(org.jboss.forge.furnace.Furnace furnace)
                        throws org.jboss.forge.furnace.exception.ContainerException
        Specified by:
        afterStart in interface org.jboss.forge.furnace.spi.ContainerLifecycleListener
        Throws:
        org.jboss.forge.furnace.exception.ContainerException
      • beforeStop

        public void beforeStop​(org.jboss.forge.furnace.Furnace forge)
                        throws org.jboss.forge.furnace.exception.ContainerException
        Specified by:
        beforeStop in interface org.jboss.forge.furnace.spi.ContainerLifecycleListener
        Throws:
        org.jboss.forge.furnace.exception.ContainerException
      • afterStop

        public void afterStop​(org.jboss.forge.furnace.Furnace forge)
                       throws org.jboss.forge.furnace.exception.ContainerException
        Specified by:
        afterStop in interface org.jboss.forge.furnace.spi.ContainerLifecycleListener
        Throws:
        org.jboss.forge.furnace.exception.ContainerException
      • beforeConfigurationScan

        public void beforeConfigurationScan​(org.jboss.forge.furnace.Furnace forge)
                                     throws org.jboss.forge.furnace.exception.ContainerException
        Specified by:
        beforeConfigurationScan in interface org.jboss.forge.furnace.spi.ContainerLifecycleListener
        Throws:
        org.jboss.forge.furnace.exception.ContainerException
      • afterConfigurationScan

        public void afterConfigurationScan​(org.jboss.forge.furnace.Furnace forge)
                                    throws org.jboss.forge.furnace.exception.ContainerException
        Specified by:
        afterConfigurationScan in interface org.jboss.forge.furnace.spi.ContainerLifecycleListener
        Throws:
        org.jboss.forge.furnace.exception.ContainerException