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.
If a listener is added as listener during firing of an event, it wont be notified about the last event.
 

Method Detail

serverErrorOccurred

public void serverErrorOccurred(JCO.Server server,
                                java.lang.Error error)
Called when an server exception occured.
If a listener is added as listener during firing of an event, it wont be notified about the last event. If a listener is removed from the list of listeners during firing of an event, it will be notified about the last event.
Parameters:
server - the server in which the error occurred
error - the error that has happened