|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.di.connector.sapr3.aleidoc.SapIDocServerListener
public class SapIDocServerListener
Implementation of JCo.Server listeners for internal middleware exceptions, errors, state changes and trace messages.
| Constructor Summary | |
|---|---|
SapIDocServerListener(SapALEIDocConnector conn)
Only available constructor. |
|
| Method Summary | |
|---|---|
void |
serverErrorOccurred(com.sap.mw.jco.JCO.Server srvr,
Error error)
Overridden method of JCoIDoc.ServerErrorListener. |
void |
serverExceptionOccurred(com.sap.mw.jco.JCO.Server srvr,
Exception ex)
Overridden method of JCoIDoc.ServerExceptionListener. |
void |
serverStateChangeOccurred(com.sap.mw.jco.JCO.Server srvr,
int old_state,
int new_state)
Overridden method of JCoIDoc.ServerStateChangedListener Listens for JCo Server state changes. |
void |
trace(int trcLevel,
String trcMessage)
Overridden method of JCoIDoc.TraceListener Listens for JCo Server internal trace messages. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SapIDocServerListener(SapALEIDocConnector conn)
conn - - The Connector providing the log and trace mechanisims.| Method Detail |
|---|
public void serverExceptionOccurred(com.sap.mw.jco.JCO.Server srvr,
Exception ex)
serverExceptionOccurred in interface com.sap.mw.jco.JCO.ServerExceptionListenersrvr - - The JCo Server who throw the exception.ex - - The internal JCo exception.
public void serverErrorOccurred(com.sap.mw.jco.JCO.Server srvr,
Error error)
serverErrorOccurred in interface com.sap.mw.jco.JCO.ServerErrorListenersrvr - - The JCo Server who throw the exception.error - - The internal JCo error message.
public void serverStateChangeOccurred(com.sap.mw.jco.JCO.Server srvr,
int old_state,
int new_state)
serverStateChangeOccurred in interface com.sap.mw.jco.JCO.ServerStateChangedListenersrvr - - The JCo Server who throw the exception.old_state - - The previous Server state.new_state - - The new Server state.
public void trace(int trcLevel,
String trcMessage)
trace in interface com.sap.mw.jco.JCO.TraceListenertrcLevel - - The trace level.trcMessage - - The trace message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||