Interface ProcessEngineInfo

  • All Known Implementing Classes:
    ProcessEngineInfoImpl

    public interface ProcessEngineInfo
    Represents information about the initialization of the process engine.
    Author:
    Tom Baeyens
    See Also:
    ProcessEngines
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getException()
      Returns the exception stacktrace in case an exception occurred while initializing the engine.
      java.lang.String getName()
      Returns the name of the process engine.
      java.lang.String getResourceUrl()
      Returns the resources the engine was configured from.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the process engine.
      • getResourceUrl

        java.lang.String getResourceUrl()
        Returns the resources the engine was configured from.
      • getException

        java.lang.String getException()
        Returns the exception stacktrace in case an exception occurred while initializing the engine. When no exception occured, null is returned.