651652653654655656657658659
public static synchronized void initORB() throws InvalidName { if (orb == null) { orb = new ORBWrapper(); orb.start(); } }