POA bidir_poa = root_poa.create_POA( "BiDirPOA",
root_poa.the_POAManager(),
policies );
bidir_poa.the_POAManager().activate();
final CallbackIf myself = CallbackIfHelper.narrow( bidir_poa.servant_to_reference( new CallbackIfImpl() ));
//narrow to test interface
final TestIf remoteObj = TestIfHelper.narrow( setup.getServerObject() );
final int callInterval = 1;