Uses of Class
org.glassfish.rmic.iiop.ValueType
Packages that use ValueType
-
Uses of ValueType in org.glassfish.rmic.iiop
Methods in org.glassfish.rmic.iiop that return ValueTypeModifier and TypeMethodDescriptionstatic ValueTypeValueType.forValue(ClassDefinition classDef, ContextStack stack, boolean quiet) Create an ValueType object for the given class.CompoundType.Method.getExceptions()Return an array of the exception classes declared to be thrown by this remote method.CompoundType.Method.getFilteredStubExceptions(ValueType[] list) Return an array containing only those exceptions which need to be handled explicitly by the stub.CompoundType.Method.getImplExceptions()Same as getExceptions(), except when method is in an ImplementationType and the exceptions list is narrower.protected ValueType[]CompoundType.getMethodExceptions(MemberDefinition member, boolean quiet, ContextStack stack) CompoundType.Method.getUniqueCatchList(ValueType[] list) Return an array containing only those exceptions which need to be caught.Methods in org.glassfish.rmic.iiop with parameters of type ValueTypeModifier and TypeMethodDescriptionCompoundType.Method.getFilteredStubExceptions(ValueType[] list) Return an array containing only those exceptions which need to be handled explicitly by the stub.CompoundType.Method.getUniqueCatchList(ValueType[] list) Return an array containing only those exceptions which need to be caught.voidCompoundType.Method.setImplExceptions(ValueType[] exceptions) Set the implExceptions array.protected voidIDLGenerator.writeValue(ValueType type, IndentingWriter outputStream) Write an IDL valuetype definition for a conforming Java class.