|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoServerExceptionListener
Listener interface for the exceptions occurred inside of the JCoServer in the JCo runtime. An application, that want to be informed about all exceptions occurred inside of the JCoServer, have to pass an instance of this interface to JCoServer.addServerExceptionListener
JCoServer.addServerExceptionListener(JCoServerExceptionListener)
Method Summary | |
---|---|
void |
serverExceptionOccurred(JCoServer server,
java.lang.String connectionID,
JCoServerContextInfo serverCtx,
java.lang.Exception exception)
Called when a server exception occurred. If a listener is added as listener during firing of an event, it won't be notified about the last event. |
Method Detail |
---|
void serverExceptionOccurred(JCoServer server, java.lang.String connectionID, JCoServerContextInfo serverCtx, java.lang.Exception exception)
server
- the server in which the exception was thrownconnectionID
- id of the connection, used in the context where the exception was thrown. Could be null.serverCtx
- server context id where the exception was thrown. Could be null.exception
- the exception that was thrown inside of the JCo runtime
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |