Class WorkerUtils

java.lang.Object
com.zfabrik.workers.home.WorkerUtils

public class WorkerUtils extends Object
Some utility methods around worker process handling
  • Constructor Details

    • WorkerUtils

      public WorkerUtils()
  • Method Details

    • getWorkerComponentName

      public static String getWorkerComponentName(String workerName)
    • getWorkerProcess

      public static IWorkerProcess getWorkerProcess(String workerName)
      Retrieve a worker process instance (to be called from home only).
      Parameters:
      id - worker process component of fully qualified worker name
      Returns:
      worker process handle or null if not found