org.activiti.engine
Interface ProcessEngineInfo


public interface ProcessEngineInfo

Represents information about the initialization of the process engine.

Author:
Tom Baeyens
See Also:
ProcessEngines

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.
 

Method Detail

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.



Copyright © 2012 Alfresco. All Rights Reserved.