public class AcceptorExceptionEvent extends EventObject
AcceptorExceptionEvent defines an event state object for a
Acceptor Exception events.source| Constructor and Description |
|---|
AcceptorExceptionEvent(Object source,
ORB orb,
Throwable th)
Creates a new
AcceptorExceptionEvent instance passing in the
source of the event and relevant connection data. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getSourcepublic ORB getORB()
getORB is an accessor for the ORB.ORB valuepublic Throwable getException()
getException is an accessor for the stack trace.Throwable valuepublic String toString()
toString in class EventObjectCopyright © 2017 JacORB. All rights reserved.