public interface MessageHandler
Modifier and Type | Field and Description |
---|---|
static int |
ERROR |
static int |
SUCCESS |
static int |
WARNING |
Modifier and Type | Method and Description |
---|---|
void |
handleMessage(IntRowRead row,
java.lang.String message,
int messageTypes)
application needs to implement this method if it needs to do message handling
|
static final int SUCCESS
static final int WARNING
static final int ERROR
void handleMessage(IntRowRead row, java.lang.String message, int messageTypes) throws java.sql.SQLException, DEException
row
- this object holds top level row that generated messagemessage
- message returned by CostpointmessageTypes
- message type returned by Costpoint :SUCCESS,WARNING,ERRORjava.sql.SQLException
DEException