Uses of Class
com.sun.corba.ee.impl.oa.toa.TOAImpl
-
Packages that use TOAImpl Package Description com.sun.corba.ee.impl.oa.toa -
-
Uses of TOAImpl in com.sun.corba.ee.impl.oa.toa
Fields in com.sun.corba.ee.impl.oa.toa declared as TOAImpl Modifier and Type Field Description private TOAImpl
TOAFactory. toa
Fields in com.sun.corba.ee.impl.oa.toa with type parameters of type TOAImpl Modifier and Type Field Description private java.util.Map<java.lang.String,TOAImpl>
TOAFactory. codebaseToTOA
Methods in com.sun.corba.ee.impl.oa.toa that return TOAImpl Modifier and Type Method Description private TOAImpl
TOAFactory. getDefaultTOA()
Methods in com.sun.corba.ee.impl.oa.toa that return types with arguments of type TOAImpl Modifier and Type Method Description private java.util.Map<java.lang.String,TOAImpl>
TOAFactory. getCodebaseMap()
-