Class ProcessServiceInvocationHandler

java.lang.Object
jadex.providedservice.impl.ProcessServiceInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class ProcessServiceInvocationHandler extends Object implements InvocationHandler
Invocation handler for mapping service requests to start events of BPMN processes.
  • Field Details

    • THREAD_PARAMETER_SERVICE_RESULT

      public static final String THREAD_PARAMETER_SERVICE_RESULT
      The future result parameter name.
      See Also:
    • instance

      protected jadex.core.IComponent instance
      The process instance.
    • events

      protected Map<String,jadex.bpmn.model.MActivity> events
      The method / event mapping.
  • Constructor Details

    • ProcessServiceInvocationHandler

      public ProcessServiceInvocationHandler(jadex.core.IComponent instance, Map<String,jadex.bpmn.model.MActivity> events)
      Create a new process service invocation handler.
    • ProcessServiceInvocationHandler

      public ProcessServiceInvocationHandler(jadex.core.IComponent instance, String actid)
      Create a new process service invocation handler.
  • Method Details