com.ibm.pim.extensionpoints
Interface DistributionFunction
public interface DistributionFunction
Interface that represents a "Custom Distribution" implementation in java.
- Since:
- 6.0.0
Field Summary |
static java.lang.String |
copyright
|
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
distribution
void distribution(DistributionFunctionArguments inArgs)
- MDMPIM will invoke this method to perform a custom distribution.
- Parameters:
inArgs
- The argument bean for this invocation.