Exemple #1
0
 public static ServiceName forProcessApplicationModuleService(string moduleName)
 {
     return(PROCESS_APPLICATION_MODULE.append(moduleName));
 }
Exemple #2
0
 /// <param name="applicationName"> </param>
 /// <returns> the name to be used for an <seealso cref="MscManagedProcessApplication"/> service. </returns>
 public static ServiceName forManagedProcessApplication(string applicationName)
 {
     return(PROCESS_APPLICATION.append(applicationName));
 }
Exemple #3
0
 /// <returns> the <seealso cref="ServiceName"/> of the <seealso cref="MscRuntimeContainerJobExecutor"/> </returns>
 public static ServiceName forMscRuntimeContainerJobExecutorService(string jobExecutorName)
 {
     return(JOB_EXECUTOR.append(jobExecutorName));
 }
Exemple #4
0
 /// <summary>
 /// Returns the service name for a <seealso cref="MscManagedProcessEngine"/>.
 /// </summary>
 /// <param name="the">
 ///          name of the process engine </param>
 /// <returns> the composed service name </returns>
 public static ServiceName forManagedProcessEngine(string processEngineName)
 {
     return(PROCESS_ENGINE.append(processEngineName));
 }
Exemple #5
0
 /// <returns> the <seealso cref="ServiceName"/> of the <seealso cref="MscExecutorService"/>. </returns>
 public static ServiceName forMscExecutorService()
 {
     return(BPM_PLATFORM.append("executor-service"));
 }