Searched defs:classSuffix (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DStub.java89 classSuffix = "Stub";
97 String name = '_' + i.name () + classSuffix;
128 stream.print ("public class _" + i.name () + classSuffix + " extends org.omg.CORBA.portable.ObjectImpl");
153 stream.println ("} // class _" + i.name () + classSuffix);
182 stream.println (" public _" + name + classSuffix + " ()");
187 stream.println (" public _" + name + classSuffix + " (org.omg.CORBA.portable.Delegate delegate)");
377 protected String classSuffix = ""; field in class:Stub
/openjdk7/jdk/src/share/classes/com/sun/naming/internal/
H A DResourceManager.java108 * on classSuffix+propValue. Value is the factory itself (weakly
361 * classSuffix is added to the end of this list.
366 * each package prefix with classSuffix and attempts to load and
371 * value and classSuffix.
380 * @param classSuffix The non-null class name
392 String classSuffix, String defaultPkgPrefix) throws NamingException {
404 String key = classSuffix + " " + facProp;
432 className = parser.nextToken() + classSuffix;
391 getFactory(String propName, Hashtable env, Context ctx, String classSuffix, String defaultPkgPrefix) argument

Completed in 45 milliseconds