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 classIDLNameTranslatorImplBidirectional 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 IDLNameTranslatorPresentationManagerImpl.ClassDataImpl. nameTranslatorMethods in com.sun.corba.ee.impl.presentation.rmi that return IDLNameTranslator Modifier and Type Method Description static IDLNameTranslatorIDLNameTranslatorImpl. get(java.lang.Class interf)Return an IDLNameTranslator for the given interface.static IDLNameTranslatorIDLNameTranslatorImpl. get(java.lang.Class[] interfaces)Return an IDLNameTranslator for the given interfaces.IDLNameTranslatorPresentationManagerImpl.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 IDLNameTranslatorPresentationManager.ClassData. getIDLNameTranslator()Get the IDLNameTranslator for the class used to create this ClassData instance.
-