All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.ProgramDataPackage.DllOptions
java.lang.Object
|
+----com.ibm.workflow.api.ProgramDataPackage.DllOptions
- public final class DllOptions
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
entryPointName
- Returns
the name of the entry point of the DLL.
-
executeFenced
- States
whether the DLL should run in a separate address space.
-
executeFencedIsNull
- Indicates
whether execute fended is set.
-
keepLoaded
- States
whether the DLL should stay loaded.
-
keepLoadedIsNull
- Indicates
whether keep loaded is set.
-
pathAndFileName
- Returns
the path and file name of the DLL.
-
DllOptions()
-
-
DllOptions(String, boolean, boolean, boolean, boolean, String)
-
entryPointName
public String entryPointName
- Returns
the name of the entry point of the DLL.
executeFenced
public boolean executeFenced
- States
whether the DLL should run in a separate address space.
executeFencedIsNull
public boolean executeFencedIsNull
- Indicates
whether execute fended is set.
keepLoaded
public boolean keepLoaded
- States
whether the DLL should stay loaded.
keepLoadedIsNull
public boolean keepLoadedIsNull
- Indicates
whether keep loaded is set.
pathAndFileName
public String pathAndFileName
- Returns
the path and file name of the DLL.
DllOptions
public DllOptions()
DllOptions
public DllOptions(String entryPointName,
boolean executeFenced,
boolean executeFencedIsNull,
boolean keepLoaded,
boolean keepLoadedIsNull,
String pathAndFileName)
All Packages Class Hierarchy This Package Previous Next Index