org.jacorb.orb.listener
Class DefaultAcceptorExceptionListener

java.lang.Object
  extended by org.jacorb.orb.listener.DefaultAcceptorExceptionListener
All Implemented Interfaces:
java.util.EventListener, org.jacorb.config.Configurable, AcceptorExceptionListener

public class DefaultAcceptorExceptionListener
extends java.lang.Object
implements AcceptorExceptionListener, org.jacorb.config.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.4 2009-05-03 21:35:56 andre.spiegel Exp $
Author:
Nick Cross

Constructor Summary
DefaultAcceptorExceptionListener()
           
 
Method Summary
 void configure(org.jacorb.config.Configuration configuration)
          Creates a new DefaultAcceptorExceptionListener instance.
 void exceptionCaught(AcceptorExceptionEvent e)
          Throwable th has been caught by the acceptor thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAcceptorExceptionListener

public DefaultAcceptorExceptionListener()
Method Detail

configure

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

Specified by:
configure in interface org.jacorb.config.Configurable

exceptionCaught

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

Specified by:
exceptionCaught in interface AcceptorExceptionListener
Parameters:
e - an AcceptorExceptionEvent value