org.jacorb.orb.listener
Class AcceptorExceptionEvent
java.lang.Object
java.util.EventObject
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
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
AcceptorExceptionEvent(java.lang.Object source,
org.omg.CORBA.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. |
org.omg.CORBA.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 |
AcceptorExceptionEvent
public AcceptorExceptionEvent(java.lang.Object source,
org.omg.CORBA.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
valueorb
- an ORB
valueth
- a Throwable
value
getORB
public org.omg.CORBA.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.