Class DefaultDaemonService

All Implemented Interfaces:
CoreService, ServiceLifeCycle, DaemonService

public class DefaultDaemonService extends AbstractDaemonService
The Class DefaultDaemonService.
Since:
5.1.0
  • Field Details

    • pauseTimeout

      protected volatile long pauseTimeout
  • Method Details

    • translate

      public Translet translate(String name, Map<String,Object> attributeMap, ParameterMap parameterMap)
      Description copied from interface: DaemonService
      Executes the translet with the given attributes and parameters.
      Parameters:
      name - the translet name
      attributeMap - the attribute map
      parameterMap - the parameter map
      Returns:
      the Translet object
    • translate

      public Translet translate(String name, MethodType method, Map<String,Object> attributeMap, ParameterMap parameterMap)
      Description copied from interface: DaemonService
      Executes the translet with the given attributes and parameters.
      Parameters:
      name - the translet name
      method - the request method
      attributeMap - the attribute map
      parameterMap - the parameter map
      Returns:
      the Translet object