TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi
Class IORdump

java.lang.Object
  extended by fr.esrf.TangoApi.IORdump

public class IORdump
extends java.lang.Object

Class descriptio: This class analyze a IOR string.


Field Summary
 boolean is_taco
           
 
Constructor Summary
IORdump(DeviceProxy dev)
           
IORdump(java.lang.String devname)
           
IORdump(java.lang.String devname, java.lang.String iorString)
           
 
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
static java.lang.String getIor(java.lang.String filename)
           
 IIORDumpDAO getIordumpDAO()
           
static void main(java.lang.String[] args)
           
static void printSyntax()
           
 void setIordumpDAO(IIORDumpDAO iordumpDAO)
           
 java.lang.String toString()
          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, wait, wait, wait
 

Field Detail

is_taco

public boolean is_taco
Constructor Detail

IORdump

public IORdump(java.lang.String devname,
               java.lang.String iorString)
        throws DevFailed
Throws:
DevFailed

IORdump

public IORdump(java.lang.String devname)
        throws DevFailed
Throws:
DevFailed

IORdump

public IORdump(DeviceProxy dev)
        throws DevFailed
Throws:
DevFailed
Method Detail

toString

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

Overrides:
toString in class java.lang.Object

get_type_id

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


get_host

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


get_hostname

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


get_port

public int get_port()
Return the connection port.


get_prg_number

public int get_prg_number()
Return the connection TACO prg_number.


get_iiop_version

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


printSyntax

public static void printSyntax()

getIor

public static java.lang.String getIor(java.lang.String filename)
                               throws java.io.FileNotFoundException,
                                      java.lang.SecurityException,
                                      java.io.IOException
Throws:
java.io.FileNotFoundException
java.lang.SecurityException
java.io.IOException

main

public static void main(java.lang.String[] args)

getIordumpDAO

public IIORDumpDAO getIordumpDAO()

setIordumpDAO

public void setIordumpDAO(IIORDumpDAO iordumpDAO)

TANGO Java API
( TangORB-7.3.3.jar)