Package jadex.providedservice.impl
Class ProcessServiceInvocationHandler
java.lang.Object
jadex.providedservice.impl.ProcessServiceInvocationHandler
- All Implemented Interfaces:
InvocationHandler
Invocation handler for mapping service requests to
start events of BPMN processes.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProcessServiceInvocationHandler
(jadex.core.IComponent instance, String actid) Create a new process service invocation handler.ProcessServiceInvocationHandler
(jadex.core.IComponent instance, Map<String, jadex.bpmn.model.MActivity> events) Create a new process service invocation handler. -
Method Summary
-
Field Details
-
THREAD_PARAMETER_SERVICE_RESULT
The future result parameter name.- See Also:
-
instance
protected jadex.core.IComponent instanceThe process instance. -
events
The method / event mapping.
-
-
Constructor Details
-
Method Details
-
invoke
Called when a method is invoked on a proxy.- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-