gov.aps.jca.event
Class PutEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--gov.aps.jca.event.CAEvent
              |
              +--gov.aps.jca.event.PutEvent
All Implemented Interfaces:
java.io.Serializable

public class PutEvent
extends CAEvent

The listener interface for receiving PutEvents.

See Also:
Channel, Serialized Form

Constructor Summary
PutEvent(Channel channel, DBRType type, int count, CAStatus status)
           
 
Method Summary
 int getCount()
          Returns the number of elements actualy written.
 CAStatus getStatus()
          Returns the status of the operation.
 DBRType getType()
          Returns the type of the put request.
 
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

PutEvent

public PutEvent(Channel channel,
                DBRType type,
                int count,
                CAStatus status)
Method Detail

getType

public DBRType getType()
Returns the type of the put request. One of DBR_XXX.


getCount

public int getCount()
Returns the number of elements actualy written.


getStatus

public CAStatus getStatus()
Returns the status of the operation.