Interface ProcessEngineXml

  • All Known Implementing Classes:
    ProcessEngineXmlImpl

    public interface ProcessEngineXml

    Java API representation of a ProcessEngine definition inside an XML deployment descriptor.

    Author:
    Daniel Meyer
    • Method Detail

      • getName

        String getName()
        Returns:
        the name of the process engine. Must not be null.
      • isDefault

        boolean isDefault()
        Returns:
        true if the process engine is the default process engine.
      • getDatasource

        String getDatasource()
        Returns:
        the JNDI Name of the datasource to be used.
      • getJobAcquisitionName

        String getJobAcquisitionName()
        Returns:
        the name of the job acquisition to be used.