Java 类org.omg.CORBA.CurrentHelper 实例源码

项目:javify    文件:gnuPoaCurrent.java   
/**
 * 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() };
}
项目:jvm-stm    文件:gnuPoaCurrent.java   
/**
 * 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() };
}
项目:JamVM-PH    文件:gnuPoaCurrent.java   
/**
 * 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() };
}
项目:classpath    文件:gnuPoaCurrent.java   
/**
 * 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() };
}