|
||||||||||
| 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.GetEvent
An event which indicates the completion of an asynchronous Get request.
Channel,
Serialized Form| Constructor Summary | |
GetEvent(Channel channel,
DBR dbr,
CAStatus status)
|
|
| Method Summary | |
DBR |
getDBR()
Returns the DBR object containing the requested value. |
CAStatus |
getStatus()
|
| 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 GetEvent(Channel channel,
DBR dbr,
CAStatus status)
| Method Detail |
public DBR getDBR()
public CAStatus getStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||