Class DefaultDaemonService

    • Constructor Detail

      • DefaultDaemonService

        public DefaultDaemonService()
    • Method Detail

      • translate

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

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

        public static DefaultDaemonService create​(AspectranConfig aspectranConfig)
        Returns a new instance of DefaultDaemonService.
        Parameters:
        aspectranConfig - the parameters for aspectran configuration
        Returns:
        the instance of DefaultDaemonService