public class ProcessEngineInfoImpl extends Object implements Serializable, ProcessEngineInfo
| Constructor and Description | 
|---|
| ProcessEngineInfoImpl(String name,
                     String resourceUrl,
                     String exception) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getException()Returns the exception stacktrace in case an exception occurred while initializing
 the engine. | 
| String | getName()Returns the name of the process engine. | 
| String | getResourceUrl()Returns the resources the engine was configured from. | 
public String getName()
ProcessEngineInfogetName in interface ProcessEngineInfopublic String getResourceUrl()
ProcessEngineInfogetResourceUrl in interface ProcessEngineInfopublic String getException()
ProcessEngineInfogetException in interface ProcessEngineInfoCopyright © 2022. All rights reserved.