public class PrintIOR extends Object
| Constructor and Description |
|---|
PrintIOR() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
entry point from the command line
|
static String |
printCorbalocIOR(ORB orb,
String iorString)
Given a IOR string this will decode it and output a corbaloc::...
|
static String |
printFullCorbalocIOR(ORB orb,
String iorString) |
static void |
printIOR(ORB orb,
ParsedIOR pior,
PrintWriter out)
top-level
|
public static void main(String[] args) throws Exception
Exceptionpublic static String printCorbalocIOR(ORB orb, String iorString)
public static String printFullCorbalocIOR(ORB orb, String iorString)
orb - iorString - public static void printIOR(ORB orb, ParsedIOR pior, PrintWriter out)
Copyright © 2017 JacORB. All rights reserved.