org.jacorb.orb.listener

Class AcceptorExceptionEvent

public class AcceptorExceptionEvent extends EventObject

AcceptorExceptionEvent defines an event state object for a Acceptor Exception events.

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

Author: Nick Cross

Constructor Summary
AcceptorExceptionEvent(Object source, ORB orb, Throwable th)
Creates a new AcceptorExceptionEvent instance passing in the source of the event and relevant connection data.
Method Summary
ThrowablegetException()
getException is an accessor for the stack trace.
ORBgetORB()
getORB is an accessor for the ORB.
StringtoString()
Returns a String representation of this EventObject.

Constructor Detail

AcceptorExceptionEvent

public AcceptorExceptionEvent(Object source, ORB orb, Throwable th)
Creates a new AcceptorExceptionEvent instance passing in the source of the event and relevant connection data.

Parameters: source an Object value orb an ORB value th a Throwable value

Method Detail

getException

public Throwable getException()
getException is an accessor for the stack trace.

Returns: a Throwable value

getORB

public ORB getORB()
getORB is an accessor for the ORB.

Returns: a ORB value

toString

public String toString()
Returns a String representation of this EventObject.

Returns: A String representation of this EventObject.