Package jadex.bpmn.runtime.task
Class MethodCallTask.ServiceCallTaskGui
java.lang.Object
jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
- Enclosing class:
MethodCallTask
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JComboBoxThe combo box for the method name.protected JComboBoxThe combo box for the service name.protected ClassLoaderThe classloader.protected jadex.model.modelinfo.IModelInfoThe model.protected JPanelThe panel.protected MActivityThe task. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidshutdown()Informs the panel that it should stop all its computation.
-
Field Details
-
panel
The panel. -
model
protected jadex.model.modelinfo.IModelInfo modelThe model. -
task
The task. -
cl
The classloader. -
cbsername
The combo box for the service name. -
cbmethodname
The combo box for the method name.
-
-
Constructor Details
-
ServiceCallTaskGui
public ServiceCallTaskGui()
-
-
Method Details
-
shutdown
public void shutdown()Informs the panel that it should stop all its computation.
-