org.jacorb.orb.listener

Class DefaultAcceptorExceptionListener

public class DefaultAcceptorExceptionListener extends Object implements AcceptorExceptionListener, Configurable

The JacORB default implementation of interface AcceptorExceptionListener. It will shutdown the ORB on all Errors and for SSLExceptions that are thrown on the first loop.

Version: $Id: DefaultAcceptorExceptionListener.java,v 1.2 2006/06/29 13:20:58 alphonse.bendt Exp $

Author: Nick Cross

Method Summary
voidconfigure(Configuration configuration)
Creates a new DefaultAcceptorExceptionListener instance.
voidexceptionCaught(AcceptorExceptionEvent e)
Throwable th has been caught by the acceptor thread.

Method Detail

configure

public void configure(Configuration configuration)
Creates a new DefaultAcceptorExceptionListener instance.

exceptionCaught

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

Parameters: e an AcceptorExceptionEvent value