com.sap.mw.jco
Interface JCO.ServerErrorListener

Enclosing class:
JCO

public static interface JCO.ServerErrorListener

JCO server error listener interface. An application implements this interface if it wants to get informed about the error occurring in the server(s).


Method Summary
 void serverErrorOccurred(JCO.Server server, java.lang.Error error)
          Called when an server exception occured
 

Method Detail

serverErrorOccurred

public void serverErrorOccurred(JCO.Server server,
                                java.lang.Error error)
Called when an server exception occured
Parameters:
server - the server in which the error occurred
error - the error that has happened