org.jacorb.orb.listener
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 $
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 | |
---|---|
Throwable | getException()getException is an accessor for the stack trace.
|
ORB | getORB()getORB is an accessor for the ORB.
|
String | toString()
Returns a String representation of this EventObject.
|
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
getException
is an accessor for the stack trace.
Returns: a Throwable
value
getORB
is an accessor for the ORB.
Returns: a ORB
value
Returns: A String representation of this EventObject.