org.jacorb.orb.listener
Class AcceptorExceptionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jacorb.orb.listener.AcceptorExceptionEvent
All Implemented Interfaces:
java.io.Serializable

public class AcceptorExceptionEvent
extends java.util.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
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AcceptorExceptionEvent(java.lang.Object source, ORB orb, java.lang.Throwable th)
          Creates a new AcceptorExceptionEvent instance passing in the source of the event and relevant connection data.
 
Method Summary
 java.lang.Throwable getException()
          getException is an accessor for the stack trace.
 ORB getORB()
          getORB is an accessor for the ORB.
 java.lang.String toString()
          Returns a String representation of this EventObject.
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcceptorExceptionEvent

public AcceptorExceptionEvent(java.lang.Object source,
                              ORB orb,
                              java.lang.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

getORB

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

Returns:
a ORB value

getException

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

Returns:
a Throwable value

toString

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

Overrides:
toString in class java.util.EventObject
Returns:
A String representation of this EventObject.