com.ibm.mm.sdk.common
Interface dkUserExit
- All Known Subinterfaces:
- dkImportDataSources, dkImportUsers
- All Known Implementing Classes:
- dkAbstractUserExit
- public interface dkUserExit
This class defines methods to for a user exit class
preCondition
public DKNVPair[] preCondition(DKNVPair[] params)
throws DKException,
java.lang.Exception
- Pre condition process for a user exit
- Parameters:
params
- name/value pairs passed to the user exit- Returns:
- the returned name/value pairs for processing by a datastore
postCondition
public DKNVPair[] postCondition(DKNVPair[] params)
throws DKException,
java.lang.Exception
- Post condition process for a user exit
- Parameters:
params
- name/value pairs passed to the user exit- Returns:
- the returned name/value pairs for processing by a datastore
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.