TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi.events
Class DbEventImportInfo

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

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

Author:
pascal_verdier
See Also:
Serialized Form

Field Summary
 boolean channel_exported
          true if device is exported.
 java.lang.String channel_ior
          ior connection as String.
 java.lang.String host
          host where notifd running
 java.lang.String name
          channel_name
 
Constructor Summary
DbEventImportInfo()
          Creates a new instance of DbEventImportInfo
DbEventImportInfo(DevVarLongStringArray info)
          Complete constructor.
DbEventImportInfo(java.lang.String name, java.lang.String host, boolean exported, java.lang.String ior)
          Complete constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
channel_name


channel_ior

public java.lang.String channel_ior
ior connection as String.


host

public java.lang.String host
host where notifd running


channel_exported

public boolean channel_exported
true if device is exported.

Constructor Detail

DbEventImportInfo

public DbEventImportInfo()
Creates a new instance of DbEventImportInfo


DbEventImportInfo

public DbEventImportInfo(DevVarLongStringArray info)
Complete constructor.


DbEventImportInfo

public DbEventImportInfo(java.lang.String name,
                         java.lang.String host,
                         boolean exported,
                         java.lang.String ior)
Complete constructor.


TANGO Java API
( TangORB-7.3.3.jar)