/** * Get the array of POA current repository ids. * * @return a single member array, containing value, returned * by the {@link CurrentHelper#id}, normally * "IDL:omg.org/PortableServer/Current:2.3". */ public String[] _ids() { return new String[] { CurrentHelper.id() }; }