262728293031323334
public class NotifyServerTestRunner { public static void main(String[] args) throws Exception { AbstractChannelFactory factory = ConsoleMain.newFactory(new String[0]); System.out.println("SERVER IOR: " + factory.getIOR()); }
343536373839404142
*/ public class TypedServerTestRunner { public static void main(String[] args) throws Exception { AbstractChannelFactory factory = ConsoleMain.newFactory(new String[] {"-typed"}); System.out.println("SERVER IOR: " + factory.getIOR()); }
333435363738394041