|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--jca.event.PutEvent
| Field Summary | |
protected java.lang.Object |
m_arg
|
protected int |
m_count
|
protected jca.PV |
m_pv
|
protected int |
m_status
|
protected int |
m_type
|
| Constructor Summary | |
PutEvent(jca.PV pv,
int type,
int count,
java.lang.Object arg,
int status)
|
|
| Method Summary | |
java.lang.Object |
arg()
|
int |
count()
|
jca.dbr.DBR |
dbr()
|
jca.PV |
pv()
|
int |
status()
|
int |
type()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected jca.PV m_pv
protected int m_type
protected int m_count
protected java.lang.Object m_arg
protected int m_status
| Constructor Detail |
public PutEvent(jca.PV pv,
int type,
int count,
java.lang.Object arg,
int status)
| Method Detail |
public jca.PV pv()
public int type()
public int count()
public jca.dbr.DBR dbr()
public java.lang.Object arg()
public int status()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||