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

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DSkeleton.java124 intfName = Util.javaName (i);
130 intfName = Util.javaName (intf);
162 stream.print (" implements " + intfName + "Operations, ");
167 stream.print (" implements " + intfName + ", ");
195 stream.println (" private " + intfName + "Operations _impl;");
199 stream.println (" private " + intfName + "Operations _impl;");
264 " (" + intfName + "Operations impl)");
286 stream.println (" public " + tieClassName + " ( " + intfName + "Operations delegate ) {");
290 stream.println (" public " + tieClassName + " ( " + intfName +
299 stream.println (" public " + intfName
567 protected String intfName = ""; field in class:Skeleton
[all...]
/openjdk7/jdk/src/share/classes/java/lang/management/
H A DPlatformComponent.java321 private PlatformComponent(String intfName, argument
327 this.mxbeanInterfaceName = intfName;

Completed in 30 milliseconds