// create an timeout value of 1 sec. The unit is a time
// step of 100 nano secs., so 10000 of these make up a
// micro second.
Any rrtPolicyAny = orb.create_any();
rrtPolicyAny.insert_ulonglong (timeoutInMillis * MSEC_FACTOR);
// create a relative roundtrip timeout policy and set this
// policy ORB-wide
Policy rrtPolicy =
orb.create_policy( RELATIVE_RT_TIMEOUT_POLICY_TYPE.value,