org.activiti.engine
接口 ProcessEngineInfo

所有已知实现类:
ProcessEngineInfoImpl

public interface ProcessEngineInfo

Represents information about the initialization of the process engine.

作者:
Tom Baeyens
另请参见:
ProcessEngines

方法摘要
 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.
 

方法详细信息

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 © 2013 Alfresco. All rights reserved.