org.apache.yoko.orb.OB
Class IORDump

java.lang.Object
  extended by org.apache.yoko.orb.OB.IORDump

public class IORDump
extends Object


Constructor Summary
IORDump()
           
 
Method Summary
static void DumpIOR(ORB orb, String ref, boolean hasEndian)
           
static void DumpIOR(ORB orb, String ref, boolean hasEndian, PrintStream ps)
           
static String DumpIORToString(ORB orb, String ref, boolean hasEndian)
           
static void main(String[] args)
           
static String PrintObjref(ORB orb, IOR ior)
           
static void PrintObjref(ORB orb, PrintStream out, IOR ior)
           
static int run(ORB orb, String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IORDump

public IORDump()
Method Detail

PrintObjref

public static String PrintObjref(ORB orb,
                                 IOR ior)

PrintObjref

public static void PrintObjref(ORB orb,
                               PrintStream out,
                               IOR ior)

DumpIOR

public static void DumpIOR(ORB orb,
                           String ref,
                           boolean hasEndian)

DumpIORToString

public static String DumpIORToString(ORB orb,
                                     String ref,
                                     boolean hasEndian)

DumpIOR

public static void DumpIOR(ORB orb,
                           String ref,
                           boolean hasEndian,
                           PrintStream ps)

run

public static int run(ORB orb,
                      String[] args)
               throws UserException
Throws:
UserException

main

public static void main(String[] args)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.