Package jadex.requiredservice.impl
Class ServiceCallTask.ServiceCallTaskGui
java.lang.Object
jadex.requiredservice.impl.ServiceCallTask.ServiceCallTaskGui
- Enclosing class:
- ServiceCallTask
-
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.bpmn.model.IModelContainerThe container.protected jadex.model.modelinfo.IModelInfoThe model.protected JPanelThe panel.protected jadex.bpmn.model.MActivityThe task. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe component to be shown in the gui.voidshutdown()Informs the panel that it should stop all its computation.
-
Field Details
-
panel
The panel. -
model
protected jadex.model.modelinfo.IModelInfo modelThe model. -
task
protected jadex.bpmn.model.MActivity taskThe task. -
cl
The classloader. -
cbsername
The combo box for the service name. -
cbmethodname
The combo box for the method name. -
container
protected jadex.bpmn.model.IModelContainer containerThe container.
-
-
Constructor Details
-
ServiceCallTaskGui
public ServiceCallTaskGui()
-
-
Method Details
-
shutdown
public void shutdown()Informs the panel that it should stop all its computation. -
getComponent
The component to be shown in the gui.- Returns:
- The component to be displayed.
-