org.jacorb.orb.listener
Interface AcceptorExceptionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DefaultAcceptorExceptionListener, NullAcceptorExceptionListener

public interface AcceptorExceptionListener
extends java.util.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
 void exceptionCaught(AcceptorExceptionEvent ae)
          Throwable th has been caught by the acceptor thread.
 

Method Detail

exceptionCaught

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