Interface ProcessEngineInfo

All Known Implementing Classes:
ProcessEngineInfoImpl

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

    Modifier and Type
    Method
    Description
    Returns the exception stacktrace in case an exception occurred while initializing the engine.
    Returns the name of the process engine.
    Returns the resources the engine was configured from.
  • Method Details

    • getName

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

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

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