Public Member Functions

ACS::TaskComponent Interface Reference

import "taskComponent.idl";

Inheritance diagram for ACS::TaskComponent:
Inheritance graph
[legend]
Collaboration diagram for ACS::TaskComponent:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void run (in StringSequence commandLineArgs, in string fileName) raises (taskErrType::TaskRunFailureEx)

Detailed Description

This is a generic interface for TaskComponent, which contains run operation. The TaskComponent is an ACS component.


Member Function Documentation

void ACS::TaskComponent::run ( in StringSequence  commandLineArgs,
in string  fileName 
) raises (taskErrType::TaskRunFailureEx)

TaskComponent's run method

Parameters:
 param parameter to the run method of the TaskComponent : fileName the filename for the task's metadata (parameter set definition) xml file, which contains information about the parameters for a task (e.g. names, types, defaults, help, etc)

The documentation for this interface was generated from the following file: