{
out.println("\tProfile Id:\t\t" + i);
IIOPProfile profile = (IIOPProfile)profiles.get(i);
out.println("\tIIOP Version:\t\t" +
(int)profile.version().major + "." +
(int)profile.version().minor);
out.println("\tHost:\t\t\t" +
((IIOPAddress)profile.getAddress()).getOriginalHost());
int port = ((IIOPAddress)profile.getAddress()).getPort();