Creates a new instance of IIOPServerInstance this.name = name;
this.name = name;
if(this.iiopEndPoints == null) this.iiopEndPoints = new ArrayList(); this.iiopEndPoints.add(new IIOPEndPoint(id,host,port));
return this.iiopEndPoints;
return name;