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

Variable Index

 o entryPointName
Returns the name of the entry point of the DLL.
 o executeFenced
States whether the DLL should run in a separate address space.
 o executeFencedIsNull
Indicates whether execute fended is set.
 o keepLoaded
States whether the DLL should stay loaded.
 o keepLoadedIsNull
Indicates whether keep loaded is set.
 o pathAndFileName
Returns the path and file name of the DLL.

Constructor Index

 o DllOptions()
 o DllOptions(String, boolean, boolean, boolean, boolean, String)

Variables

 o entryPointName
 public String entryPointName
Returns the name of the entry point of the DLL.

 o executeFenced
 public boolean executeFenced
States whether the DLL should run in a separate address space.

 o executeFencedIsNull
 public boolean executeFencedIsNull
Indicates whether execute fended is set.

 o keepLoaded
 public boolean keepLoaded
States whether the DLL should stay loaded.

 o keepLoadedIsNull
 public boolean keepLoadedIsNull
Indicates whether keep loaded is set.

 o pathAndFileName
 public String pathAndFileName
Returns the path and file name of the DLL.

Constructors

 o DllOptions
 public DllOptions()
 o DllOptions
 public DllOptions(String entryPointName,
                   boolean executeFenced,
                   boolean executeFencedIsNull,
                   boolean keepLoaded,
                   boolean keepLoadedIsNull,
                   String pathAndFileName)

All Packages  Class Hierarchy  This Package  Previous  Next  Index