Enterprise Information Portal APIs

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
 
Constructor Summary
dkAbstractUserExit()
          Constructs a new dkAbstractUserExit class object
 
Method Summary
 DKNVPair[] postCondition(DKNVPair[] params)
          Post condition process for a user exit
 DKNVPair[] preCondition(DKNVPair[] params)
          Pre condition process for a user exit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

dkAbstractUserExit

public dkAbstractUserExit()
Constructs a new dkAbstractUserExit class object
Method Detail

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

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.