TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Class EventProperties

java.lang.Object
  extended by fr.esrf.Tango.EventProperties
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class EventProperties
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "EventProperties"

Author:
JacORB IDL compiler
See Also:
Serialized Form

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

Field Detail

ch_event

public ChangeEventProp ch_event

per_event

public PeriodicEventProp per_event

arch_event

public ArchiveEventProp arch_event
Constructor Detail

EventProperties

public EventProperties()

EventProperties

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

TANGO Java API
( TangORB-7.3.3.jar)