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 JComboBox
The combo box for the method name.protected JComboBox
The combo box for the service name.protected ClassLoader
The classloader.protected jadex.model.modelinfo.IModelInfo
The model.protected JPanel
The panel.protected MActivity
The task. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
shutdown()
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.
-