Searched defs:getIDLName (Results 1 - 4 of 4) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DIDLNameTranslator.java55 String getIDLName( Method method ) ; method in interface:IDLNameTranslator
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLNameTranslatorImpl.java191 public String getIDLName( Method method ) method in class:IDLNameTranslatorImpl
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DType.java187 public String getIDLName() { method in class:Type
469 return getIDLName();
H A DCompoundType.java454 name = members[i].getIDLName();
517 writer.p(" " + it.getIDLName());
701 idlExceptionName = IDLNames.getExceptionName(getIDLName());
1963 public String getIDLName() { method in class:CompoundType.Method
2484 public String getIDLName() { method in class:CompoundType.Member

Completed in 3089 milliseconds