*/
private void testHostAndPortInIIOPProfile(org.omg.CORBA.Object obj, int pos, String host, int port)
{
// try to get ORB delegate to object
org.jacorb.orb.Delegate jacOrbDelegate = null;
Delegate localObj = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate();
jacOrbDelegate = (org.jacorb.orb.Delegate)localObj;
// ParsedIOR pior = jacOrbDelegate.getParsedIOR();
org.omg.IOP.IOR ior = jacOrbDelegate.getIOR();