org.omg.CORBA.Policy [] policies = new org.omg.CORBA.Policy[1];
policies[0] = rootPOA.create_id_assignment_policy(IdAssignmentPolicyValue.USER_ID);
POA poa = rootPOA.create_POA("ChildOne", rootPOA.the_POAManager(),policies);
BasicServerImpl impl = new BasicServerImpl();
org.omg.CORBA.Object obj = rootPOA.servant_to_reference (impl);
poa.destroy(true, true);
Thread root = getAOMThread ((org.jacorb.poa.POA)rootPOA);