Package org.camunda.bpm.engine.impl
Class ProcessEngineInfoImpl
java.lang.Object
org.camunda.bpm.engine.impl.ProcessEngineInfoImpl
- All Implemented Interfaces:
Serializable
,ProcessEngineInfo
- Author:
- Tom Baeyens
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the exception stacktrace in case an exception occurred while initializing the engine.getName()
Returns the name of the process engine.Returns the resources the engine was configured from.
-
Constructor Details
-
ProcessEngineInfoImpl
-
-
Method Details
-
getName
Description copied from interface:ProcessEngineInfo
Returns the name of the process engine.- Specified by:
getName
in interfaceProcessEngineInfo
-
getResourceUrl
Description copied from interface:ProcessEngineInfo
Returns the resources the engine was configured from.- Specified by:
getResourceUrl
in interfaceProcessEngineInfo
-
getException
Description copied from interface:ProcessEngineInfo
Returns the exception stacktrace in case an exception occurred while initializing the engine. When no exception occured, null is returned.- Specified by:
getException
in interfaceProcessEngineInfo
-