com.ibm.workflow.api.ProgramTemplatePackage
Class DllOptions
java.lang.Object
|
+--com.ibm.workflow.api.ProgramTemplatePackage.DllOptions
- All Implemented Interfaces:
- java.io.Serializable
- public final class DllOptions
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
entryPointName
Returns
the name of the entry point
of the DLL. |
java.lang.Boolean |
executeFenced
States
whether the DLL should run
in a separate address space. |
java.lang.Boolean |
keepLoaded
States
whether the DLL
should stay loaded. |
java.lang.String |
pathAndFileName
Returns
the path and file
name of the DLL. |
Constructor Summary |
DllOptions()
|
DllOptions(java.lang.String entryPointName,
java.lang.Boolean executeFenced,
java.lang.Boolean keepLoaded,
java.lang.String pathAndFileName)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entryPointName
public java.lang.String entryPointName
- Returns
the name of the entry point
of the DLL.
executeFenced
public java.lang.Boolean executeFenced
- States
whether the DLL should run
in a separate address space.
keepLoaded
public java.lang.Boolean keepLoaded
- States
whether the DLL
should stay loaded.
pathAndFileName
public java.lang.String pathAndFileName
- Returns
the path and file
name of the DLL.
DllOptions
public DllOptions()
DllOptions
public DllOptions(java.lang.String entryPointName,
java.lang.Boolean executeFenced,
java.lang.Boolean keepLoaded,
java.lang.String pathAndFileName)
© Copyright IBM Corporation 1999, 2008. All Rights Reserved.