jca.event
Class PutEvent

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

public class PutEvent
extends java.lang.Object
implements CaEvent


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

m_pv

protected jca.PV m_pv

m_type

protected int m_type

m_count

protected int m_count

m_arg

protected java.lang.Object m_arg

m_status

protected int m_status
Constructor Detail

PutEvent

public PutEvent(jca.PV pv,
                int type,
                int count,
                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()