Uses of Interface
com.sun.corba.ee.spi.presentation.rmi.IDLNameTranslator
-
Packages that use IDLNameTranslator Package Description com.sun.corba.ee.impl.presentation.rmi com.sun.corba.ee.spi.presentation.rmi -
-
Uses of IDLNameTranslator in com.sun.corba.ee.impl.presentation.rmi
Classes in com.sun.corba.ee.impl.presentation.rmi that implement IDLNameTranslator Modifier and Type Class Description class
IDLNameTranslatorImpl
Bidirectional translator between RMI-IIOP interface methods and and IDL Names.Fields in com.sun.corba.ee.impl.presentation.rmi declared as IDLNameTranslator Modifier and Type Field Description private IDLNameTranslator
PresentationManagerImpl.ClassDataImpl. nameTranslator
Methods in com.sun.corba.ee.impl.presentation.rmi that return IDLNameTranslator Modifier and Type Method Description static IDLNameTranslator
IDLNameTranslatorImpl. get(java.lang.Class interf)
Return an IDLNameTranslator for the given interface.static IDLNameTranslator
IDLNameTranslatorImpl. get(java.lang.Class[] interfaces)
Return an IDLNameTranslator for the given interfaces.IDLNameTranslator
PresentationManagerImpl.ClassDataImpl. getIDLNameTranslator()
-
Uses of IDLNameTranslator in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi that return IDLNameTranslator Modifier and Type Method Description IDLNameTranslator
PresentationManager.ClassData. getIDLNameTranslator()
Get the IDLNameTranslator for the class used to create this ClassData instance.
-