|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--gov.aps.jca.event.CAEvent
|
+--gov.aps.jca.event.ContextExceptionEvent
An event which indicates an asynchronous exception in a Context. Asynchronous context exceptions occur when a server notify the Context of a remote problem.
Context,
Serialized Form| Constructor Summary | |
ContextExceptionEvent(Context ctxt,
Channel ch,
DBRType dbrType,
int count,
DBR dbr,
java.lang.String msg)
|
|
| Method Summary | |
Channel |
getChannel()
The Channel associated with the exception if any. |
int |
getCount()
Returns the element count of the request when the failure occured. |
DBR |
getDBR()
Returns the DBR object of the request when the failure occured. |
DBRType |
getDBRType()
Returns the type of the request when the failure occured. |
java.lang.String |
getMessage()
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ContextExceptionEvent(Context ctxt,
Channel ch,
DBRType dbrType,
int count,
DBR dbr,
java.lang.String msg)
| Method Detail |
public Channel getChannel()
public DBRType getDBRType()
public int getCount()
public DBR getDBR()
public java.lang.String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||