org.camunda.bpm.engine.impl
Class ProcessEngineInfoImpl

java.lang.Object
  extended by org.camunda.bpm.engine.impl.ProcessEngineInfoImpl
All Implemented Interfaces:
Serializable, ProcessEngineInfo

public class ProcessEngineInfoImpl
extends Object
implements Serializable, ProcessEngineInfo

Author:
Tom Baeyens
See Also:
Serialized Form

Constructor Summary
ProcessEngineInfoImpl(String name, String resourceUrl, String exception)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessEngineInfoImpl

public ProcessEngineInfoImpl(String name,
                             String resourceUrl,
                             String exception)
Method Detail

getName

public String getName()
Description copied from interface: ProcessEngineInfo
Returns the name of the process engine.

Specified by:
getName in interface ProcessEngineInfo

getResourceUrl

public String getResourceUrl()
Description copied from interface: ProcessEngineInfo
Returns the resources the engine was configured from.

Specified by:
getResourceUrl in interface ProcessEngineInfo

getException

public String 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 interface ProcessEngineInfo


Copyright © 2018 camunda services GmbH. All rights reserved.