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
           
 
Method Summary
 void distribution(DistributionFunctionArguments inArgs)
          MDMPIM will invoke this method to perform a custom distribution.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

distribution

void distribution(DistributionFunctionArguments inArgs)
MDMPIM will invoke this method to perform a custom distribution.

Parameters:
inArgs - The argument bean for this invocation.