org.jacorb.notification
Class ConsoleMain

java.lang.Object
  extended by org.jacorb.notification.ConsoleMain

public class ConsoleMain
extends Object

Author:
Alphonse Bendt

Constructor Summary
ConsoleMain()
           
 
Method Summary
static void addCOSNamingName(Properties props, String name)
           
static void help()
           
static void main(String[] args)
           
static AbstractChannelFactory newFactory(String[] args)
           
static Properties parseProperties(String[] args)
           
static String[] splitArgs(String argString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleMain

public ConsoleMain()
Method Detail

help

public static void help()

addCOSNamingName

public static void addCOSNamingName(Properties props,
                                    String name)

newFactory

public static AbstractChannelFactory newFactory(String[] args)
                                         throws Exception
Throws:
Exception

parseProperties

public static Properties parseProperties(String[] args)

splitArgs

public static String[] splitArgs(String argString)

main

public static final void main(String[] args)
                       throws Exception
Throws:
Exception


Copyright © 2015 JacORB. All rights reserved.