Uses of Class
org.wildfly.iiop.openjdk.rmi.RMIIIOPViolationException
-
Packages that use RMIIIOPViolationException Package Description org.wildfly.iiop.openjdk.logging org.wildfly.iiop.openjdk.rmi org.wildfly.iiop.openjdk.rmi.ir -
-
Uses of RMIIIOPViolationException in org.wildfly.iiop.openjdk.logging
-
Uses of RMIIIOPViolationException in org.wildfly.iiop.openjdk.rmi
Subclasses of RMIIIOPViolationException in org.wildfly.iiop.openjdk.rmi Modifier and Type Class Description classRMIIIOPNotImplementedExceptionException denoting a part of RMI/IIOP not yet implemented here.Methods in org.wildfly.iiop.openjdk.rmi that throw RMIIIOPViolationException Modifier and Type Method Description protected voidContainerAnalysis. analyzeAttributes()Analyse attributes.protected voidValueAnalysis. analyzeAttributes()Analyse attributes.protected voidContainerAnalysis. analyzeConstants()Analyse constants.protected voidContainerAnalysis. analyzeInterfaces()Analyze the interfaces of the class.protected voidContainerAnalysis. analyzeOperations()Analyse operations.protected voidInterfaceAnalysis. analyzeOperations()Analyse operations.protected voidContainerAnalysis. doAnalyze()protected voidExceptionAnalysis. doAnalyze()protected voidInterfaceAnalysis. doAnalyze()protected voidValueAnalysis. doAnalyze()protected voidContainerAnalysis. fixupCaseNames()Fixup names differing only in case.protected voidContainerAnalysis. fixupOverloadedOperationNames()Fixup overloaded operation names.static ExceptionAnalysisExceptionAnalysis. getExceptionAnalysis(Class cls)static InterfaceAnalysisInterfaceAnalysis. getInterfaceAnalysis(Class cls)static StringUtil. getTypeIDLName(Class cls)Return the IDL type name for the given class.static ValueAnalysisValueAnalysis. getValueAnalysis(Class cls)static booleanUtil. isValidRMIIIOP(Class cls)Check if this class is valid for RMI/IIOP mapping. -
Uses of RMIIIOPViolationException in org.wildfly.iiop.openjdk.rmi.ir
Methods in org.wildfly.iiop.openjdk.rmi.ir that throw RMIIIOPViolationException Modifier and Type Method Description voidInterfaceRepository. mapClass(Class cls)Add mapping for a class.
-