com.pcbsys.nirvana.client.nAsyncExceptionListener Interface Reference

This interface should be implemented by classes wishing to register to receive asynchronous errors from the nirvana server. More...

Inherited by com.pcbsys.nirvana.base.clientimpl.multiconnection.nExceptionListenerManagerImpl.ExceptionListener, com.pcbsys.nirvana.nJMS.ConnectionImpl, and com.pcbsys.nirvana.nSpace.NirvanaContext.

Public Member Functions

void handleException (nBaseClientException exception)
 This method is called by the nirvana API to notify a registered asynchronous exception listener that an error has occured outside the scope of the calling thread. More...
 

Detailed Description

This interface should be implemented by classes wishing to register to receive asynchronous errors from the nirvana server.

Member Function Documentation

void com.pcbsys.nirvana.client.nAsyncExceptionListener.handleException ( nBaseClientException  exception)

This method is called by the nirvana API to notify a registered asynchronous exception listener that an error has occured outside the scope of the calling thread.

Parameters
exceptionan com.pcbsys.nirvana.client.nBaseClientException object containing the error that has occured