org.epics.pvmanager.jca
Class JCAMessagePayload

java.lang.Object
  extended by org.epics.pvmanager.jca.JCAMessagePayload

public class JCAMessagePayload
extends java.lang.Object

Represent the payload produced at each monitor event, consisting of both the metadata and the event data.

Author:
carcassi

Method Summary
 MonitorEvent getEvent()
          The event returned by the monitor.
 DBR getMetadata()
          The data taken with a GET at connection time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEvent

public MonitorEvent getEvent()
The event returned by the monitor.

Returns:
the monitor event

getMetadata

public DBR getMetadata()
The data taken with a GET at connection time.

Returns:
the dbr type for the metadata