com.ibm.mm.sdk.common
Class dkAbstractUserExit
java.lang.Object
|
+--com.ibm.mm.sdk.common.dkAbstractUserExit
- All Implemented Interfaces:
- DKMessageId, dkUserExit, java.io.Serializable
- public class dkAbstractUserExit
- extends java.lang.Object
- implements dkUserExit, DKMessageId, java.io.Serializable
This class defines methods to for a user exit class
- See Also:
- Serialized Form
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dkAbstractUserExit
public dkAbstractUserExit()
- Constructs a new dkAbstractUserExit class object
preCondition
public DKNVPair[] preCondition(DKNVPair[] params)
throws DKException,
java.lang.Exception
- Pre condition process for a user exit
- Specified by:
preCondition
in interface dkUserExit
- 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
- Specified by:
postCondition
in interface dkUserExit
- 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.