Uses of Class
org.wildfly.iiop.openjdk.rmi.InterfaceAnalysis
-
Packages that use InterfaceAnalysis Package Description org.wildfly.iiop.openjdk.rmi -
-
Uses of InterfaceAnalysis in org.wildfly.iiop.openjdk.rmi
Fields in org.wildfly.iiop.openjdk.rmi declared as InterfaceAnalysis Modifier and Type Field Description protected InterfaceAnalysis[]ContainerAnalysis. interfacesArray of analysis of the interfaces implemented/extended here.Methods in org.wildfly.iiop.openjdk.rmi that return InterfaceAnalysis Modifier and Type Method Description static InterfaceAnalysisInterfaceAnalysis. getInterfaceAnalysis(Class cls)InterfaceAnalysis[]ContainerAnalysis. getInterfaces()Return the interfaces.
-