TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi
Class AttributeEventInfo

java.lang.Object
  extended by fr.esrf.TangoApi.AttributeEventInfo
All Implemented Interfaces:
java.io.Serializable

public class AttributeEventInfo
extends java.lang.Object
implements java.io.Serializable

Class Description: This class is the same class as EventProperties, but created for C++ compatibility.

Version:
$Revision: 1.7 $
Author:
verdier
See Also:
Serialized Form

Field Summary
 ArchiveEventInfo arch_event
           
 ChangeEventInfo ch_event
           
 PeriodicEventInfo per_event
           
 
Constructor Summary
AttributeEventInfo(ChangeEventProp ch_event, PeriodicEventProp per_event, ArchiveEventProp arch_event)
           
AttributeEventInfo(EventProperties ev_prop)
           
 
Method Summary
 EventProperties getTangoObj()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ch_event

public ChangeEventInfo ch_event

per_event

public PeriodicEventInfo per_event

arch_event

public ArchiveEventInfo arch_event
Constructor Detail

AttributeEventInfo

public AttributeEventInfo(ChangeEventProp ch_event,
                          PeriodicEventProp per_event,
                          ArchiveEventProp arch_event)

AttributeEventInfo

public AttributeEventInfo(EventProperties ev_prop)
Method Detail

getTangoObj

public EventProperties getTangoObj()

TANGO Java API
( TangORB-7.3.3.jar)