TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi.events
Class EventChannelStruct

java.lang.Object
  extended by fr.esrf.TangoApi.events.EventChannelStruct

public class EventChannelStruct
extends java.lang.Object

Author:
pascal_verdier

Field Summary
 DeviceProxy adm_device_proxy
           
 Database dbase
           
 org.omg.CosNotifyChannelAdmin.EventChannel eventChannel
           
 int has_notifd_closed_the_connection
           
 int heartbeat_filter_id
           
 boolean heartbeat_skipped
           
 java.lang.String host
           
 long last_heartbeat
           
 long last_subscribed
           
 boolean notifd_failed
           
 org.omg.CosNotifyChannelAdmin.StructuredProxyPushSupplier structuredProxyPushSupplier
           
 boolean use_db
           
 
Constructor Summary
EventChannelStruct()
          Creates a new instance of EventChannelStruct
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventChannel

public org.omg.CosNotifyChannelAdmin.EventChannel eventChannel

structuredProxyPushSupplier

public org.omg.CosNotifyChannelAdmin.StructuredProxyPushSupplier structuredProxyPushSupplier

adm_device_proxy

public DeviceProxy adm_device_proxy

last_subscribed

public long last_subscribed

last_heartbeat

public long last_heartbeat

heartbeat_skipped

public boolean heartbeat_skipped

heartbeat_filter_id

public int heartbeat_filter_id

host

public java.lang.String host

notifd_failed

public boolean notifd_failed

use_db

public boolean use_db

dbase

public Database dbase

has_notifd_closed_the_connection

public int has_notifd_closed_the_connection
Constructor Detail

EventChannelStruct

public EventChannelStruct()
Creates a new instance of EventChannelStruct


TANGO Java API
( TangORB-7.3.3.jar)