|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--gov.aps.epics.jca.CaEvent
|
+--gov.aps.epics.jca.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| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ContextExceptionEvent(gov.aps.epics.jca.Context ctxt,
gov.aps.epics.jca.Channel ch,
int type,
int count,
gov.aps.epics.jca.dbr.DBR dbr,
int status,
int op,
java.lang.String ctxtInfo,
java.lang.String file,
int line)
|
|
| Method Summary | |
gov.aps.epics.jca.Channel |
getChannel()
The Channel associated with the exception if any. |
java.lang.String |
getContextInfo()
Returns a String representing some information about the Context when the failure occured. |
int |
getCount()
Returns the element count of the request when the failure occured. |
gov.aps.epics.jca.dbr.DBR |
getDBR()
Returns the DBR object of the request when the failure occured. |
java.lang.String |
getFile()
Returns the name of the file in which the failure occured if available. |
int |
getLine()
Returns the line number in the file where the failure occured if available. |
int |
getOP()
Returns the OP code of the operation when the failure occured. |
int |
getStatus()
Returns the status of the operation when the failure occured. |
int |
getType()
Returns the type of the request when the failure occured. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ContextExceptionEvent(gov.aps.epics.jca.Context ctxt,
gov.aps.epics.jca.Channel ch,
int type,
int count,
gov.aps.epics.jca.dbr.DBR dbr,
int status,
int op,
java.lang.String ctxtInfo,
java.lang.String file,
int line)
| Method Detail |
public gov.aps.epics.jca.Channel getChannel()
public int getType()
CaConstantspublic int getCount()
public gov.aps.epics.jca.dbr.DBR getDBR()
public int getStatus()
public int getOP()
CaConstantspublic java.lang.String getContextInfo()
public java.lang.String getFile()
public int getLine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||