Lines Matching defs:id

217     // default ORB version is the version of ORB with correct Rep-id
361 // This is the unique id of this server (JVM). Multiple incarnations
863 * @param id the logical id for the typecode.
868 public synchronized TypeCode create_struct_tc(String id,
873 return new TypeCodeImpl(this, TCKind._tk_struct, id, name, members);
879 * @param id the logical id for the typecode.
886 public synchronized TypeCode create_union_tc(String id,
894 id,
903 * @param id the logical id for the typecode.
908 public synchronized TypeCode create_enum_tc(String id,
913 return new TypeCodeImpl(this, TCKind._tk_enum, id, name, members);
919 * @param id the logical id for the typecode.
925 public synchronized TypeCode create_alias_tc(String id,
930 return new TypeCodeImpl(this, TCKind._tk_alias, id, name, original_type);
936 * @param id the logical id for the typecode.
941 public synchronized TypeCode create_exception_tc(String id,
946 return new TypeCodeImpl(this, TCKind._tk_except, id, name, members);
952 * @param id the logical id for the typecode.
956 public synchronized TypeCode create_interface_tc(String id,
960 return new TypeCodeImpl(this, TCKind._tk_objref, id, name);
1035 public synchronized org.omg.CORBA.TypeCode create_native_tc(String id,
1039 return new TypeCodeImpl(this, TCKind._tk_native, id, name);
1043 String id,
1047 return new TypeCodeImpl(this, TCKind._tk_abstract_interface, id, name);
1056 public synchronized org.omg.CORBA.TypeCode create_value_tc(String id,
1063 return new TypeCodeImpl(this, TCKind._tk_value, id, name,
1067 public synchronized org.omg.CORBA.TypeCode create_recursive_tc(String id) {
1069 return new TypeCodeImpl(this, id);
1072 public synchronized org.omg.CORBA.TypeCode create_value_box_tc(String id,
1077 return new TypeCodeImpl(this, TCKind._tk_value_box, id, name,
1093 // Keeping track of type codes by repository id.
1179 * If this operation is called with an id, <code>"Y"</code>, and an
1184 * @param id The ID by which the initial reference will be known.
1186 * @throws InvalidName if this operation is called with an empty string id
1187 * or this operation is called with an id that is already registered,
1192 String id, org.omg.CORBA.Object obj ) throws InvalidName
1200 if ((id == null) || (id.length() == 0))
1210 java.lang.Object obj2 = localResolver.resolve( id ) ;
1212 throw new InvalidName(id + " already registered") ;
1214 localResolver.register( id, ClosureFactory.makeConstant( obj )) ;
1221 insnd, id ) ;
1556 * The bad server id handler is used by the Locator to