jca.event
Class GetEvent

java.lang.Object
  |
  +--jca.event.GetEvent
All Implemented Interfaces:
CaEvent

public class GetEvent
extends java.lang.Object
implements CaEvent


Field Summary
protected  java.lang.Object m_arg
           
protected  jca.dbr.DBR m_dbr
           
protected  jca.PV m_pv
           
protected  int m_status
           
 
Constructor Summary
GetEvent(jca.PV pv, jca.dbr.DBR dbr, 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

m_pv

protected jca.PV m_pv

m_dbr

protected jca.dbr.DBR m_dbr

m_arg

protected java.lang.Object m_arg

m_status

protected int m_status
Constructor Detail

GetEvent

public GetEvent(jca.PV pv,
                jca.dbr.DBR dbr,
                java.lang.Object arg,
                int status)
Method Detail

pv

public jca.PV pv()

type

public int type()

count

public int count()

dbr

public jca.dbr.DBR dbr()

arg

public java.lang.Object arg()

status

public int status()