|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.di.api.remote.impl.LogListenerAdapter
public class LogListenerAdapter
Adapt remote API listener to local API listener.
| Constructor Summary | |
|---|---|
LogListenerAdapter(LogListener remoteListener)
Constructor |
|
| Method Summary | |
|---|---|
void |
messageLogged(java.lang.String aMessage)
Called right after the specified message is logged. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogListenerAdapter(LogListener remoteListener)
throws DIException
remoteListener - Log listener from the remote Server API layer.
DIException - If the remoteListener is null.| Method Detail |
|---|
public void messageLogged(java.lang.String aMessage)
throws DIException
messageLogged in interface LogListeneraMessage - the message text
DIException - If an error is encountered.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||