Searched refs:repID (Results 1 - 8 of 8) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DTCOffsets.java78 String repID = Util.stripLeadingUnderscoresFromID (entry.repositoryID ().ID ());
80 offset += alignStrLen (repID) + alignStrLen (entry.name ());
82 offset += alignStrLen (repID) + alignStrLen (entry.name ()) + 4;
84 offset += alignStrLen (repID) + alignStrLen (entry.name ()) + 12;
87 offset += alignStrLen (repID) + alignStrLen (entry.name ()) + 4;
96 offset += alignStrLen (repID) + alignStrLen (entry.name ());
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/
H A DORBUtility.java110 private static TypeCode getSystemExceptionTypeCode(ORB orb, String repID, String name) { argument
112 return orb.create_exception_tc(repID, name, systemExceptionMembers(orb));
139 String repID = ORBUtility.repositoryIdOf(name);
140 out.write_string(repID);
144 getSystemExceptionTypeCode(orb, repID, name));
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/util/
H A DUtility.java494 * first repID in the tie. If false, will walk all repIDs.
582 * first repID in the tie. If false, will walk all repIDs.
732 public static String stubNameFromRepID (String repID) { argument
737 RepositoryId id = RepositoryId.cache.getId(repID);
792 public static Class loadStubClass(String repID, argument
797 // Get the repID and check for "" special case.
801 if (repID.length() == 0) {
805 // Get the stubname from the repID and load
808 String className = Utility.stubNameFromRepID(repID);
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/io/
H A DValueHandlerImpl.java407 RepositoryId repID = RepositoryId.cache.getId(id);
408 return repID.getClassName();
728 String repID = RepositoryId.createForAnyType(componentType);
730 Utility.loadStubClass(repID, codebase, componentType);
H A DIIOPInputStream.java1920 String repID = vhandler.createForAnyType(fieldType);
1922 Utility.loadStubClass(repID, codebase, fieldType);
/openjdk10/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java1570 String repID = ct.getRepositoryID().substring( 4 );
1571 StringTokenizer rept = new StringTokenizer( repID,"/" );
1618 String repID = at.getRepositoryID();
1619 int rix1 = repID.indexOf( '[' ); //edit repository id
1620 int rix2 = repID.lastIndexOf( '[' ) + 1;
1622 repID.substring( 0,rix1 ) +
1623 repID.substring( rix2 ) );
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java1691 String repID = read_repositoryId();
1694 repositoryIdCache.put(repID, indirection);
1702 return repID;
H A DCDROutputStream_1_0.java1379 private void writeIDLValue(Serializable object, String repID) argument
1388 BoxedValueHelper helper = Utility.getHelper(object.getClass(), null, repID);

Completed in 184 milliseconds