com.sap.mw.jco
Interface JCO.ServerExceptionListener
- Enclosing interface:
- 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).
serverExceptionOccurred
public void serverExceptionOccurred(JCO.Server server,
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
Copyright 2006 SAP AG Complete Copyright Notice