org.jacorb.orb.listener

Interface AcceptorExceptionListener

public interface AcceptorExceptionListener extends EventListener

A callback interface to notify client code that the acceptor caught an exception. The implementation can then decide how to handle the exception, e.g. shutdown the ORB.

Version: $Id: AcceptorExceptionListener.java,v 1.1 2006/06/26 08:08:24 alphonse.bendt Exp $

Author: Nick Cross

Method Summary
voidexceptionCaught(AcceptorExceptionEvent ae)
Throwable th has been caught by the acceptor thread.

Method Detail

exceptionCaught

public void exceptionCaught(AcceptorExceptionEvent ae)
Throwable th has been caught by the acceptor thread.