TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi
Class IORDumpDAODefaultImpl

java.lang.Object
  extended by fr.esrf.TangoApi.IORDumpDAODefaultImpl
All Implemented Interfaces:
IIORDumpDAO

public class IORDumpDAODefaultImpl
extends java.lang.Object
implements IIORDumpDAO

Class descriptio: This class analyze a IOR string.


Constructor Summary
IORDumpDAODefaultImpl()
           
 
Method Summary
 java.lang.String get_host()
          Return the host where the process is running.
 java.lang.String get_hostname()
          Return the host name where the process is running.
 java.lang.String get_iiop_version()
          Return the IIOP version number.
 int get_port()
          Return the connection port.
 int get_prg_number()
          Return the connection TACO prg_number.
 java.lang.String get_type_id()
          Return the ID type
 void init(IORdump iORdump, DeviceProxy dev)
           
 void init(IORdump iORdump, java.lang.String devname)
           
 void init(IORdump iORdump, java.lang.String devname, java.lang.String iorString)
           
 java.lang.String toString(IORdump iORdump)
          Return a string with ID type, IIOP version, host name, and port number.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IORDumpDAODefaultImpl

public IORDumpDAODefaultImpl()
Method Detail

init

public void init(IORdump iORdump,
                 java.lang.String devname,
                 java.lang.String iorString)
          throws DevFailed
Specified by:
init in interface IIORDumpDAO
Throws:
DevFailed

init

public void init(IORdump iORdump,
                 java.lang.String devname)
          throws DevFailed
Specified by:
init in interface IIORDumpDAO
Throws:
DevFailed

init

public void init(IORdump iORdump,
                 DeviceProxy dev)
          throws DevFailed
Specified by:
init in interface IIORDumpDAO
Throws:
DevFailed

toString

public java.lang.String toString(IORdump iORdump)
Return a string with ID type, IIOP version, host name, and port number.

Specified by:
toString in interface IIORDumpDAO

get_type_id

public java.lang.String get_type_id()
Return the ID type

Specified by:
get_type_id in interface IIORDumpDAO

get_host

public java.lang.String get_host()
Return the host where the process is running.

Specified by:
get_host in interface IIORDumpDAO

get_hostname

public java.lang.String get_hostname()
Return the host name where the process is running.

Specified by:
get_hostname in interface IIORDumpDAO

get_port

public int get_port()
Return the connection port.

Specified by:
get_port in interface IIORDumpDAO

get_prg_number

public int get_prg_number()
Return the connection TACO prg_number.

Specified by:
get_prg_number in interface IIORDumpDAO

get_iiop_version

public java.lang.String get_iiop_version()
Return the IIOP version number.

Specified by:
get_iiop_version in interface IIORDumpDAO

TANGO Java API
( TangORB-7.3.3.jar)