|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Convenience interface to keep the Public API tidy.
| Field Summary | |
static int |
MT_DEBUGTag indicating message is a debug message. |
static int |
MT_ERRORTag indicating message is a error message. |
static int |
MT_INFOTag indicating message is a information message. |
static int |
MT_WARNINGTag indicating message is a warning message. |
| Method Summary | |
void |
message(int msgType, java.lang.String msg)Method message() is called during derivation with derivation messages. |
| Field Detail |
public static final int MT_DEBUG
public static final int MT_INFO
public static final int MT_WARNING
public static final int MT_ERROR
| Method Detail |
public void message(int msgType,
java.lang.String msg)
message in interface oracle.wh.iobuilder.iobuilderListenermsgType - Message type, one of MT_DEBUG, MT_INFO, MT_WARNING or MT_ERROR.msg - String containing derivation message.
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||