com.sap.mw.jco
Interface JCO.ServerExceptionListener
- Enclosing class:
- JCO
- public static interface JCO.ServerExceptionListener
JCO server exception listener interface.
An application implements this interface if it wants
to get informed about the exceptions occurring in the server(s).
|
Method Summary |
void |
serverExceptionOccurred(JCO.Server server,
java.lang.Exception exception)
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.
|
serverExceptionOccurred
public void serverExceptionOccurred(JCO.Server server,
java.lang.Exception exception)
- 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 occurredexception - the exception that has happened