All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.ProgramDataPackage.ImplementationData

java.lang.Object
   |
   +----com.ibm.workflow.api.ProgramDataPackage.ImplementationData

public final class ImplementationData
extends Object
implements Serializable
Version:
3.2.0.2

Variable Index

 o commandLineParameters
Returns the command line parameters to be passed to the invoked program.
 o commandLineParametersIsNull
Indicates whether command line parameters are set.
 o options
Returns the description of an EXE, a DLL, or an external service in Java.
 o platform
Returns the operating system platform this implementation data describes.

Constructor Index

 o ImplementationData()
 o ImplementationData(String, boolean, Options, Basis)

Variables

 o commandLineParameters
 public String commandLineParameters
Returns the command line parameters to be passed to the invoked program.

 o commandLineParametersIsNull
 public boolean commandLineParametersIsNull
Indicates whether command line parameters are set.

 o options
 public Options options
Returns the description of an EXE, a DLL, or an external service in Java.

 o platform
 public Basis platform
Returns the operating system platform this implementation data describes.

Constructors

 o ImplementationData
 public ImplementationData()
 o ImplementationData
 public ImplementationData(String commandLineParameters,
                           boolean commandLineParametersIsNull,
                           Options options,
                           Basis platform)

All Packages  Class Hierarchy  This Package  Previous  Next  Index