Class HeisenbergOperationLifecycleValidator

java.lang.Object
org.mule.test.heisenberg.extension.HeisenbergOperationLifecycleValidator
All Implemented Interfaces:
org.mule.runtime.api.lifecycle.Disposable, org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable

public class HeisenbergOperationLifecycleValidator extends Object implements org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable, org.mule.runtime.api.lifecycle.Disposable
  • Field Details

    • NOT_INITIALISED

      public static final String NOT_INITIALISED
      See Also:
    • INITIALIZE_CALL_COUNT

      public static int INITIALIZE_CALL_COUNT
    • START_CALL_COUNT

      public static int START_CALL_COUNT
    • STOP_CALL_COUNT

      public static int STOP_CALL_COUNT
    • DISPOSE_CALL_COUNT

      public static int DISPOSE_CALL_COUNT
  • Constructor Details

    • HeisenbergOperationLifecycleValidator

      public HeisenbergOperationLifecycleValidator()
  • Method Details

    • lifecycleValidator

      @MediaType("*/*") public void lifecycleValidator(String expected)
    • initialise

      public void initialise() throws org.mule.runtime.api.lifecycle.InitialisationException
      Specified by:
      initialise in interface org.mule.runtime.api.lifecycle.Initialisable
      Throws:
      org.mule.runtime.api.lifecycle.InitialisationException
    • start

      public void start() throws org.mule.runtime.api.exception.MuleException
      Specified by:
      start in interface org.mule.runtime.api.lifecycle.Startable
      Throws:
      org.mule.runtime.api.exception.MuleException
    • stop

      public void stop() throws org.mule.runtime.api.exception.MuleException
      Specified by:
      stop in interface org.mule.runtime.api.lifecycle.Stoppable
      Throws:
      org.mule.runtime.api.exception.MuleException
    • dispose

      public void dispose()
      Specified by:
      dispose in interface org.mule.runtime.api.lifecycle.Disposable