public MIOPProfile (String address, short port, String domainId, long groupId,
Version groupVersion, int groupRefVersion, IIOPProfile iiop)
{
this.groupIIOPProfile = iiop;
this.tagGroup = new TagGroupTaggedComponent(groupVersion, domainId, groupId, groupRefVersion);
TaggedComponentList list = new TaggedComponentList ();
list.addComponent (TAG_GROUP.value, tagGroup, TagGroupTaggedComponentHelper.class);
if (iiop != null)