org.activiti.engine.impl
类 ProcessEngineInfoImpl

java.lang.Object
  继承者 org.activiti.engine.impl.ProcessEngineInfoImpl
所有已实现的接口:
Serializable, ProcessEngineInfo

public class ProcessEngineInfoImpl
extends Object
implements Serializable, ProcessEngineInfo

作者:
Tom Baeyens
另请参见:
序列化表格

构造方法摘要
ProcessEngineInfoImpl(String name, String resourceUrl, String exception)
           
 
方法摘要
 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.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ProcessEngineInfoImpl

public ProcessEngineInfoImpl(String name,
                             String resourceUrl,
                             String exception)
方法详细信息

getName

public String getName()
从接口 ProcessEngineInfo 复制的描述
Returns the name of the process engine.

指定者:
接口 ProcessEngineInfo 中的 getName

getResourceUrl

public String getResourceUrl()
从接口 ProcessEngineInfo 复制的描述
Returns the resources the engine was configured from.

指定者:
接口 ProcessEngineInfo 中的 getResourceUrl

getException

public String getException()
从接口 ProcessEngineInfo 复制的描述
Returns the exception stacktrace in case an exception occurred while initializing the engine. When no exception occured, null is returned.

指定者:
接口 ProcessEngineInfo 中的 getException


Copyright © 2013 Alfresco. All rights reserved.